diff options
Diffstat (limited to 'po/pl/man5/proc_pid_stat.5.po')
-rw-r--r-- | po/pl/man5/proc_pid_stat.5.po | 1210 |
1 files changed, 1210 insertions, 0 deletions
diff --git a/po/pl/man5/proc_pid_stat.5.po b/po/pl/man5/proc_pid_stat.5.po new file mode 100644 index 00000000..8b14ab6d --- /dev/null +++ b/po/pl/man5/proc_pid_stat.5.po @@ -0,0 +1,1210 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Przemek Borys <pborys@dione.ids.pl>, 1998. +# Robert Luberda <robert@debian.org>, 2006, 2012. +# Michał Kułach <michal.kulach@gmail.com>, 2012, 2013, 2014, 2016, 2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-06-01 06:11+0200\n" +"PO-Revision-Date: 2024-04-28 22:34+0200\n" +"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" +"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 22.12.3\n" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "proc_pid_stat" +msgstr "proc_pid_stat" + +#. type: TH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-05-02" +msgstr "2 maja 2024 r." + +#. type: TH +#: archlinux debian-unstable +#, no-wrap +msgid "Linux man-pages 6.8" +msgstr "Linux man-pages 6.8" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NAZWA" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "/proc/pid/stat - status information" +msgstr "/proc/pid/stat - informacje o stanie" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "OPIS" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I</proc/>pidI</stat>" +msgstr "I</proc/>pidI</stat>" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Status information about the process. This is used by B<ps>(1). It is " +"defined in the kernel source file I<fs/proc/array.c>." +msgstr "" +"Informacje o stanie procesu. Korzysta z tego B<ps>(1). Są one zdefiniowane w " +"pliku źródeł jądra I<fs/proc/array.c>." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The fields, in order, with their proper B<scanf>(3) format specifiers, are " +"listed below. Whether or not certain of these fields display valid " +"information is governed by a ptrace access mode B<PTRACE_MODE_READ_FSCREDS> " +"| B<PTRACE_MODE_NOAUDIT> check (refer to B<ptrace>(2)). If the check denies " +"access, then the field value is displayed as 0. The affected fields are " +"indicated with the marking [PT]." +msgstr "" +"Pola te, w kolejności, razem z ich poprawnymi określeniami formatu " +"B<scanf>(3), są wypisane poniżej. To, czy pola te wyświetlają prawidłowe " +"wartości, zależy od sprawdzenia trybu dostępu ptrace " +"B<PTRACE_MODE_READ_FSCREDS> | B<PTRACE_MODE_NOAUDIT> (zob. B<ptrace>(2)). " +"Jeśli sprawdzenie to odmówi dostępu, to wartość pola będzie wyświetlona jako " +"0. Pola, których to dotyczy, oznaczono [PT]." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(1) I<pid> \\ %d" +msgstr "(1) I<pid> \\ %d" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The process ID." +msgstr "Identyfikator procesu (PID)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(2) I<comm> \\ %s" +msgstr "(2) I<comm> \\ %s" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The filename of the executable, in parentheses. Strings longer than " +"B<TASK_COMM_LEN> (16) characters (including the terminating null byte) are " +"silently truncated. This is visible whether or not the executable is " +"swapped out." +msgstr "" +"Nazwa pliku wykonywalnego w nawiasach. Łańcuchy dłuższe niż B<TASK_COMM_LEN> " +"(16) znaków (wliczając końcowy bajt null) są po cichu przycinane. Widać, " +"czy plik uległ wymianie." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(3) I<state> \\ %c" +msgstr "(3) I<state> \\ %c" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "One of the following characters, indicating process state:" +msgstr "Jeden z poniższych znaków, wskazujących na status procesu:" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "R" +msgstr "R" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Running" +msgstr "Działający (B<R>unning)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "S" +msgstr "S" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sleeping in an interruptible wait" +msgstr "Śpiący (B<S>leeping) w przerywalnym oczekiwaniu" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "D" +msgstr "D" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Waiting in uninterruptible disk sleep" +msgstr "Śpiący w nieprzerywalnym oczekiwaniu B<d>yskowym" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Z" +msgstr "Z" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Zombie" +msgstr "B<Z>ombie" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "T" +msgstr "T" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Stopped (on a signal) or (before Linux 2.6.33) trace stopped" +msgstr "" +"Zatrzymany sygnałem lub (przed Linuksem 2.6.33) zatrzymany ślad (B<t>race " +"stopped)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "t" +msgstr "t" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Tracing stop (Linux 2.6.33 onward)" +msgstr "Zatrzymany śledzeniem (B<t>racing stop) - Linux 2.6.33 i nowszy" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "W" +msgstr "W" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Paging (only before Linux 2.6.0)" +msgstr "Stronicowanie (tylko przed Linuksem 2.6.0)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "X" +msgstr "X" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Dead (from Linux 2.6.0 onward)" +msgstr "Martwy (od Linuksa 2.6.0)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "x" +msgstr "x" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Dead (Linux 2.6.33 to 3.13 only)" +msgstr "Martwy (między Linuksem 2.6.33 a 3.13)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "K" +msgstr "K" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Wakekill (Linux 2.6.33 to 3.13 only)" +msgstr "" +"WakeB<k>ill - oczekiwanie; wybudzenie przy śmiertelnym sygnale (między " +"Linuksem 2.6.33 a 3.13)" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Waking (Linux 2.6.33 to 3.13 only)" +msgstr "Budzący się (B<w>aking; między Linuksem 2.6.33 a 3.13)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "P" +msgstr "P" + +#. commit f2530dc71cf0822f90bb63ea4600caaef33a66bb +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Parked (Linux 3.9 to 3.13 only)" +msgstr "ZaB<p>arkowany (między Linuksem 3.9 a 3.13)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I" +msgstr "I" + +#. commit 06eb61844d841d0032a9950ce7f8e783ee49c0d0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Idle (Linux 4.14 onward)" +msgstr "Bezczynny (B<i>dle; od Linuksa 4.14)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(4) I<ppid> \\ %d" +msgstr "(4) I<ppid> \\ %d" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The PID of the parent of this process." +msgstr "PID procesu macierzystego tego procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(5) I<pgrp> \\ %d" +msgstr "(5) I<pgrp> \\ %d" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The process group ID of the process." +msgstr "Identyfikator grupy procesów danego procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(6) I<session> \\ %d" +msgstr "(6) I<session> \\ %d" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The session ID of the process." +msgstr "Identyfikator sesji procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(7) I<tty_nr> \\ %d" +msgstr "(7) I<tty_nr> \\ %d" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The controlling terminal of the process. (The minor device number is " +"contained in the combination of bits 31 to 20 and 7 to 0; the major device " +"number is in bits 15 to 8.)" +msgstr "" +"Kontroluje terminal procesu (poboczny numer urządzenia jest przechowywany w " +"kombinacji bitów 31 do 20 i 7 do 0, natomiast główny numer urządzenia jest w " +"bitach 15 do 8)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(8) I<tpgid> \\ %d" +msgstr "(8) I<tpgid> \\ %d" + +#. This field and following, up to and including wchan added 0.99.1 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The ID of the foreground process group of the controlling terminal of the " +"process." +msgstr "" +"Identyfikator grupy procesów pierwszoplanowych kontrolującego terminala " +"procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(9) I<flags> \\ %u" +msgstr "(9) I<flags> \\ %u" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The kernel flags word of the process. For bit meanings, see the PF_* " +"defines in the Linux kernel source file I<include/linux/sched.h>. Details " +"depend on the kernel version." +msgstr "" +"Słowo flag jądra dla danego procesu. Znaczenie poszczególnych bitów " +"określają definicje PF_* w pliku źródeł jądra Linux I<include/linux/sched." +"h>. Szczegóły zależą od wersji jądra." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The format for this field was %lu before Linux 2.6." +msgstr "Format tego pola przed Linuksem 2.6 miał postać %lu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(10) I<minflt> \\ %lu" +msgstr "(10) I<minflt> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of minor faults the process has made which have not required " +"loading a memory page from disk." +msgstr "" +"Liczba pomniejszych chybień, które popełnił proces, a które nie wymagały " +"załadowania strony pamięci z dysku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(11) I<cminflt> \\ %lu" +msgstr "(11) I<cminflt> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of minor faults that the process's waited-for children have made." +msgstr "Liczba pomniejszych chybień procesów potomnych, na które się oczekuje." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(12) I<majflt> \\ %lu" +msgstr "(12) I<majflt> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of major faults the process has made which have required loading " +"a memory page from disk." +msgstr "" +"Liczba głównych chybień, które popełnił proces, a które wymagały załadowania " +"strony pamięci z dysku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(13) I<cmajflt> \\ %lu" +msgstr "(13) I<cmajflt> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of major faults that the process's waited-for children have made." +msgstr "Liczba głównych chybień procesów potomnych, na które się oczekuje." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(14) I<utime> \\ %lu" +msgstr "(14) I<utime> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process has been scheduled in user mode, measured " +"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). This includes guest " +"time, I<guest_time> (time spent running a virtual CPU, see below), so that " +"applications that are not aware of the guest time field do not lose that " +"time from their calculations." +msgstr "" +"Czas jaki został przydzielony procesowi w trybie użytkownika, mierzony w " +"taktach zegara (podzielonych przez I<sysconf(_SC_CLK_TCK)>). Obejmuje to " +"czas gościa, I<guest_time> (czas spędzony w czasie działania wirtualnego " +"CPU, patrz niżej), tak więc aplikacje, które nie wiedzą o polu czasu gościa " +"nie tracą tego czasu ze swych obliczeń." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(15) I<stime> \\ %lu" +msgstr "(15) I<stime> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process has been scheduled in kernel mode, measured " +"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" +"Czas, jaki został przydzielony procesowi w trybie jądra, mierzony w taktach " +"zegara (podzielonych przez I<sysconf(_SC_CLK_TCK)>)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(16) I<cutime> \\ %ld" +msgstr "(16) I<cutime> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process's waited-for children have been scheduled " +"in user mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). " +"(See also B<times>(2).) This includes guest time, I<cguest_time> (time " +"spent running a virtual CPU, see below)." +msgstr "" +"Czas, jaki został przydzielony procesom potomnym tego procesu, na które się " +"oczekuje, w trybie użytkownika, mierzony w taktach zegara (podzielonych " +"przez I<sysconf(_SC_CLK_TCK)>), patrz także B<times>(2)). Obejmuje to czas " +"gościa, I<cguest_time> (czas spędzony działając na procesorze wirtualnym, " +"patrz niżej)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(17) I<cstime> \\ %ld" +msgstr "(17) I<cstime> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process's waited-for children have been scheduled " +"in kernel mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" +"Czas, jaki został przydzielony procesom potomnym tego procesu, na które się " +"oczekuje, w trybie jądra, mierzony w taktach zegara (podzielonych przez " +"I<sysconf(_SC_CLK_TCK)>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(18) I<priority> \\ %ld" +msgstr "(18) I<priority> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Explanation for Linux 2.6) For processes running a real-time scheduling " +"policy (I<policy> below; see B<sched_setscheduler>(2)), this is the negated " +"scheduling priority, minus one; that is, a number in the range -2 to -100, " +"corresponding to real-time priorities 1 to 99. For processes running under " +"a non-real-time scheduling policy, this is the raw nice value " +"(B<setpriority>(2)) as represented in the kernel. The kernel stores nice " +"values as numbers in the range 0 (high) to 39 (low), corresponding to the " +"user-visible nice range of -20 to 19." +msgstr "" +"(Wyjaśnienie dla Linuksa 2.6) W przypadku procesów działających z zasadami " +"planisty czasu rzeczywistego (I<policy> poniżej; patrz " +"B<sched_setscheduler>(2)), jest to liczba przeciwna w stosunku do priorytetu " +"planisty minus jeden, tzn. jest to zakres -2 do -100 odpowiadający " +"priorytetom czasu rzeczywistego od 1 do 99. W przypadku procesów nie " +"działających według tych zasad, jest to surowa wartość nice " +"(B<setpriority>(2) zgodna z podaną przez jądro. Jądro przechowuje wartości " +"nice jako liczby w zakresie od 0 (wysoki) do 39 (niski), co odpowiada " +"widocznemu dla użytkownika zakresowi nice od -20 do 19." + +#. And back in Linux 1.2 days things were different again. +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Before Linux 2.6, this was a scaled value based on the scheduler weighting " +"given to this process." +msgstr "" +"Przed Linuksem 2.6 była to wartość skalowana w oparciu o wagę jaką planista " +"przypisał do danego procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(19) I<nice> \\ %ld" +msgstr "(19) I<nice> \\ %ld" + +#. Back in Linux 1.2 days things were different. +#. .TP +#. \fIcounter\fP %ld +#. The current maximum size in jiffies of the process's next timeslice, +#. or what is currently left of its current timeslice, if it is the +#. currently running process. +#. .TP +#. \fItimeout\fP %u +#. The time in jiffies of the process's next timeout. +#. timeout was removed sometime around 2.1/2.2 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The nice value (see B<setpriority>(2)), a value in the range 19 (low " +"priority) to -20 (high priority)." +msgstr "" +"Wartość \\[Bq]nice\\[rq] (patrz B<setpriority>(2)) zawierająca się w " +"zakresie od 19 (niski priorytet) do -20 (wysoki priorytet)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(20) I<num_threads> \\ %ld" +msgstr "(20) I<num_threads> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Number of threads in this process (since Linux 2.6). Before Linux 2.6, this " +"field was hard coded to 0 as a placeholder for an earlier removed field." +msgstr "" +"Liczba wątków procesu (od Linuksa 2.6). Przed Linuksem 2.6 to pole miało " +"przydzieloną na sztywno wartość 0, jako wypełniacz do usuniętego wcześniej " +"pola." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(21) I<itrealvalue> \\ %ld" +msgstr "(21) I<itrealvalue> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The time in jiffies before the next B<SIGALRM> is sent to the process due to " +"an interval timer. Since Linux 2.6.17, this field is no longer maintained, " +"and is hard coded as 0." +msgstr "" +"Czas w jiffies poprzedzający wysłanie przez czasomierz do procesu następnego " +"sygnału B<SIGALRM>. Od Linuksa 2.6.17, to pole nie jest dłużej utrzymywane i " +"ma ustawioną na sztywno wartość 0." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(22) I<starttime> \\ %llu" +msgstr "(22) I<starttime> \\ %llu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The time the process started after system boot. Before Linux 2.6, this " +"value was expressed in jiffies. Since Linux 2.6, the value is expressed in " +"clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" +"Czas w jakim proces uruchomił się po rozruchu systemu. Przed Linuksem 2.6 " +"wartość ta była wyrażona w tzw. \\[Bq]jiffies\\[rq]. Od Linuksa 2.6 wartość " +"jest wyrażana w taktach zegara (podzielonych przez I<sysconf(_SC_CLK_TCK)>)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(23) I<vsize> \\ %lu" +msgstr "(23) I<vsize> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Virtual memory size in bytes." +msgstr "Rozmiar pamięci wirtualnej w bajtach." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(24) I<rss> \\ %ld" +msgstr "(24) I<rss> \\ %ld" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Resident Set Size: number of pages the process has in real memory. This is " +"just the pages which count toward text, data, or stack space. This does not " +"include pages which have not been demand-loaded in, or which are swapped " +"out. This value is inaccurate; see I</proc/>pidI</statm> below." +msgstr "" +"Resident Set Size: liczba stron, które proces ma w rzeczywistej pamięci. Są " +"to po prostu strony, które obejmują przestrzeń tekstu, danych lub stosu. Nie " +"obejmuje to stron, które nie były ładowane na żądanie lub które uległy " +"wymianie. Wartość ta jest niedokładna, zob. I</proc/>pidI</statm> poniżej." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(25) I<rsslim> \\ %lu" +msgstr "(25) I<rsslim> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Current soft limit in bytes on the rss of the process; see the description " +"of B<RLIMIT_RSS> in B<getrlimit>(2)." +msgstr "" +"Aktualne miękkie ograniczenie rss procesu w bajtach; patrz opis " +"B<RLIMIT_RSS> w B<getrlimit>(2)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(26) I<startcode> \\ %lu \\ [PT]" +msgstr "(26) I<startcode> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address above which program text can run." +msgstr "Adres, pod którym zaczyna się kod programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(27) I<endcode> \\ %lu \\ [PT]" +msgstr "(27) I<endcode> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address below which program text can run." +msgstr "Adres, pod którym kończy się kod programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(28) I<startstack> \\ %lu \\ [PT]" +msgstr "(28) I<startstack> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address of the start (i.e., bottom) of the stack." +msgstr "Adres początku (tzn. spód) stosu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(29) I<kstkesp> \\ %lu \\ [PT]" +msgstr "(29) I<kstkesp> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The current value of ESP (stack pointer), as found in the kernel stack page " +"for the process." +msgstr "" +"Bieżąca wartość ESP (wskaźnika stosu), określona na podstawie strony stosu " +"jądra dla danego procesu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(30) I<kstkeip> \\ %lu \\ [PT]" +msgstr "(30) I<kstkeip> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The current EIP (instruction pointer)." +msgstr "Aktualny EIP (wskaźnik instrukcji)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(31) I<signal> \\ %lu" +msgstr "(31) I<signal> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of pending signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" +"Maska bitowa oczekujących sygnałów, wyświetlana jako liczba dziesiętna. " +"Przestarzałe, ponieważ nie dostarcza informacji o sygnałach czasu " +"rzeczywistego; prosimy używać I</proc/>pidI</status> zamiast tego pliku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(32) I<blocked> \\ %lu" +msgstr "(32) I<blocked> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of blocked signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" +"Maska bitowa zablokowanych sygnałów, wyświetlana jako liczba dziesiętna. " +"Przestarzałe, ponieważ nie dostarcza informacji o sygnałach czasu " +"rzeczywistego; prosimy używać I</proc/>pidI</status> zamiast tego pliku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(33) I<sigignore> \\ %lu" +msgstr "(33) I<sigignore> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of ignored signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" +"Maska bitowa ignorowanych sygnałów, wyświetlana jako liczba dziesiętna. " +"Przestarzałe, ponieważ nie dostarcza informacji o sygnałach czasu " +"rzeczywistego; prosimy używać I</proc/>pidI</status> zamiast tego pliku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(34) I<sigcatch> \\ %lu" +msgstr "(34) I<sigcatch> \\ %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of caught signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" +"Maska bitowa schwytanych sygnałów, wyświetlana jako liczba dziesiętna. " +"Przestarzałe, ponieważ nie dostarcza informacji o sygnałach czasu " +"rzeczywistego; prosimy używać I</proc/>pidI</status> zamiast tego pliku." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(35) I<wchan> \\ %lu \\ [PT]" +msgstr "(35) I<wchan> \\ %lu \\ [PT]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This is the \"channel\" in which the process is waiting. It is the address " +"of a location in the kernel where the process is sleeping. The " +"corresponding symbolic name can be found in I</proc/>pidI</wchan>." +msgstr "" +"Jest to \\[Bq]kanał\\[rq] na którym oczekuje proces. Jest to adres położenia " +"w jądrze, gdzie proces jest w uśpieniu. Powiązaną nazwę symboliczną można " +"znaleźć w I</proc/>pidI</wchan>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(36) I<nswap> \\ %lu" +msgstr "(36) I<nswap> \\ %lu" + +#. nswap was added in Linux 2.0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Number of pages swapped (not maintained)." +msgstr "Liczba stron, które uległy wymianie (nieutrzymywane)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(37) I<cnswap> \\ %lu" +msgstr "(37) I<cnswap> \\ %lu" + +#. cnswap was added in Linux 2.0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Cumulative I<nswap> for child processes (not maintained)." +msgstr "Łączna wartość I<nswap> dla procesów potomnych (nieutrzymywane)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(38) I<exit_signal> \\ %d \\ (since Linux 2.1.22)" +msgstr "(38) I<exit_signal> \\ %d \\ (od Linuksa 2.1.22)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Signal to be sent to parent when we die." +msgstr "Sygnał wysyłany przez ginący proces do jego procesu macierzystego." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(39) I<processor> \\ %d \\ (since Linux 2.2.8)" +msgstr "(39) I<processor> \\ %d \\ (od Linuksa 2.2.8)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "CPU number last executed on." +msgstr "Numer CPU, na którym proces ostatnio działał." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(40) I<rt_priority> \\ %u \\ (since Linux 2.5.19)" +msgstr "(40) I<rt_priority> \\ %u \\ (od Linuksa 2.5.19)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Real-time scheduling priority, a number in the range 1 to 99 for processes " +"scheduled under a real-time policy, or 0, for non-real-time processes (see " +"B<sched_setscheduler>(2))." +msgstr "" +"Priorytet planisty czasu rzeczywistego, liczba w zakresie od 1 do 99 do " +"procesów przydzielanych według zasad czasu rzeczywistego lub 0 do procesów " +"nie czasu rzeczywistego (patrz B<sched_setscheduler>(2))." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(41) I<policy> \\ %u \\ (since Linux 2.5.19)" +msgstr "(41) I<policy> \\ %u \\ (od Linuksa 2.5.19)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Scheduling policy (see B<sched_setscheduler>(2)). Decode using the SCHED_* " +"constants in I<linux/sched.h>." +msgstr "" +"Polityka przydzielania zadaniom czasu procesora (patrz " +"B<sched_setscheduler>(2)). Dekodowana używając stałych SCHED_* w I<linux/" +"sched.h>." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The format for this field was %lu before Linux 2.6.22." +msgstr "Format tego pola przed Linuksem 2.6.22 miał postać %lu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(42) I<delayacct_blkio_ticks> \\ %llu \\ (since Linux 2.6.18)" +msgstr "(42) I<delayacct_blkio_ticks> \\ %llu \\ (od Linuksa 2.6.18)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Aggregated block I/O delays, measured in clock ticks (centiseconds)." +msgstr "" +"Sumaryczna zwłoka bloków wejścia/wyjścia, mierzona w taktach zegara " +"(centysekundy)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(43) I<guest_time> \\ %lu \\ (since Linux 2.6.24)" +msgstr "(43) I<guest_time> \\ %lu \\ (od Linuksa 2.6.24)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Guest time of the process (time spent running a virtual CPU for a guest " +"operating system), measured in clock ticks (divide by " +"I<sysconf(_SC_CLK_TCK)>)." +msgstr "" +"Czas gościa procesu (czas, jaki upłynął podczas działania na wirtualnym " +"procesorze systemu operacyjnego gościa), mierzony w taktach zegara " +"(podzielony przez I<sysconf(_SC_CLK_TCK)>" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(44) I<cguest_time> \\ %ld \\ (since Linux 2.6.24)" +msgstr "(44) I<cguest_time> \\ %ld \\ (od Linuksa 2.6.24)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Guest time of the process's children, measured in clock ticks (divide by " +"I<sysconf(_SC_CLK_TCK)>)." +msgstr "" +"Czas gościa potomków procesu, mierzony w taktach zegara (podzielony przez " +"I<sysconf(_SC_CLK_TCK)>)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(45) I<start_data> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "(45) I<start_data> \\ %lu \\ (od Linuksa 3.3) \\ [PT]" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address above which program initialized and uninitialized (BSS) data are " +"placed." +msgstr "" +"Adres powyżej którego umieszczane są zainicjowane i niezainicjowane (BSS) " +"dane programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(46) I<end_data> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "(46) I<end_data> \\ %lu \\ (od Linuksa 3.3) \\ [PT]" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address below which program initialized and uninitialized (BSS) data are " +"placed." +msgstr "" +"Adres poniżej którego umieszczane są zainicjowane i niezainicjowane (BSS) " +"dane programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(47) I<start_brk> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "(47) I<start_brk> \\ %lu \\ (od Linuksa 3.3) \\ [PT]" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address above which program heap can be expanded with B<brk>(2)." +msgstr "" +"Adres, powyżej którego można rozciągnąć kopiec (ang. heap) za " +"pomocą B<brk>(2)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(48) I<arg_start> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "(48) I<arg_start> \\ %lu \\ (od Linuksa 3.5) \\ [PT]" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address above which program command-line arguments (I<argv>) are placed." +msgstr "" +"Adres powyżej którego umieszczane są argumenty wiersza polecenia programu " +"(I<argv>)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(49) I<arg_end> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "(49) I<arg_end> \\ %lu \\ (od Linuksa 3.5) \\ [PT]" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address below program command-line arguments (I<argv>) are placed." +msgstr "" +"Adres poniżej którego umieszczane są argumenty wiersza polecenia programu " +"(I<argv>)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(50) I<env_start> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "(50) I<env_start> \\ %lu \\ (od Linuksa 3.5) \\ [PT]" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address above which program environment is placed." +msgstr "Adres powyżej którego umieszczane jest środowisko programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(51) I<env_end> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "(51) I<env_end> \\ %lu \\ (od Linuksa 3.5) \\ [PT]" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address below which program environment is placed." +msgstr "Adres poniżej którego umieszczane jest środowisko programu." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(52) I<exit_code> \\ %d \\ (since Linux 3.5) \\ [PT]" +msgstr "(52) I<exit_code> \\ %d \\ (od Linuksa 3.5) \\ [PT]" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The thread's exit status in the form reported by B<waitpid>(2)." +msgstr "Kod zakończenia wątku w postaci przekazywanej przez B<waitpid>(2)." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "ZOBACZ TAKŻE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<proc>(5), B<proc_pid_status>(5)" +msgstr "B<proc>(5), B<proc_pid_status>(5)" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-08-15" +msgstr "15 sierpnia 2023 r." + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages (niewydane)" |