# Polish translation of procps-ng man. # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the procps-ng package. # Jakub Bogusz , 2014-2019. # msgid "" msgstr "" "Project-Id-Version: procps-ng-man 3.3.16-pre2\n" "Report-Msgid-Bugs-To: Procps list \n" "POT-Creation-Date: 2022-03-22 21:38+1100\n" "PO-Revision-Date: 2019-10-30 17:52+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" #. type: TH #: ../free.1:5 #, no-wrap msgid "FREE" msgstr "FREE" #. type: TH #: ../free.1:5 #, fuzzy, no-wrap #| msgid "2018-02-19" msgid "2020-06-16" msgstr "2018-02-19" #. type: TH #: ../free.1:5 ../pgrep.1:10 ../pmap.1:8 ../uptime.1:3 ../vmstat.8:3 #, no-wrap msgid "procps-ng" msgstr "procps-ng" #. type: TH #: ../free.1:5 ../pgrep.1:10 ../pmap.1:8 ../uptime.1:3 #, no-wrap msgid "User Commands" msgstr "Polecenia użytkownika" #. type: SH #: ../free.1:6 ../pgrep.1:11 ../pmap.1:9 ../uptime.1:4 ../vmstat.8:4 #: ../doc/procps.3:23 ../doc/procps_pids.3:23 ../doc/procps_misc.3:24 #, no-wrap msgid "NAME" msgstr "NAZWA" #. type: Plain text #: ../free.1:8 msgid "free - Display amount of free and used memory in the system" msgstr "free - wyświetlanie ilości wolnej i użytej pamięci w systemie" #. type: SH #: ../free.1:8 ../pgrep.1:13 ../pmap.1:11 ../uptime.1:6 ../vmstat.8:6 #: ../doc/procps.3:26 ../doc/procps_pids.3:26 ../doc/procps_misc.3:26 #, no-wrap msgid "SYNOPSIS" msgstr "SKŁADNIA" #. type: Plain text #: ../free.1:11 msgid "B [I]" msgstr "B [I]" #. type: SH #: ../free.1:11 ../pgrep.1:22 ../pmap.1:14 ../uptime.1:9 ../vmstat.8:10 #: ../doc/procps.3:75 ../doc/procps_pids.3:70 ../doc/procps_misc.3:58 #, no-wrap msgid "DESCRIPTION" msgstr "OPIS" #. type: Plain text #: ../free.1:17 msgid "" "B displays the total amount of free and used physical and swap memory " "in the system, as well as the buffers and caches used by the kernel. The " "information is gathered by parsing /proc/meminfo. The displayed columns are:" msgstr "" "B wyświetla całkowitą ilość wolnej i użytej pamięci fizycznej oraz " "pamięci wymiany w systemie, a także rozmiary buforów i pamięci podręcznych " "używanych przez jądro. Informacje są zbierane poprzez analizę /proc/meminfo. " "Wyświetlane kolumny to:" #. type: TP #: ../free.1:17 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:20 msgid "Total installed memory (MemTotal and SwapTotal in /proc/meminfo)" msgstr "" "Całkowita zainstalowana pamięć (MemTotal oraz SwapTotal w /proc/meminfo)" #. type: TP #: ../free.1:20 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:23 msgid "Used memory (calculated as B - B - B - B)" msgstr "" "Pamięć użyta (liczona jako B - B - B -B)" #. type: TP #: ../free.1:23 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:26 msgid "Unused memory (MemFree and SwapFree in /proc/meminfo)" msgstr "Pamięć nie używana (MemFree oraz SwapFree w /proc/meminfo)" #. type: TP #: ../free.1:26 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:29 msgid "Memory used (mostly) by tmpfs (Shmem in /proc/meminfo)" msgstr "Pamięć używana (głównie) przez tmpfs (Shmem w /proc/meminfo)" #. type: TP #: ../free.1:29 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:32 msgid "Memory used by kernel buffers (Buffers in /proc/meminfo)" msgstr "Pamięć używana przez bufory jądra (Buffers w /proc/meminfo)" #. type: TP #: ../free.1:32 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:35 msgid "" "Memory used by the page cache and slabs (Cached and SReclaimable in /proc/" "meminfo)" msgstr "" "Pamięć używana przez cache stron oraz płyty (Cached i SReclaimable w /proc/" "meminfo)" #. type: TP #: ../free.1:35 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:38 msgid "Sum of B and B" msgstr "Suma B i B" #. type: TP #: ../free.1:38 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../free.1:47 msgid "" "Estimation of how much memory is available for starting new applications, " "without swapping. Unlike the data provided by the B or B " "fields, this field takes into account page cache and also that not all " "reclaimable memory slabs will be reclaimed due to items being in use " "(MemAvailable in /proc/meminfo, available on kernels 3.14, emulated on " "kernels 2.6.27+, otherwise the same as B)" msgstr "" "Przybliżenie, jak dużo pamięci jest dostępne do uruchamiania nowych " "aplikacji bez swapowania. W przeciwieństwie do danych udostępnianych w " "polach B czy B, to pole bierze pod uwagę cache stron oraz " "to, że nie wszystkie płyty pamięci podlegające reklamacji zostaną zwrócone " "(MemAvailable w /proc/meminfo, dostępne w jądrach 3.14, emulowane w jądrach " "2.6.27+, w innych przypadkach - to samo, co B)" #. type: SH #: ../free.1:47 ../pgrep.1:50 ../pmap.1:18 ../uptime.1:26 ../vmstat.8:19 #, no-wrap msgid "OPTIONS" msgstr "OPCJE" #. type: TP #: ../free.1:48 #, no-wrap msgid "B<-b>, B<--bytes>" msgstr "B<-b>, B<--bytes>" #. type: Plain text #: ../free.1:51 msgid "Display the amount of memory in bytes." msgstr "Wyświetlanie ilości pamięci w bajtach." #. type: TP #: ../free.1:51 #, no-wrap msgid "B<-k>, B<--kibi>" msgstr "B<-k>, B<--kibi>" #. type: Plain text #: ../free.1:54 msgid "Display the amount of memory in kibibytes. This is the default." msgstr "Wyświetlanie ilości pamięci w kibibajtach (zachowanie domyślne)." #. type: TP #: ../free.1:54 #, no-wrap msgid "B<-m>, B<--mebi>" msgstr "B<-m>, B<--mebi>" #. type: Plain text #: ../free.1:57 msgid "Display the amount of memory in mebibytes." msgstr "Wyświetlanie ilości pamięci w mebibajtach." #. type: TP #: ../free.1:57 #, no-wrap msgid "B<-g>, B<--gibi>" msgstr "B<-g>, B<--gibi>" #. type: Plain text #: ../free.1:60 msgid "Display the amount of memory in gibibytes." msgstr "Wyświetlanie ilości pamięci w gibibajtach." #. type: TP #: ../free.1:60 #, no-wrap msgid "B<--tebi>" msgstr "B<--tebi>" #. type: Plain text #: ../free.1:63 msgid "Display the amount of memory in tebibytes." msgstr "Wyświetlanie ilości pamięci w tebibajtach." #. type: TP #: ../free.1:63 #, no-wrap msgid "B<--pebi>" msgstr "B<--pebi>" #. type: Plain text #: ../free.1:66 msgid "Display the amount of memory in pebibytes." msgstr "Wyświetlanie ilości pamięci w pebibajtach." #. type: TP #: ../free.1:66 #, no-wrap msgid "B<--kilo>" msgstr "B<--kilo>" #. type: Plain text #: ../free.1:69 msgid "Display the amount of memory in kilobytes. Implies --si." msgstr "Wyświetlanie ilości pamięci w kilobajtach. Włącza --si." #. type: TP #: ../free.1:69 #, no-wrap msgid "B<--mega>" msgstr "B<--mega>" #. type: Plain text #: ../free.1:72 msgid "Display the amount of memory in megabytes. Implies --si." msgstr "Wyświetlanie ilości pamięci w megabajtach. Włącza --si." #. type: TP #: ../free.1:72 #, no-wrap msgid "B<--giga>" msgstr "B<--giga>" #. type: Plain text #: ../free.1:75 msgid "Display the amount of memory in gigabytes. Implies --si." msgstr "Wyświetlanie ilości pamięci w gigabajtach. Włącza --si." #. type: TP #: ../free.1:75 #, no-wrap msgid "B<--tera>" msgstr "B<--tera>" #. type: Plain text #: ../free.1:78 msgid "Display the amount of memory in terabytes. Implies --si." msgstr "Wyświetlanie ilości pamięci w terabajtach. Włącza --si." #. type: TP #: ../free.1:78 #, no-wrap msgid "B<--peta>" msgstr "B<--peta>" #. type: Plain text #: ../free.1:81 msgid "Display the amount of memory in petabytes. Implies --si." msgstr "Wyświetlanie ilości pamięci w petabajtach. Włącza --si." #. type: TP #: ../free.1:81 #, no-wrap msgid "B<-h>, B<--human>" msgstr "B<-h>, B<--human>" #. type: Plain text #: ../free.1:85 msgid "" "Show all output fields automatically scaled to shortest three digit unit and " "display the units of print out. Following units are used." msgstr "" "Wyświetlanie wszystkich pól wyjściowych automatycznie przeskalowanych do " "najkrótszej trzycyfrowej jednostki wraz z użytą jednostką. Używane są " "następujące jednostki:" #. type: Plain text #: ../free.1:93 #, no-wrap msgid "" " B = bytes\n" " Ki = kibibyte\n" " Mi = mebibyte\n" " Gi = gibibyte\n" " Ti = tebibyte\n" " Pi = pebibyte\n" msgstr "" " B = bajty\n" " Ki = kibibajty\n" " Mi = mebibajty\n" " Gi = gibibajty\n" " Ti = tebibajty\n" " Pi = pebibajty\n" #. type: Plain text #: ../free.1:97 msgid "" "If unit is missing, and you have exbibyte of RAM or swap, the number is in " "tebibytes and columns might not be aligned with header." msgstr "" "Jeśli brak jednostki, a w systemie jest eksbibajt RAM-u lub obszaru wymiany, " "liczba będzie w tebibajtach, a kolumny mogą nie być wyrównane z nagłówkiem." #. type: TP #: ../free.1:97 ../vmstat.8:79 #, no-wrap msgid "B<-w>, B<--wide>" msgstr "B<-w>, B<--wide>" #. type: Plain text #: ../free.1:102 msgid "" "Switch to the wide mode. The wide mode produces lines longer than 80 " "characters. In this mode B and B are reported in two " "separate columns." msgstr "" "Przełączenie w tryb szeroki, z liniami przekraczającymi 80 znaków. W tym " "trybie B oraz B są wypisywane w dwóch osobnych kolumnach." #. type: TP #: ../free.1:102 #, no-wrap msgid "B<-c>, B<--count> I" msgstr "B<-c>, B<--count> I" #. type: Plain text #: ../free.1:109 msgid "Display the result I times. Requires the B<-s> option." msgstr "Wyświetlenie wyniku podaną I razy. Wymaga opcji B<-s>." #. type: TP #: ../free.1:109 #, no-wrap msgid "B<-l>, B<--lohi>" msgstr "B<-l>, B<--lohi>" #. type: Plain text #: ../free.1:112 msgid "Show detailed low and high memory statistics." msgstr "Wyświetlanie szczegółowych statystyk niskiej i wysokiej pamięci." #. type: TP #: ../free.1:112 #, no-wrap msgid "B<-s>, B<--seconds> I" msgstr "B<-s>, B<--seconds> I" #. type: Plain text #: ../free.1:119 msgid "" "Continuously display the result I seconds apart. You may actually " "specify any floating point number for I using either . or , for " "decimal point. B(3) is used for microsecond resolution delay times." msgstr "" "Stałe wyświetlanie wyników co podane I w sekundach. Można podać " "dowolną liczbę zmiennoprzecinkową, obsługiwane są opóźnienia z dokładnością " "do mikrosekundy dzięki użyciu funkcji B(3)." #. type: TP #: ../free.1:119 #, no-wrap msgid "B<--si>" msgstr "B<--si>" #. type: Plain text #: ../free.1:123 msgid "" "Use kilo, mega, giga etc (power of 1000) instead of kibi, mebi, gibi (power " "of 1024)." msgstr "" "Użycie kilo, mega, giga itp. (potęg 1000) zamiast kibi, mebi, gibi (potęg " "1024)." #. type: TP #: ../free.1:123 #, no-wrap msgid "B<-t>, B<--total>" msgstr "B<-t>, B<--total>" #. type: Plain text #: ../free.1:126 msgid "Display a line showing the column totals." msgstr "Wyświetlanie linii pokazującej podsumowanie kolumn." #. type: TP #: ../free.1:126 #, fuzzy, no-wrap #| msgid "B<-c>, B<--count>" msgid "B<-v>, B<--committed>" msgstr "B<-c>, B<--count>" #. type: Plain text #: ../free.1:131 msgid "" "Display a line showing the memory commit limit and amount of committed/" "uncommitted memory. The B column on this line will display the memory " "commit limit. This line is relevant if memory overcommit is disabled." msgstr "" #. type: TP #: ../free.1:131 #, no-wrap msgid "B<--help>" msgstr "B<--help>" #. type: Plain text #: ../free.1:134 msgid "Print help." msgstr "Wyświetlenie opisu." #. type: TP #: ../free.1:134 ../pgrep.1:204 ../pmap.1:61 ../uptime.1:36 ../vmstat.8:87 #, no-wrap msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" #. type: Plain text #: ../free.1:137 msgid "Display version information." msgstr "Wyświetlenie informacji o wersji." #. type: SH #: ../free.1:138 ../uptime.1:39 ../vmstat.8:205 ../doc/procps_misc.3:143 #, no-wrap msgid "FILES" msgstr "PLIKI" #. type: TP #: ../free.1:139 #, no-wrap msgid "/proc/meminfo" msgstr "/proc/meminfo" #. type: Plain text #: ../free.1:142 msgid "memory information" msgstr "informacje dotyczące pamięci" #. type: SH #: ../free.1:143 ../pgrep.1:273 ../vmstat.8:220 #, no-wrap msgid "BUGS" msgstr "BŁĘDY" #. type: Plain text #: ../free.1:146 msgid "" "The value for the B column is not available from kernels before " "2.6.32 and is displayed as zero." msgstr "" "Wartość kolumny B nie jest dostępna w jądrach starszych niż 2.6.32 " "- wtedy wyświetlane jest zero." #. type: TP #: ../free.1:146 #, no-wrap msgid "Please send bug reports to" msgstr "Zgłoszenia błędów prosimy wysyłać na adres" #. type: Plain text #: ../free.1:150 msgid "E<.UR procps@freelists.org> E<.UE>" msgstr "E<.UR procps@freelists.org> E<.UE>" #. type: SH #: ../free.1:150 ../pgrep.1:285 ../pmap.1:79 ../uptime.1:56 ../vmstat.8:212 #: ../doc/procps.3:190 ../doc/procps_pids.3:216 ../doc/procps_misc.3:160 #, no-wrap msgid "SEE ALSO" msgstr "ZOBACZ TAKŻE" #. Copyright 2000 Kjetil Torgrim Homme #. 2017-2020 Craig Small #. This program is free software; you can redistribute it and/or modify #. it under the terms of the GNU General Public License as published by #. the Free Software Foundation; either version 2 of the License, or #. (at your option) any later version. #. type: Plain text #: ../pgrep.1:10 msgid "B(1), B(1), B(1), B(8)." msgstr "B(1), B(1), B(1), B(8)." #. type: TH #: ../pgrep.1:10 #, no-wrap msgid "PGREP" msgstr "PGREP" #. type: TH #: ../pgrep.1:10 #, fuzzy, no-wrap #| msgid "2019-03-05" msgid "2021-12-25" msgstr "2019-03-05" #. type: Plain text #: ../pgrep.1:13 #, fuzzy #| msgid "" #| "pgrep, pkill - look up or signal processes based on name and other " #| "attributes" msgid "" "pgrep, pkill, pidwait - look up, signal, or wait for processes based on name " "and other attributes" msgstr "" "pgrep, pkill - wyszukiwanie lub wysyłanie sygnałów do procesów na podstawie " "nazwy i innych atrybutów" #. type: Plain text #: ../pgrep.1:16 msgid "B [options] pattern" msgstr "B [opcje] wzorzec" #. type: Plain text #: ../pgrep.1:19 msgid "B [options] pattern" msgstr "B [opcje] wzorzec" #. type: Plain text #: ../pgrep.1:22 #, fuzzy #| msgid "B [options] pattern" msgid "B [options] pattern" msgstr "B [opcje] wzorzec" #. type: Plain text #: ../pgrep.1:27 msgid "" "B looks through the currently running processes and lists the process " "IDs which match the selection criteria to stdout. All the criteria have to " "match. For example," msgstr "" "B przeszukuje aktualnie działające procesy i wypisuje na standardowym " "wyjściu identyfikatory procesów, które pasują do wybranych kryteriów. " "Wszystkie kryteria muszą pasować. Na przykład:" #. type: Plain text #: ../pgrep.1:29 msgid "$ pgrep -u root sshd" msgstr "$ pgrep -u root sshd" #. type: Plain text #: ../pgrep.1:35 msgid "" "will only list the processes called B AND owned by B. On the " "other hand," msgstr "" "wypisze tylko listę procesów o nazwie B ORAZ będących własnością " "B. Z drugiej strony:" #. type: Plain text #: ../pgrep.1:37 msgid "$ pgrep -u root,daemon" msgstr "$ pgrep -u root,daemon" #. type: Plain text #: ../pgrep.1:42 msgid "will list the processes owned by B OR B." msgstr "wypisze procesy, których właścicielem jest B LUB B." #. type: Plain text #: ../pgrep.1:47 msgid "" "B will send the specified signal (by default B) to each " "process instead of listing them on stdout." msgstr "" "B zamiast wypisywania procesów wyśle do każdego podany sygnał " "(domyślnie B)." #. type: Plain text #: ../pgrep.1:50 #, fuzzy #| msgid "" #| "B will send the specified signal (by default B) to each " #| "process instead of listing them on stdout." msgid "" "B will wait for each process instead of listing them on stdout." msgstr "" "B zamiast wypisywania procesów wyśle do każdego podany sygnał " "(domyślnie B)." #. type: TP #: ../pgrep.1:51 #, no-wrap msgid "B<->I" msgstr "B<->I" #. type: TQ #: ../pgrep.1:53 #, no-wrap msgid "B<--signal> I" msgstr "B<--signal> I" #. type: Plain text #: ../pgrep.1:59 msgid "" "Defines the signal to send to each matched process. Either the numeric or " "the symbolic signal name can be used. (B only.)" msgstr "" "Określenie sygnału, jaki ma być wysłany do wszystkich pasujących procesów. " "Może być numerem lub nazwą sygnału. (tylko B)" #. type: TP #: ../pgrep.1:59 #, no-wrap msgid "B<-c>, B<--count>" msgstr "B<-c>, B<--count>" #. type: Plain text #: ../pgrep.1:66 #, fuzzy #| msgid "" #| "Suppress normal output; instead print a count of matching processes. " #| "When count does not match anything, e.g. returns zero, the command will " #| "return non-zero value." msgid "" "Suppress normal output; instead print a count of matching processes. When " "count does not match anything, e.g. returns zero, the command will return " "non-zero value. Note that for pkill and pidwait, the count is the number of " "matching processes, not the processes that were successfully signaled or " "waited for." msgstr "" "Pominięcie zwykłego wyjścia; zamiast niego wypisanie liczby pasujących " "procesów. Jeśli nic nie zostanie policzone (np. liczba będzie zerem), " "polecenie zwróci wartość niezerową." #. type: TP #: ../pgrep.1:66 #, no-wrap msgid "B<-d>, B<--delimiter> I" msgstr "B<-d>, B<--delimiter> I" #. type: Plain text #: ../pgrep.1:72 msgid "" "Sets the string used to delimit each process ID in the output (by default a " "newline). (B only.)" msgstr "" "Ustawienie łańcucha oddzielającego identyfikatory procesów na wyjściu " "(domyślnie nowa linia). (tylko B)" #. type: TP #: ../pgrep.1:72 #, fuzzy, no-wrap #| msgid "B<-x>, B<--exec>" msgid "B<-e>, B<--echo>" msgstr "B<-x>, B<--exec>" #. type: Plain text #: ../pgrep.1:77 #, fuzzy #| msgid "List the process name as well as the process ID. (B only.)" msgid "Display name and PID of the process being killed. (B only.)" msgstr "Wypisanie nazw oraz identyfikatorów procesów. (tylko B)" #. type: TP #: ../pgrep.1:77 #, no-wrap msgid "B<-f>, B<--full>" msgstr "B<-f>, B<--full>" #. type: Plain text #: ../pgrep.1:84 msgid "" "The I is normally only matched against the process name. When B<-" "f> is set, the full command line is used." msgstr "" "I normalnie jest dopasowywany tylko do nazwy procesu. Z ustawioną " "opcją B<-f>, wykorzystywana jest cała linia poleceń." #. type: TP #: ../pgrep.1:84 #, no-wrap msgid "B<-g>, B<--pgroup> I,..." msgstr "B<-g>, B<--pgroup> I,..." #. type: Plain text #: ../pgrep.1:93 #, fuzzy #| msgid "" #| "Only match processes in the process group IDs listed. Process group 0 is " #| "translated into B's or B's own process group." msgid "" "Only match processes in the process group IDs listed. Process group 0 is " "translated into B's, B's, or B's own process group." msgstr "" "Dopasowanie tylko do procesów z grup o podanych identyfikatorach. Grupa " "procesów 0 jest tłumaczona na własną grupę procesów polecenia B lub " "B." #. type: TP #: ../pgrep.1:93 #, no-wrap msgid "B<-G>, B<--group> I,..." msgstr "B<-G>, B<--group> I,..." #. type: Plain text #: ../pgrep.1:97 msgid "" "Only match processes whose real group ID is listed. Either the numerical or " "symbolical value may be used." msgstr "" "Dopasowanie tylko do procesów o podanych identyfikatorach grup " "rzeczywistych. Można użyć wartości liczbowych lub symbolicznych." #. type: TP #: ../pgrep.1:97 #, no-wrap msgid "B<-i>, B<--ignore-case>" msgstr "B<-e>, B<--ignore-case>" #. type: Plain text #: ../pgrep.1:100 msgid "Match processes case-insensitively." msgstr "Dopasowywanie procesów bez rozróżniania wielkości liter." #. type: TP #: ../pgrep.1:100 #, no-wrap msgid "B<-l>, B<--list-name>" msgstr "B<-l>, B<--list-name>" #. type: Plain text #: ../pgrep.1:105 msgid "List the process name as well as the process ID. (B only.)" msgstr "Wypisanie nazw oraz identyfikatorów procesów. (tylko B)" #. type: TP #: ../pgrep.1:105 #, no-wrap msgid "B<-a>, B<--list-full>" msgstr "B<-a>, B<--list-full>" #. type: Plain text #: ../pgrep.1:110 msgid "List the full command line as well as the process ID. (B only.)" msgstr "" "Wypisanie pełnych linii poleceń oraz identyfikatorów procesów. (tylko " "B)" #. type: TP #: ../pgrep.1:110 #, no-wrap msgid "B<-n>, B<--newest>" msgstr "B<-n>, B<--newest>" #. type: Plain text #: ../pgrep.1:113 msgid "" "Select only the newest (most recently started) of the matching processes." msgstr "" "Wybór tylko najnowszych (najpóźniej uruchomionych) spośród pasujących " "procesów." #. type: TP #: ../pgrep.1:113 #, no-wrap msgid "B<-o>, B<--oldest>" msgstr "B<-o>, B<--oldest>" #. type: Plain text #: ../pgrep.1:116 msgid "" "Select only the oldest (least recently started) of the matching processes." msgstr "" "Wybór tylko najstarszych (najwcześniej uruchomionych) spośród pasujących " "procesów." #. type: TP #: ../pgrep.1:116 #, fuzzy, no-wrap #| msgid "B<-d>, B<--delay> I" msgid "B<-O>, B<--older> I" msgstr "B<-d>, B<--delay> I" #. type: Plain text #: ../pgrep.1:119 msgid "Select processes older than secs." msgstr "" #. type: TP #: ../pgrep.1:119 #, no-wrap msgid "B<-P>, B<--parent> I,..." msgstr "B<-P>, B<--parent> I,..." #. type: Plain text #: ../pgrep.1:122 msgid "Only match processes whose parent process ID is listed." msgstr "" "Dopasowanie tylko do procesów o wymienionych identyfikatorach procesów " "rodziców." #. type: TP #: ../pgrep.1:122 #, no-wrap msgid "B<-s>, B<--session> I,..." msgstr "B<-s>, B<--session> I,..." #. type: Plain text #: ../pgrep.1:131 #, fuzzy #| msgid "" #| "Only match processes whose process session ID is listed. Session ID 0 is " #| "translated into B's or B's own session ID." msgid "" "Only match processes whose process session ID is listed. Session ID 0 is " "translated into B's, B's, or B's own session ID." msgstr "" "Dopasowanie tylko do procesów o wymienionych identyfikatorach sesji " "procesów. Identyfikator sesji 0 jest tłumaczony na własny procesu B " "lub B." #. type: TP #: ../pgrep.1:131 #, no-wrap msgid "B<-t>, B<--terminal> I,..." msgstr "B<-t>, B<--terminal> I,..." #. type: Plain text #: ../pgrep.1:135 msgid "" "Only match processes whose controlling terminal is listed. The terminal " "name should be specified without the \"/dev/\" prefix." msgstr "" "Dopasowanie tylko do procesów o wymienionych terminalach sterujących. Nazwa " "terminala powinna być podana bez przedrostka \"/dev/\"." #. type: TP #: ../pgrep.1:135 #, no-wrap msgid "B<-u>, B<--euid> I,..." msgstr "B<-u>, B<--euid> I,..." #. type: Plain text #: ../pgrep.1:139 msgid "" "Only match processes whose effective user ID is listed. Either the " "numerical or symbolical value may be used." msgstr "" "Dopasowanie tylko do procesów o wymienionych identyfikatorach użytkowników " "efektywnych. Można użyć wartości liczbowych lub symbolicznych." #. type: TP #: ../pgrep.1:139 #, no-wrap msgid "B<-U>, B<--uid> I,..." msgstr "B<-U>, B<--uid> I,..." #. type: Plain text #: ../pgrep.1:143 msgid "" "Only match processes whose real user ID is listed. Either the numerical or " "symbolical value may be used." msgstr "" "Dopasowanie tylko do procesów o wymienionych identyfikatorach użytkowników " "rzeczywistych. Można użyć wartości liczbowych lub symbolicznych." #. type: TP #: ../pgrep.1:143 #, no-wrap msgid "B<-v>, B<--inverse>" msgstr "B<-v>, B<--inverse>" #. type: Plain text #: ../pgrep.1:152 #, fuzzy #| msgid "" #| "Negates the matching. This option is usually used in B's " #| "context. In B's context the short option is disabled to avoid " #| "accidental usage of the option." msgid "" "Negates the matching. This option is usually used in B's or " "B's context. In B's context the short option is disabled to " "avoid accidental usage of the option." msgstr "" "Negacja dopasowania. Zwykle używana w kontekście programu B. W " "kontekście B krótka opcja jest wyłączona, aby zapobiec przypadkowemu " "użyciu." #. type: TP #: ../pgrep.1:152 #, no-wrap msgid "B<-w>, B<--lightweight>" msgstr "B<-w>, B<--lightweight>" #. type: Plain text #: ../pgrep.1:161 #, fuzzy #| msgid "" #| "Shows all thread ids instead of pids in B's context. In " #| "B's context this option is disabled." msgid "" "Shows all thread ids instead of pids in B's or B's context. " "In B's context this option is disabled." msgstr "" "Wyświetlenie wszystkich identyfikatorów wątków zamiast pidów w kontekście " "programu B. W kontekście B ta opcja jest wyłączona." #. type: TP #: ../pgrep.1:161 #, no-wrap msgid "B<-x>, B<--exact>" msgstr "B<-x>, B<--exact>" #. type: Plain text #: ../pgrep.1:167 #, fuzzy #| msgid "" #| "Only match processes whose names (or command line if -f is specified) " #| "B match the I." msgid "" "Only match processes whose names (or command lines if B<-f> is specified) " "B match the I." msgstr "" "Dopasowanie tylko do procesów, których nazwy (lub linie poleceń, jeśli " "podano opcję -f) pasują B do I." #. type: TP #: ../pgrep.1:167 #, no-wrap msgid "B<-F>, B<--pidfile> I" msgstr "B<-F>, B<--pidfile> I" #. type: Plain text #: ../pgrep.1:173 #, fuzzy #| msgid "" #| "Read I's from file. This option is perhaps more useful for B " #| "than B." msgid "" "Read Is from I. This option is more useful for " "BorB than B." msgstr "" "Odczyt Iów z pliku. Ta opcja jest zwykle bardziej przydatna dla " "programu B niż B." #. type: TP #: ../pgrep.1:173 #, no-wrap msgid "B<-L>, B<--logpidfile>" msgstr "B<-L>, B<--logpidfile>" #. type: Plain text #: ../pgrep.1:176 #, fuzzy #| msgid "Fail if pidfile (see -F) not locked." msgid "Fail if pidfile (see B<-F>) not locked." msgstr "Niepowodzenie, jeśli plik PID (p. opcja -F) nie jest zablokowany." #. type: TP #: ../pgrep.1:176 #, no-wrap msgid "B<-r>, B<--runstates> I..." msgstr "B<-r>, B<--runstates> I..." #. type: Plain text #: ../pgrep.1:179 msgid "Match only processes which match the process state." msgstr "Dopasowanie tylko do procesów o pasującym stanie." #. type: TP #: ../pgrep.1:179 #, fuzzy, no-wrap #| msgid "B<--nslist >IB<,...>" msgid "B<--cgroup >IB<,...>" msgstr "B<--nslist >IB<,...>" #. type: Plain text #: ../pgrep.1:183 msgid "Match on provided control group (cgroup) v2 name. See B(8)" msgstr "" #. type: TP #: ../pgrep.1:183 #, no-wrap msgid "B<--ns >I" msgstr "B<--ns >I" #. type: Plain text #: ../pgrep.1:188 #, fuzzy #| msgid "" #| "Match processes that belong to the same namespaces. Required to run as " #| "root to match processes from other users. See --nslist for how to limit " #| "which namespaces to match." msgid "" "Match processes that belong to the same namespaces. Required to run as root " "to match processes from other users. See B<--nslist> for how to limit which " "namespaces to match." msgstr "" "Dopasowanie do procesów należących do tych samych przestrzeni nazw. Wymagane " "w przypadku uruchamiania przez roota, aby dopasować do procesów innych " "użytkowników. Więcej o ograniczaniu dopasowywanych przestrzeni nazw przy " "opcji --nslist." #. type: TP #: ../pgrep.1:188 #, no-wrap msgid "B<--nslist >IB<,...>" msgstr "B<--nslist >IB<,...>" #. type: Plain text #: ../pgrep.1:192 msgid "" "Match only the provided namespaces. Available namespaces: ipc, mnt, net, " "pid, user,uts." msgstr "" "Dopasowanie tylko do podanych przestrzeni nazw. Dostępne przestrzenie: ipc, " "mnt, net, pid, user, uts." #. type: TP #: ../pgrep.1:192 #, fuzzy, no-wrap #| msgid "B<-n>, B<--values>" msgid "B<-q>, B<--queue >I" msgstr "B<-n>, B<--values>" #. type: Plain text #: ../pgrep.1:204 msgid "" "Use B rather than B and the value argument is used to " "specify an integer to be sent with the signal. If the receiving process has " "installed a handler for this signal using the SA_SIGINFO flag to " "B , then it can obtain this data via the si_value field of the " "siginfo_t structure." msgstr "" #. type: Plain text #: ../pgrep.1:207 ../pmap.1:64 ../vmstat.8:90 msgid "Display version information and exit." msgstr "Wyświetlenie informacji o wersji i zakończenie." #. type: TP #: ../pgrep.1:207 ../pmap.1:58 ../uptime.1:30 ../vmstat.8:90 #, no-wrap msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text #: ../pgrep.1:210 ../vmstat.8:93 msgid "Display help and exit." msgstr "Wyświetlenie opisu i zakończenie." #. type: SH #: ../pgrep.1:211 #, no-wrap msgid "OPERANDS" msgstr "ARGUMENTY" #. type: TP #: ../pgrep.1:212 #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: ../pgrep.1:216 msgid "" "Specifies an Extended Regular Expression for matching against the process " "names or command lines." msgstr "" "Określenie rozszerzonego wyrażenia regularnego do dopasowania nazwy procesu " "lub linii poleceń." #. type: SH #: ../pgrep.1:216 #, no-wrap msgid "EXAMPLES" msgstr "PRZYKŁADY" #. type: Plain text #: ../pgrep.1:220 msgid "Example 1: Find the process ID of the B daemon:" msgstr "Przykład 1: znalezienie identyfikatora procesu demona B:" #. type: Plain text #: ../pgrep.1:222 msgid "$ pgrep -u root named" msgstr "$ pgrep -u root named" #. type: Plain text #: ../pgrep.1:226 msgid "Example 2: Make B reread its configuration file:" msgstr "" "Przykład 2: wymuszenie ponownego odczytu pliku konfiguracyjnego przez " "program B:" #. type: Plain text #: ../pgrep.1:228 msgid "$ pkill -HUP syslogd" msgstr "$ pkill -HUP syslogd" #. type: Plain text #: ../pgrep.1:232 msgid "Example 3: Give detailed information on all B processes:" msgstr "" "Przykład 3: podanie szczegółowych informacji o wszystkich procesach B:" #. type: Plain text #: ../pgrep.1:234 msgid "$ ps -fp $(pgrep -d, -x xterm)" msgstr "$ ps -fp $(pgrep -d, -x xterm)" #. type: Plain text #: ../pgrep.1:238 msgid "Example 4: Make all B processes run nicer:" msgstr "Przykład 4: zwiększenie nice wszystkich procesów B:" #. type: Plain text #: ../pgrep.1:240 msgid "$ renice +4 $(pgrep chrome)" msgstr "$ renice +4 $(pgrep chrome)" #. type: SH #: ../pgrep.1:240 ../pmap.1:64 #, no-wrap msgid "EXIT STATUS" msgstr "KOD WYJŚCIA" #. type: TP #: ../pgrep.1:242 #, no-wrap msgid "0" msgstr "0" #. type: Plain text #: ../pgrep.1:246 #, fuzzy #| msgid "" #| "One or more processes matched the criteria. For pkill the process must " #| "also have been successfully signalled." msgid "" "One or more processes matched the criteria. For pkill and pidwait, one or " "more processes must also have been successfully signalled or waited for." msgstr "" "Jeden lub więcej procesów pasowało do warunków. W przypadku pkill udało się " "także wysłać procesowi sygnał." #. type: TP #: ../pgrep.1:246 #, no-wrap msgid "1" msgstr "1" #. type: Plain text #: ../pgrep.1:249 msgid "No processes matched or none of them could be signalled." msgstr "" "Brak procesów pasujących do warunków lub do żadnego nie udało się wysłać " "sygnału." #. type: TP #: ../pgrep.1:249 #, no-wrap msgid "2" msgstr "2" #. type: Plain text #: ../pgrep.1:252 msgid "Syntax error in the command line." msgstr "Błąd składni w linii poleceń." #. type: TP #: ../pgrep.1:252 #, no-wrap msgid "3" msgstr "3" #. type: Plain text #: ../pgrep.1:255 msgid "Fatal error: out of memory etc." msgstr "Błąd krytyczny: brak pamięci itp." #. type: SH #: ../pgrep.1:256 ../vmstat.8:190 #, no-wrap msgid "NOTES" msgstr "UWAGI" #. type: Plain text #: ../pgrep.1:261 #, fuzzy #| msgid "" #| "The process name used for matching is limited to the 15 characters " #| "present in the output of /proc/I/stat. Use the -f option to match " #| "against the complete command line, /proc/I/cmdline." msgid "" "The process name used for matching is limited to the 15 characters present " "in the output of /proc/I/stat. Use the B<-f> option to match against " "the complete command line, /proc/I/cmdline. Threads may not have the " "same process name as the parent process but will have the same command line." msgstr "" "Nazwa procesu używana przy dopasowaniu jest ograniczona do 15 znaków " "obecnych w wyjściu /proc/I/stat. Aby dopasować do pełnej linii poleceń " "(/proc/I/cmdline), należy użyć opcji -f." #. type: Plain text #: ../pgrep.1:269 #, fuzzy #| msgid "" #| "The running B or B process will never report itself as a " #| "match." msgid "" "The running B, B, or B process will never report " "itself as a match." msgstr "" "Działający proces B ani B nigdy nie zgłosi siebie jako " "dopasowania." #. type: Plain text #: ../pgrep.1:273 msgid "" "The B<-O --older> option will silently fail if /proc is mounted with the " "I option." msgstr "" #. type: Plain text #: ../pgrep.1:282 msgid "" "The options B<-n> and B<-o> and B<-v> can not be combined. Let me know if " "you need to do this." msgstr "" "Opcji B<-n>, B<-o> oraz B<-v> nie można łączyć. Gdyby było to przydatne, " "proszę zawiadomić autora." #. type: Plain text #: ../pgrep.1:284 msgid "Defunct processes are reported." msgstr "Zgłoszono procesy nie funkcjonujące." #. type: Plain text #: ../pgrep.1:295 #, fuzzy #| msgid "" #| "B(1), B(7), B(7), B(1), B(1), " #| "B(1), B(2)" msgid "" "B(1), B(7), B(7), B(3), B(1), " "B(1), B(1), B(2), B(8)" msgstr "" "B(1), B(7), B(7), B(1), B(1), B(1), " "B(2)" #. type: SH #: ../pgrep.1:295 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: ../pgrep.1:299 msgid "E<.UR kjetilho@ifi.uio.no> Kjetil Torgrim Homme E<.UE>" msgstr "E<.UR kjetilho@ifi.uio.no> Kjetil Torgrim Homme E<.UE>" #. type: SH #: ../pgrep.1:299 ../pmap.1:86 ../uptime.1:61 ../vmstat.8:232 #, no-wrap msgid "REPORTING BUGS" msgstr "ZGŁASZANIE BŁĘDÓW" #. (C) Copyright 2020-2022 Jim Warner #. %%%LICENSE_START(LGPL_2.1+) #. This manual is free software; you can redistribute it and/or #. modify it under the terms of the GNU Lesser General Public #. License as published by the Free Software Foundation; either #. version 2.1 of the License, or (at your option) any later version. #. This manual is distributed in the hope that it will be useful, #. but WITHOUT ANY WARRANTY; without even the implied warranty of #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #. Lesser General Public License for more details. #. You should have received a copy of the GNU Lesser General Public #. License along with this library; if not, write to the Free Software #. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #. %%%LICENSE_END #. type: Plain text #: ../pkill.1:1 ../uptime.1:3 ../vmstat.8:3 ../doc/procps.3:19 msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>" msgstr "" "Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<.UE>" #. type: TH #: ../pmap.1:8 #, no-wrap msgid "PMAP" msgstr "PMAP" #. type: TH #: ../pmap.1:8 ../vmstat.8:3 #, no-wrap msgid "2020-06-04" msgstr "" #. type: Plain text #: ../pmap.1:11 msgid "pmap - report memory map of a process" msgstr "pmap - informacje o odwzorowaniu pamięci procesu" #. type: Plain text #: ../pmap.1:14 msgid "B [I] I [...]" msgstr "B [I] I [...]" #. type: Plain text #: ../pmap.1:18 #, fuzzy #| msgid "The pmap command reports the memory map of a process or processes." msgid "The B command reports the memory map of a process or processes." msgstr "Polecenie pmap wypisuje mapę pamięci procesu lub procesów." #. type: TP #: ../pmap.1:19 #, no-wrap msgid "B<-x>, B<--extended>" msgstr "B<-x>, B<--extended>" #. type: Plain text #: ../pmap.1:22 msgid "Show the extended format." msgstr "Wyświetlanie w formacie rozszerzonym." #. type: TP #: ../pmap.1:22 #, no-wrap msgid "B<-d>, B<--device>" msgstr "B<-d>, B<--device>" #. type: Plain text #: ../pmap.1:25 msgid "Show the device format." msgstr "Wyświetlanie w formacie urządzeń." #. type: TP #: ../pmap.1:25 #, no-wrap msgid "B<-q>, B<--quiet>" msgstr "B<-q>, B<--quiet>" #. type: Plain text #: ../pmap.1:28 msgid "Do not display some header or footer lines." msgstr "Bez wyświetlania linii nagłówka i stopki." #. type: TP #: ../pmap.1:28 #, no-wrap msgid "B<-A>, B<--range> I,I" msgstr "B<-A>, B<--range> I,I" #. type: Plain text #: ../pmap.1:36 msgid "" "Limit results to the given range to I and I address range. " "Notice that the low and high arguments are single string separated with " "comma." msgstr "" "Ograniczenie wyników do podanego przedziału adresów: I,I. " "Limity dolny i górny podaje się rozdzielone przecinkiem jako pojedynczy " "argument." #. type: TP #: ../pmap.1:36 #, no-wrap msgid "B<-X>" msgstr "B<-X>" #. type: Plain text #: ../pmap.1:40 msgid "" "Show even more details than the B<-x> option. WARNING: format changes " "according to I" msgstr "" "Wypisywanie jeszcze więcej szczegółów niż z opcją B<-x>. UWAGA: format " "zmienia się z I" #. type: TP #: ../pmap.1:40 #, no-wrap msgid "B<-XX>" msgstr "B<-XX>" #. type: Plain text #: ../pmap.1:43 msgid "Show everything the kernel provides" msgstr "Wypisywanie wszystkiego, co udostępnia jądro" #. type: TP #: ../pmap.1:43 #, no-wrap msgid "B<-p>, B<--show-path>" msgstr "B<-p>, B<--show-path>" #. type: Plain text #: ../pmap.1:46 msgid "Show full path to files in the mapping column" msgstr "Wypisywanie pełnych ścieżek do plików w kolumnie odwzorowań" #. type: TP #: ../pmap.1:46 #, no-wrap msgid "B<-c>, B<--read-rc>" msgstr "B<-c>, B<--read-rc>" #. type: Plain text #: ../pmap.1:49 msgid "Read the default configuration" msgstr "Odczyt domyślnej konfiguracji" #. type: TP #: ../pmap.1:49 #, no-wrap msgid "B<-C>, B<--read-rc-from> I" msgstr "B<-C>, B<--read-rc-from> I" #. type: Plain text #: ../pmap.1:52 msgid "Read the configuration from I" msgstr "Odczyt konfiguracji z I" #. type: TP #: ../pmap.1:52 #, no-wrap msgid "B<-n>, B<--create-rc>" msgstr "B<-n>, B<--create-rc>" #. type: Plain text #: ../pmap.1:55 msgid "Create new default configuration" msgstr "Utworzenie nowej konfiguracji domyślnej" #. type: TP #: ../pmap.1:55 #, no-wrap msgid "B<-N>, B<--create-rc-to> I" msgstr "B<-N>, B<--create-rc-to> I" #. type: Plain text #: ../pmap.1:58 msgid "Create new configuration to I" msgstr "Utworzenie nowej konfiguracji w I" #. type: Plain text #: ../pmap.1:61 msgid "Display help text and exit." msgstr "Wyświetlenie tekstu pomocy i zakończenie." #. type: TP #: ../pmap.1:68 #, no-wrap msgid "B<0>" msgstr "B<0>" #. type: Plain text #: ../pmap.1:71 msgid "Success." msgstr "Sukces." #. type: TP #: ../pmap.1:71 #, no-wrap msgid "B<1>" msgstr "B<1>" #. type: Plain text #: ../pmap.1:74 msgid "Failure." msgstr "Niepowodzenie." #. type: TP #: ../pmap.1:74 #, no-wrap msgid "B<42>" msgstr "B<42>" #. type: Plain text #: ../pmap.1:77 msgid "Did not find all processes asked for." msgstr "Nie znaleziono wszystkich żądanych procesów." #. type: Plain text #: ../pmap.1:82 msgid "B(1), B(1)" msgstr "B(1), B(1)" #. type: SH #: ../pmap.1:82 #, no-wrap msgid "STANDARDS" msgstr "STANDARDY" #. type: Plain text #: ../pmap.1:86 #, fuzzy #| msgid "" #| "No standards apply, but pmap looks an awful lot like a SunOS command." msgid "" "No standards apply, but B looks an awful lot like a SunOS command." msgstr "" "Polecenia pmap nie dotyczą żadne standardy, ale wygląda równie brzydko, co " "polecenie SunOS." #. type: TH #: ../uptime.1:3 #, no-wrap msgid "UPTIME" msgstr "UPTIME" #. type: TH #: ../uptime.1:3 #, no-wrap msgid "December 2012" msgstr "grudzień 2012" #. type: Plain text #: ../uptime.1:6 msgid "uptime - Tell how long the system has been running." msgstr "uptime - informacja, jak długo działa system." #. type: Plain text #: ../uptime.1:9 msgid "B [I]" msgstr "B [I]" #. type: Plain text #: ../uptime.1:14 msgid "" "B gives a one line display of the following information. The " "current time, how long the system has been running, how many users are " "currently logged on, and the system load averages for the past 1, 5, and 15 " "minutes." msgstr "" "B w pojedynczej linii podaje następujące informacje: bieżący czas; " "czas, jak długo działa system; liczbę aktualnie zalogowanych użytkowników; " "średnie obciążenie systemu dla ostatnich 1, 5 i 15 minut." #. type: Plain text #: ../uptime.1:17 msgid "" "This is the same information contained in the header line displayed by " "B(1)." msgstr "" "Są to te same informacje, które zawiera linia nagłówka wyświetlana przez " "polecenie B(1)." #. type: Plain text #: ../uptime.1:26 msgid "" "System load averages is the average number of processes that are either in a " "runnable or uninterruptable state. A process in a runnable state is either " "using the CPU or waiting to use the CPU. A process in uninterruptable state " "is waiting for some I/O access, eg waiting for disk. The averages are taken " "over the three time intervals. Load averages are not normalized for the " "number of CPUs in a system, so a load average of 1 means a single CPU system " "is loaded all the time while on a 4 CPU system it means it was idle 75% of " "the time." msgstr "" "Średnie obciążenie systemu to średnia liczba procesów w stanie działającym " "lub nieprzerywalnym. Proces jest w stanie działającym, kiedy używa procesora " "lub oczekuje na procesor. Proces jest w stanie nieprzerywalnym, kiedy " "oczekuje na jakiś dostęp we/wy, np. na dysk. Średnie są obliczane dla trzech " "okresów czasu. Nie są normalizowane pod kątem liczby procesorów w systemie, " "więc średnie obciążenie 1 oznacza, że system jednoprocesorowy jest obciążony " "cały czas, podczas gdy system 4-procesorowy jest bezczynny przez 75% czasu." #. type: TP #: ../uptime.1:27 #, no-wrap msgid "B<-p>, B<--pretty>" msgstr "B<-p>, B<--pretty>" #. type: Plain text #: ../uptime.1:30 msgid "show uptime in pretty format" msgstr "wyświetlenie czasu działania w ładnym formacie" #. type: Plain text #: ../uptime.1:33 msgid "display this help text" msgstr "wyświetlenie tego opisu" #. type: TP #: ../uptime.1:33 #, no-wrap msgid "B<-s>, B<--since>" msgstr "B<-s>, B<--since>" #. type: Plain text #: ../uptime.1:36 msgid "system up since, in yyyy-mm-dd HH:MM:SS format" msgstr "początek czasu działania systemu w formacie rrrr-mm-dd GG:MM:SS" #. type: Plain text #: ../uptime.1:39 msgid "display version information and exit" msgstr "wyświetlenie informacji o wersji i zakończenie" #. type: TP #: ../uptime.1:40 #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: ../uptime.1:43 msgid "information about who is currently logged on" msgstr "informacja o tym, kto jest obecnie zalogowany" #. type: TP #: ../uptime.1:43 #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: ../uptime.1:46 msgid "process information" msgstr "informacje o procesach" #. type: SH #: ../uptime.1:46 ../vmstat.8:222 #, no-wrap msgid "AUTHORS" msgstr "AUTORZY" #. type: Plain text #: ../uptime.1:56 msgid "" "B was written by E<.UR greenfie@gauss.\\:rutgers.\\:edu> Larry " "Greenfield E<.UE> and E<.UR johnsonm@sunsite.\\:unc.\\:edu> Michael K. " "Johnson E<.UE>" msgstr "" "Program B napisali E<.UR greenfie@gauss.\\:rutgers.\\:edu> Larry " "Greenfield E<.UE> oraz E<.UR johnsonm@sunsite.\\:unc.\\:edu> Michael K. " "Johnson E<.UE>" #. type: Plain text #: ../uptime.1:61 msgid "B(1), B(1), B(5), B(1)" msgstr "B(1), B(1), B(5), B(1)" #. type: TH #: ../vmstat.8:3 #, no-wrap msgid "VMSTAT" msgstr "VMSTAT" #. type: TH #: ../vmstat.8:3 #, no-wrap msgid "System Administration" msgstr "Administracja systemem" #. type: Plain text #: ../vmstat.8:6 msgid "vmstat - Report virtual memory statistics" msgstr "vmstat - statystyki pamięci wirtualnej" #. type: Plain text #: ../vmstat.8:10 msgid "B [options] [I [I]]" msgstr "B [opcje] [I [I]]" #. type: Plain text #: ../vmstat.8:14 msgid "" "B reports information about processes, memory, paging, block IO, " "traps, disks and cpu activity." msgstr "" "B raportuje informacje o aktywności procesów, pamięci, " "stronicowania, blokowego we/wy, pułapek, dysków i procesora." #. type: Plain text #: ../vmstat.8:19 msgid "" "The first report produced gives averages since the last reboot. Additional " "reports give information on a sampling period of length I. The " "process and memory reports are instantaneous in either case." msgstr "" "Pierwszy tworzony raport podaje średnie wartości od ostatniego restartu " "systemu. Dodatkowe raporty podają informacje dla okresów próbkowania o " "długości I. Raporty dotyczące procesów i pamięci są w obu " "przypadkach natychmiastowe." #. type: TP #: ../vmstat.8:20 #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: ../vmstat.8:27 msgid "" "The I between updates in seconds. If no I is specified, only " "one report is printed with the average values since boot." msgstr "" "I pomiędzy uaktualnieniami w sekundach. Jeśli nie podano " "I, wypisywany jest tylko raport z wartościami średnimi od " "rozruchu systemu." #. type: TP #: ../vmstat.8:27 #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: ../vmstat.8:34 msgid "" "Number of updates. In absence of I, when I is defined, " "default is infinite." msgstr "" "Liczba uaktualnień. W przypadku braku I, jeśli podano I, " "domyślna jest nieskończoność." #. type: TP #: ../vmstat.8:34 #, no-wrap msgid "B<-a>, B<--active>" msgstr "B<-a>, B<--active>" #. type: Plain text #: ../vmstat.8:37 msgid "Display active and inactive memory, given a 2.5.41 kernel or better." msgstr "" "Wyświetlenie pamięci aktywnej i nieaktywnej, jeśli używane jest jądro 2.5.41 " "lub nowsze." #. type: TP #: ../vmstat.8:37 #, no-wrap msgid "B<-f>, B<--forks>" msgstr "B<-f>, B<--forks>" #. type: Plain text #: ../vmstat.8:45 msgid "" "The B<-f> switch displays the number of forks since boot. This includes the " "fork, vfork, and clone system calls, and is equivalent to the total number " "of tasks created. Each process is represented by one or more tasks, " "depending on thread usage. This display does not repeat." msgstr "" "Opcja B<-f> wyświetla liczbę rozgałęzień procesów od rozruchu systemu. " "Liczba ta obejmuje wywołania systemowe fork, vfork oraz clone; jest " "odpowiednikiem całkowitej liczby utworzonych zadań. Każdy proces jest " "reprezentowany przez jedno lub więcej zadań, w zależności od wykorzystania " "wątków. Ten widok się nie powtarza." #. type: TP #: ../vmstat.8:45 #, no-wrap msgid "B<-m>, B<--slabs>" msgstr "B<-m>, B<--slabs>" #. type: Plain text #: ../vmstat.8:48 msgid "Displays slabinfo." msgstr "Wyświetlenie slabinfo." #. type: TP #: ../vmstat.8:48 #, no-wrap msgid "B<-n>, B<--one-header>" msgstr "B<-n>, B<--one-header>" #. type: Plain text #: ../vmstat.8:51 msgid "Display the header only once rather than periodically." msgstr "Wyświetlenie nagłówka tylko raz zamiast regularnie." #. type: TP #: ../vmstat.8:51 #, no-wrap msgid "B<-s>, B<--stats>" msgstr "B<-s>, B<--stats>" #. type: Plain text #: ../vmstat.8:55 msgid "" "Displays a table of various event counters and memory statistics. This " "display does not repeat." msgstr "" "Wyświetlenie tabeli różnych liczników zdarzeń i statystyk pamięci. Ten widok " "się nie powtarza." #. type: TP #: ../vmstat.8:55 #, no-wrap msgid "B<-d>, B<--disk>" msgstr "B<-d>, B<--disk>" #. type: Plain text #: ../vmstat.8:58 msgid "Report disk statistics (2.5.70 or above required)." msgstr "Raport statystyk dysku (wymagane jądro 2.5.70 lub nowsze)." #. type: TP #: ../vmstat.8:58 #, no-wrap msgid "B<-D>, B<--disk-sum>" msgstr "B<-D>, B<--disk-sum>" #. type: Plain text #: ../vmstat.8:61 msgid "Report some summary statistics about disk activity." msgstr "Raport pewnych statystyk zbiorczych dotyczących aktywności dysku." #. type: TP #: ../vmstat.8:61 #, no-wrap msgid "B<-p>, B<--partition> I" msgstr "B<-p>, B<--partition> I" #. type: Plain text #: ../vmstat.8:64 msgid "Detailed statistics about partition (2.5.70 or above required)." msgstr "" "Szczegółowe statystyki dotyczące partycji (wymagane jądro 2.5.70 lub nowsze)." #. type: TP #: ../vmstat.8:64 #, no-wrap msgid "B<-S>, B<--unit> I" msgstr "B<-S>, B<--unit> I" #. type: Plain text #: ../vmstat.8:76 #, fuzzy #| msgid "" #| "Switches outputs between 1000 (I), 1024 (I), 1000000 (I), or " #| "1048576 (I) bytes. Note this does not change the block (bi/bo) " #| "fields, which are always measured in blocks." msgid "" "Switches outputs between 1000 (I), 1024 (I), 1000000 (I), or " "1048576 (I) bytes. Note this does not change the swap (si/so) or block " "(bi/bo) fields." msgstr "" "Przełączenie wyjścia między jednostkami 1000 (I), 1024 (I),1000000 " "(I) lub 1048576 (I) bajtów. Opcja nie zmienia pól operacji blokowych " "(bi/bo), które zawsze są wyrażone w blokach." #. type: TP #: ../vmstat.8:76 #, no-wrap msgid "B<-t>, B<--timestamp>" msgstr "B<-t>, B<--timestamp>" #. type: Plain text #: ../vmstat.8:79 msgid "Append timestamp to each line" msgstr "Dołączenie znacznika czasu do każdej linii" #. type: Plain text #: ../vmstat.8:84 msgid "" "Wide output mode (useful for systems with higher amount of memory, where the " "default output mode suffers from unwanted column breakage). The output is " "wider than 80 characters per line." msgstr "" "Tryb szerokiego wyjścia (przydatny dla systemów z dużą ilością pamięci, " "gdzie domyślny tryb wyjścia cierpi przez niechciane łamanie kolumn). Wyjście " "jest szersze niż 80 znaków w linii." #. type: TP #: ../vmstat.8:84 #, fuzzy, no-wrap #| msgid "B<-t>, B<--no-title>" msgid "B<-y>, B<--no-first>" msgstr "B<-t>, B<--no-title>" #. type: Plain text #: ../vmstat.8:87 msgid "Omits first report with statistics since system boot." msgstr "" #. type: SH #: ../vmstat.8:94 #, no-wrap msgid "FIELD DESCRIPTION FOR VM MODE" msgstr "OPIS PÓL DLA TRYBU VM" #. type: SS #: ../vmstat.8:95 #, no-wrap msgid "Procs" msgstr "Proc." #. type: Plain text #: ../vmstat.8:100 #, fuzzy, no-wrap #| msgid "" #| "r: The number of runnable processes (running or waiting for run time).\n" #| "b: The number of processes in uninterruptible sleep.\n" msgid "" "r: The number of runnable processes (running or waiting for run time).\n" "b: The number of processes blocked waiting for I/O to complete.\n" msgstr "" "r: Liczba procesów działających (działających lub czekających na czas pracy).\n" "b: Liczba procesów w nieprzerywalnym śnie.\n" #. type: SS #: ../vmstat.8:102 #, no-wrap msgid "Memory" msgstr "Pamięć" #. type: Plain text #: ../vmstat.8:105 ../vmstat.8:117 #, fuzzy #| msgid "These are affected by the --unit option." msgid "These are affected by the B<--unit> option." msgstr "Te podlegają opcji --unit." #. type: Plain text #: ../vmstat.8:112 #, fuzzy, no-wrap #| msgid "" #| "swpd: the amount of virtual memory used.\n" #| "free: the amount of idle memory.\n" #| "buff: the amount of memory used as buffers.\n" #| "cache: the amount of memory used as cache.\n" #| "inact: the amount of inactive memory. (-a option)\n" #| "active: the amount of active memory. (-a option)\n" msgid "" "swpd: the amount of swap memory used.\n" "free: the amount of idle memory.\n" "buff: the amount of memory used as buffers.\n" "cache: the amount of memory used as cache.\n" "inact: the amount of inactive memory. (B<-a> option)\n" "active: the amount of active memory. (B<-a> option)\n" msgstr "" "swap: ilość użytej pamięci wirtualnej.\n" "wolna: ilość pamięci bezczynnej.\n" "bufor: ilość pamięci używanej jako bufory.\n" "cache: ilość pamięci używanej jako podręczna.\n" "nieakt: ilość pamięci nieaktywnej (opcja -a).\n" "akt: ilość pamięci aktywnej (opcja -a).\n" #. type: SS #: ../vmstat.8:114 #, no-wrap msgid "Swap" msgstr "Swap" #. type: Plain text #: ../vmstat.8:120 #, no-wrap msgid "" "si: Amount of memory swapped in from disk (/s).\n" "so: Amount of memory swapped to disk (/s).\n" msgstr "" "si: Ilość pamięci wymiany wczytanej z dysku (/s).\n" "so: Ilość pamięci wymiany zapisanej na dysk (/s).\n" #. type: SS #: ../vmstat.8:122 ../vmstat.8:167 #, no-wrap msgid "IO" msgstr "IO" #. type: Plain text #: ../vmstat.8:127 #, fuzzy, no-wrap #| msgid "" #| "bi: Blocks received from a block device (blocks/s).\n" #| "bo: Blocks sent to a block device (blocks/s).\n" msgid "" "bi: Kibibyte received from a block device (KiB/s).\n" "bo: Kibibyte sent to a block device (KiB/s).\n" msgstr "" "bi: Bloki odebrane z urządzenia blokowego (bloki/s).\n" "bo: Bloki wysłane do urządzenia blokowego (bloki/s).\n" #. type: SS #: ../vmstat.8:129 #, no-wrap msgid "System" msgstr "System" #. type: Plain text #: ../vmstat.8:134 #, no-wrap msgid "" "in: The number of interrupts per second, including the clock.\n" "cs: The number of context switches per second.\n" msgstr "" "in: Liczba przerwań na sekundę, włącznie z zegarowym.\n" "cs: Liczba przełączeń kontekstu na sekundę.\n" #. type: SS #: ../vmstat.8:136 #, no-wrap msgid "CPU" msgstr "CPU" #. type: Plain text #: ../vmstat.8:139 msgid "These are percentages of total CPU time." msgstr "Procenty całkowitego czasu procesora." #. type: Plain text #: ../vmstat.8:146 #, fuzzy, no-wrap #| msgid "" #| "us: Time spent running non-kernel code. (user time, including nice time)\n" #| "sy: Time spent running kernel code. (system time)\n" #| "id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.\n" #| "wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.\n" #| "st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.\n" msgid "" "us: Time spent running non-kernel code. (user time, including nice time)\n" "sy: Time spent running kernel code. (system time)\n" "id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.\n" "wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.\n" "st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.\n" "gu: Time spent running KVM guest code (guest time, including guest nice).\n" msgstr "" "us: Czas spędzony w kodzie poza jądrem (czas użytkownika, w tym nice).\n" "sy: Czas spędzony w kodzie jądra (czas systemu)\n" "id: Czas spędzony bezczynnie. Przed Linuksem 2.5.41 obejmował czas IO-wait.\n" "wa: Czas spędzony na oczekiwaniu na we/wy. Przed 2.5.41 zawarty w bezczynnym.\n" "st: Czas skradziony wirtualnej maszynie. Przed Linuksem 2.6.11 nieznany.\n" #. type: SH #: ../vmstat.8:148 #, no-wrap msgid "FIELD DESCRIPTION FOR DISK MODE" msgstr "OPIS PÓL DLA TRYBU DYSKOWEGO" #. type: SS #: ../vmstat.8:149 #, no-wrap msgid "Reads" msgstr "Odczyty" #. type: Plain text #: ../vmstat.8:156 #, no-wrap msgid "" "total: Total reads completed successfully\n" "merged: grouped reads (resulting in one I/O)\n" "sectors: Sectors read successfully\n" "ms: milliseconds spent reading\n" msgstr "" "total: wszystkie odczyty zakończone poprawnie\n" "merged: odczyty zgrupowane (zakończone w jednym we/wy)\n" "sectors: sektory odczytane poprawnie\n" "ms: milisekundy spędzone na odczycie\n" #. type: SS #: ../vmstat.8:158 #, no-wrap msgid "Writes" msgstr "Zapisy" #. type: Plain text #: ../vmstat.8:165 #, no-wrap msgid "" "total: Total writes completed successfully\n" "merged: grouped writes (resulting in one I/O)\n" "sectors: Sectors written successfully\n" "ms: milliseconds spent writing\n" msgstr "" "total: wszystkie zapisy zakończone poprawnie\n" "merged: zapisy zgrupowane (zakończone w jednym we/wy)\n" "sectors: sektory zapisane poprawnie\n" "ms: milisekundy spędzone na zapisie\n" #. type: Plain text #: ../vmstat.8:172 #, no-wrap msgid "" "cur: I/O in progress\n" "s: seconds spent for I/O\n" msgstr "" "cur: operacje we/wy w trakcie\n" "s: sekundy spędzone na operacjach we/wy\n" #. type: SH #: ../vmstat.8:174 #, no-wrap msgid "FIELD DESCRIPTION FOR DISK PARTITION MODE" msgstr "OPIS PÓL DLA TRYBU PARTYCJI DYSKU" #. type: Plain text #: ../vmstat.8:180 #, no-wrap msgid "" "reads: Total number of reads issued to this partition\n" "read sectors: Total read sectors for partition\n" "writes : Total number of writes issued to this partition\n" "requested writes: Total number of write requests made for partition\n" msgstr "" "reads: całkowita liczba odczytów zleconych dla tej partycji\n" "read sectors: całkowita liczba sektorów odczytanych z partycji\n" "writes: całkowita liczba zapisów zleconych dla tej partycji\n" "requested writes: całkowita liczba żądań zapisu dla partycji\n" #. type: SH #: ../vmstat.8:182 #, no-wrap msgid "FIELD DESCRIPTION FOR SLAB MODE" msgstr "OPIS PÓL DLA TRYBU PŁYT" #. type: Plain text #: ../vmstat.8:189 #, no-wrap msgid "" "cache: Cache name\n" "num: Number of currently active objects\n" "total: Total number of available objects\n" "size: Size of each object\n" "pages: Number of pages with at least one active object\n" msgstr "" "cache: nazwa pamięci podręcznej\n" "num: liczba obecnie aktywnych obiektów\n" "total: całkowita liczba dostępnych obiektów\n" "size: rozmiar każdego obiektu\n" "pages: liczba stron z przynajmniej jednym aktywnym obiektem\n" #. type: Plain text #: ../vmstat.8:193 #, fuzzy #| msgid "B does not require special permissions." msgid "B does not require special permissions." msgstr "B nie wymaga specjalnych uprawnień." #. type: Plain text #: ../vmstat.8:197 msgid "" "These reports are intended to help identify system bottlenecks. Linux " "B does not count itself as a running process." msgstr "" "Niniejsze raporty mają na celu pomoc przy identyfikacji wąskich gardeł w " "systemie. Linuksowy B nie liczy siebie jako działającego procesu." #. type: Plain text #: ../vmstat.8:200 msgid "" "All linux blocks are currently 1024 bytes. Old kernels may report blocks as " "512 bytes, 2048 bytes, or 4096 bytes." msgstr "" "Wszystkie bloki dla Linuksa mają obecnie 1024 bajty. Stare jądra mogły " "używać bloków 512-, 2048- lub 4096-bajtowych." #. type: Plain text #: ../vmstat.8:203 msgid "" "Since procps 3.1.9, vmstat lets you choose units (k, K, m, M). Default is K " "(1024 bytes) in the default mode." msgstr "" "Od wersji procps 3.1.9, vmstat pozwala wybrać jednostki (k, K, m, M). " "Domyślna to K (1024 bajty) w trybie domyślnym." #. type: Plain text #: ../vmstat.8:205 msgid "vmstat uses slabinfo 1.1" msgstr "vmstat wykorzystuje slabinfo 1.1" #. type: Plain text #: ../vmstat.8:211 #, no-wrap msgid "" "/proc/meminfo\n" "/proc/stat\n" "/proc/*/stat\n" msgstr "" "/proc/meminfo\n" "/proc/stat\n" "/proc/*/stat\n" #. type: Plain text #: ../vmstat.8:219 msgid "B(1), B(1), B(1), B(1), B(1), B(1)" msgstr "B(1), B(1), B(1), B(1), B(1), B(1)" #. type: Plain text #: ../vmstat.8:222 msgid "" "Does not tabulate the block io per device or count the number of system " "calls." msgstr "" "Nie raportuje blokowego we/wy per urządzenie ani nie liczy wywołań " "systemowych." #. type: Plain text #: ../vmstat.8:227 msgid "Written by E<.UR al172@yfn.\\:ysu.\\:edu> Henry Ware E<.UE .>" msgstr "Autorem jest E<.UR al172@yfn.\\:ysu.\\:edu> Henry Ware E<.UE .>" #. type: Plain text #: ../vmstat.8:232 msgid "" "E<.UR ffrederick@users.\\:sourceforge.\\:net> Fabian Fr\\('ed\\('erick E<." "UE> (diskstat, slab, partitions...)" msgstr "" "E<.UR ffrederick@users.\\:sourceforge.\\:net> Fabian Fr\\('ed\\('erick E<." "UE> (dyski, płyty, partycje...)" #. type: TH #: ../doc/procps.3:19 #, fuzzy, no-wrap #| msgid "PROCPS_USERLEN" msgid "PROCPS" msgstr "PROCPS_USERLEN" #. type: TH #: ../doc/procps.3:19 ../doc/procps_pids.3:19 ../doc/procps_misc.3:20 #, fuzzy, no-wrap #| msgid "May 2012" msgid "January 2022" msgstr "maj 2012" #. type: TH #: ../doc/procps.3:19 ../doc/procps_pids.3:19 ../doc/procps_misc.3:20 #, no-wrap msgid "libproc-2" msgstr "" #. type: Plain text #: ../doc/procps.3:25 msgid "procps - API to access system level information in the /proc filesystem" msgstr "" #. type: Plain text #: ../doc/procps.3:30 msgid "" "Five distinct interfaces are represented in this synopsis and named after " "the files they access in the /proc pseudo filesystem: B, " "B, B, B and B." msgstr "" #. type: Plain text #: ../doc/procps.3:34 #, no-wrap msgid "#include Eprocps/B.hE\n" msgstr "" #. type: Plain text #: ../doc/procps.3:38 #, no-wrap msgid "" "BIB<);>\n" "BIB<);>\n" "BIB<);>\n" msgstr "" #. type: Plain text #: ../doc/procps.3:43 #, no-wrap msgid "" "B\n" "B< struct info *>IB<,>\n" "[ const char *I, ] B api only\n" "B< enum item >IB<);>\n" msgstr "" #. type: Plain text #: ../doc/procps.3:49 #, no-wrap msgid "" "B\n" "B< struct info *>IB<,>\n" "[ const char *I, ] B api only\n" "B< enum item *>IB<,>\n" "B< int >IB<);>\n" msgstr "" #. type: Plain text #: ../doc/procps.3:55 #, no-wrap msgid "" "B\n" "B< struct info *>IB<,>\n" "[ enum reap_type I, ] B api only\n" "B< enum item *>IB<,>\n" "B< int >IB<);>\n" msgstr "" #. type: Plain text #: ../doc/procps.3:62 #, no-wrap msgid "" "B\n" "B< struct info *>IB<,>\n" "B< struct stack *>IB<,>\n" "B< int >IB<,>\n" "B< enum item >IB<,>\n" "B< enum sort_order >IB<);>\n" msgstr "" #. type: Plain text #: ../doc/procps.3:69 msgid "" "The above functions and structures are generic but the specific " "B would also be part of any identifiers. For example, " "`procps_new' would actually be `procps_B_new' and `info' would " "really be `B_info', etc." msgstr "" #. type: Plain text #: ../doc/procps.3:72 msgid "" "The same B is used in each header file name with an " "appended `.h' suffix." msgstr "" #. type: Plain text #: ../doc/procps.3:74 ../doc/procps_pids.3:69 msgid "Link with I<-lproc-2>." msgstr "" #. type: SS #: ../doc/procps.3:76 ../doc/procps_pids.3:71 #, no-wrap msgid "Overview" msgstr "" #. type: Plain text #: ../doc/procps.3:82 msgid "" "Central to these interfaces is a simple `result' structure reflecting an " "`item' plus its value (in a union with standard C language types as " "members). All `result' structures are automatically allocated and provided " "by the library." msgstr "" #. type: Plain text #: ../doc/procps.3:88 ../doc/procps_pids.3:83 msgid "" "By specifying an array of `items', these structures can be organized as a " "`stack', potentially yielding many results with a single function call. " "Thus, a `stack' can be viewed as a variable length record whose content and " "order is determined solely by the user." msgstr "" #. type: Plain text #: ../doc/procps.3:93 msgid "" "As part of each interface there are two unique enumerators. The `noop' and " "`extra' items exist to hold user values. They are never set by the library, " "but the `extra' result will be zeroed with each library interaction." msgstr "" #. type: Plain text #: ../doc/procps.3:99 msgid "" "The B header file will be an essential document during user " "program development. There you will find available items, their return type " "(the `result' struct member name) and the source for such values. " "Additional enumerators and structures are also documented there." msgstr "" #. type: SS #: ../doc/procps.3:100 ../doc/procps_pids.3:95 #, no-wrap msgid "Usage" msgstr "" #. type: Plain text #: ../doc/procps.3:103 msgid "The following would be a typical sequence of calls to these interfaces." msgstr "" #. type: Plain text #: ../doc/procps.3:108 #, no-wrap msgid "" "1. B\n" "2. B, B or B\n" "3. B\n" msgstr "" #. type: Plain text #: ../doc/procps.3:114 msgid "" "The B function is used to retrieve a `result' structure for a single " "`item'. Alternatively, a B macro is available when only the return " "value is of interest." msgstr "" #. type: Plain text #: ../doc/procps.3:117 msgid "" "The B functions are available " "in all five interfaces." msgstr "" #. type: Plain text #: ../doc/procps.3:139 ../doc/procps_pids.3:136 msgid "" "For the B and B functions, the address of an I struct " "pointer must be supplied. With B it must have been initialized to " "NULL. With B it will be reset to NULL if the reference count reaches " "zero." msgstr "" #. type: Plain text #: ../doc/procps.3:143 msgid "" "In the case of the B interface, a I parameter on the B " "and B function deals with " "specific PIDs or UIDs. Both can return multiple `stacks' each containing " "multiple `result' structures. Optionally, a user may choose to B such " "results" msgstr "" #. type: Plain text #: ../doc/procps_pids.3:131 msgid "" "The EpidsE API differs from others in that those items of interest " "must be provided at B or B time, the latter being unique to this " "API. If either the I or I parameter is zero at B " "time, then B becomes mandatory before issuing any other call." msgstr "" #. type: Plain text #: ../doc/procps_pids.3:139 msgid "" "The B and B functions use the I parameter to specify " "whether just tasks or both tasks and threads are to be fetched." msgstr "" #. type: Plain text #: ../doc/procps_pids.3:144 msgid "" "The B