# Polish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Rafał Lewczuk , 1999. # Andrzej Krzysztofowicz , 2002. # Robert Luberda , 2013. # Michał Kułach , 2013, 2014, 2016, 2021, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-pl\n" "POT-Creation-Date: 2024-06-01 06:21+0200\n" "PO-Revision-Date: 2024-04-01 10:25+0200\n" "Last-Translator: Michał Kułach \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" "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-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "shmctl" msgstr "shmctl" #. 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-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NAZWA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "shmctl - System V shared memory control" msgstr "shmctl - steruje segmentami pamięci dzielonej Systemu V" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTEKA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Standard C library (I, I<-lc>)" msgstr "Standardowa biblioteka C (I, I<-lc>)" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "SKŁADNIA" # #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<#include Esys/shm.hE>\n" msgstr "B<#include Esys/shm.hE>\n" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "BIB<, int >IB<, struct shmid_ds *>IB<);>\n" msgstr "BIB<, int >IB<, struct shmid_ds *>IB<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "OPIS" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "B() performs the control operation specified by I on the " "System\\ V shared memory segment whose identifier is given in I." msgstr "" "B() wykonuje operację określoną przez parametr I na segmencie " "pamięci dzielonej Systemu\\ V o identyfikatorze I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I argument is a pointer to a I structure, defined in " "Isys/shm.hE> as follows:" msgstr "" "Parametr I jest wskaźnikiem do struktury I, zdefiniowanej " "następująco w Isys/shm.hE>:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct shmid_ds {\n" " struct ipc_perm shm_perm; /* Ownership and permissions */\n" " size_t shm_segsz; /* Size of segment (bytes) */\n" " time_t shm_atime; /* Last attach time */\n" " time_t shm_dtime; /* Last detach time */\n" " time_t shm_ctime; /* Creation time/time of last\n" " modification via shmctl() */\n" " pid_t shm_cpid; /* PID of creator */\n" " pid_t shm_lpid; /* PID of last shmat(2)/shmdt(2) */\n" " shmatt_t shm_nattch; /* No. of current attaches */\n" " ...\n" "};\n" msgstr "" "struct shmid_ds {\n" " struct ipc_perm shm_perm; /* Prawa dostępu */\n" " size_t shm_segsz; /* Rozmiar segmentu (w bajtach) */\n" " time_t shm_atime; /* Czas ostatniego dołączenia */\n" " time_t shm_dtime; /* Czas ostatniego odłączenia */\n" " time_t shm_ctime; /* Czas utworzenia/ostatniej mody-\n" " fikacji za pomocą shmctl() */\n" " pid_t shm_cpid; /* PID twórcy segmentu */\n" " pid_t shm_lpid; /* PID ostatniego shmat(2)/shmdt(2) */\n" " shmatt_t shm_nattch; /* Liczba dołączeń */\n" " ...\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The fields of the I structure are as follows:" msgstr "Pola struktury I są następujące:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This is an I structure (see below) that specifies the access " "permissions on the shared memory segment." msgstr "" "Jest to struktura I (zob. niżej), która określa prawa dostępu do " "segmentu pamięci wspólnej." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Size in bytes of the shared memory segment." msgstr "Rozmiar segmentu pamięci wspólnej w bajtach." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Time of the last B(2) system call that attached this segment." msgstr "" "Czas ostatniego wykonania wywołania systemowego B(2), dołączającego " "ten segment." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Time of the last B(2) system call that detached tgis segment." msgstr "" "Czas ostatniego wykonania wywołania systemowego B(2), odłączającego " "ten segment." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Time of creation of segment or time of the last B() B " "operation." msgstr "" "Czas utworzenia segmentu lub czas ostatniej operacji B B()." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "ID of the process that created the shared memory segment." msgstr "Identyfikator procesu, który utworzył ten segment pamięci wspólnej." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "ID of the last process that executed a B(2) or B(2) system " "call on this segment." msgstr "" "Identyfikator procesu, który ostatni wykonał wywołanie systemowe B(2) " "lub B(2)." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Number of processes that have this segment attached." msgstr "Liczba procesów, które dołączyły ten segment." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I structure is defined as follows (the highlighted fields are " "settable using B):" msgstr "" "Struktura I jest zdefiniowana następująco (wyróżnione pola można " "ustawić za pomocą B):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct ipc_perm {\n" " key_t __key; /* Key supplied to shmget(2) */\n" " uid_t B; /* Effective UID of owner */\n" " gid_t B; /* Effective GID of owner */\n" " uid_t cuid; /* Effective UID of creator */\n" " gid_t cgid; /* Effective GID of creator */\n" " unsigned short B; /* B + SHM_DEST and\n" " SHM_LOCKED flags */\n" " unsigned short __seq; /* Sequence number */\n" "};\n" msgstr "" "struct ipc_perm {\n" " key_t __key; /* Klucz podany w msgget() */\n" " uid_t B; /* Efektywny UID właściciela */\n" " gid_t B; /* Efektywny GID właściciela */\n" " uid_t cuid; /* Efektywny UID twórcy */\n" " gid_t cgid; /* Efektywny GID twórcy */\n" " unsigned short B; /* B + znaczniki */\n" " SHM_DEST i SHM_LOCKED */\n" " unsigned short __seq; /* Numer sekwencji */\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The least significant 9 bits of the I field of the I " "structure define the access permissions for the shared memory segment. The " "permission bits are as follows:" msgstr "" "Najmniej znaczące 9 bitów pola I struktury I definiuje " "uprawnienia dostępu do segmentu pamięci dzielonej. Istnieją następujące bity " "uprawnień:" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0400" msgstr "0400" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Read by user" msgstr "Odczyt przez użytkownika" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0200" msgstr "0200" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Write by user" msgstr "Zapis przez użytkownika" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0040" msgstr "0040" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Read by group" msgstr "Odczyt przez grupę" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0020" msgstr "0020" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Write by group" msgstr "Zapis przez grupę" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0004" msgstr "0004" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Read by others" msgstr "Odczyt przez pozostałych" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0002" msgstr "0002" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Write by others" msgstr "Zapis przez pozostałych" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Bits 0100, 0010, and 0001 (the execute bits) are unused by the system. (It " "is not necessary to have execute permission on a segment in order to perform " "a B(2) call with the B flag.)" msgstr "" "Bity 0100, 0010 i 0001 (bity praw do uruchamiania) nie są przez system " "wykorzystywane (nie jest konieczne posiadanie uprawnienia do wykonywania, " "aby przeprowadzić wywołanie B(2) ze znacznikiem B)." #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "Valid values for I are:" msgstr "Poprawne wartości parametru I to:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Copy information from the kernel data structure associated with I " "into the I structure pointed to by I. The caller must have " "read permission on the shared memory segment." msgstr "" "Kopiuje informacje ze struktury kontrolnej jądra skojarzonej z I do " "struktury wskazywanej przez I. Wywołujący musi mieć uprawnienie odczytu " "segmentu pamięci dzielonej." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Write the values of some members of the I structure pointed to by " "I to the kernel data structure associated with this shared memory " "segment, updating also its I member." msgstr "" "Zapisuje wartości niektórych pól struktury B wskazywanej przez " "parametr I do struktury kontrolnej związanej z tym segmentem pamięci " "dzielonej wraz z aktualizacją jego B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The following fields are updated: I, I, and (the " "least significant 9 bits of) I." msgstr "" "Aktualizowane są następujące pola: I, I i (9 " "najmniej znaczących bitów z) I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The effective UID of the calling process must match the owner (I) or creator (I) of the shared memory segment, or the " "caller must be privileged." msgstr "" "Efektywny identyfikator użytkownika procesu wywołującego musi odpowiadać " "właścicielowi (I) lub twórcy (I) segmentu " "pamięci dzielonej albo wywołujący musi być uprzywilejowany." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Mark the segment to be destroyed. The segment will actually be destroyed " "only after the last process detaches it (i.e., when the I member " "of the associated structure I is zero). The caller must be the " "owner or creator of the segment, or be privileged. The I argument is " "ignored." msgstr "" "Zaznacza segment do usunięcia. Zostanie on naprawdę usunięty jedynie w " "momencie, w którym ostatni używający go proces się od niego odłączy (tj. gdy " "pole I struktury I opisującej segment osiągnie wartość " "zero). Użytkownik musi być właścicielem segmentu, jego twórcą lub " "użytkownikiem uprzywilejowanym. Argument I jest ignorowany." # TODO: translate the "must fault in" sentence #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If a segment has been marked for destruction, then the (nonstandard) " "B flag of the I field in the associated data " "structure retrieved by B will be set." msgstr "" "Jeśli segment został zaznaczony do usunięcia, to zostanie ustawiony " "(niestandardowy) znacznik B pola I struktury danych " "zwracanej przez B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The caller I ensure that a segment is eventually destroyed; otherwise " "its pages that were faulted in will remain in memory or swap." msgstr "" "Wywołujący I zapewnić, że segment po użyciu zostanie na pewno " "usunięty. W przeciwnym przypadku pamięć lub obszar wymiany zajmowane przez " "segment nie zostaną zwolnione." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "See also the description of I in " "B(5)." msgstr "" "Proszę zapoznać się również z opisem z I w " "B(5)." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific)" msgstr "B (specyficzne dla Linuksa)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Return information about system-wide shared memory limits and parameters in " "the structure pointed to by I. This structure is of type I " "(thus, a cast is required), defined in Isys/shm.hE> if the " "B<_GNU_SOURCE> feature test macro is defined:" msgstr "" "Zwraca w strukturze, na którą wskazuje I, informacje o systemowych " "ograniczeniach i parametrach pamięci dzielonej. Struktura jest typu " "I (dlatego wymagane jest rzutowanie) i jest zdefiniowana w " "Isys/shm.hE>, pod warunkiem, że zdefiniowano również makro " "B<_GNU_SOURCE>:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct shminfo {\n" " unsigned long shmmax; /* Maximum segment size */\n" " unsigned long shmmin; /* Minimum segment size;\n" " always 1 */\n" " unsigned long shmmni; /* Maximum number of segments */\n" " unsigned long shmseg; /* Maximum number of segments\n" " that a process can attach;\n" " unused within kernel */\n" " unsigned long shmall; /* Maximum number of pages of\n" " shared memory, system-wide */\n" "};\n" msgstr "" "struct shminfo {\n" " unsigned long shmmax; /* Maksymalny rozmiar segmentu */\n" " unsigned long shmmin; /* Minimalny rozmiar segmentu;\n" " zawsze 1 */\n" " unsigned long shmmni; /* Maksymalna liczba segmentów */\n" " unsigned long shmseg; /* Maksymalna liczba segmentów,\n" " które proces może podłączyć;\n" " nieużywane przez jądro */\n" " unsigned long shmall; /* Maksymalna liczba stron\n" " pamięci dzielonej, globalna\n" " dla systemu */\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I, I, and I settings can be changed via I " "files of the same name; see B(5) for details." msgstr "" "Ustawienia I, I oraz I można zmienić za pomocą " "plików I o nazwach takich samych, jak nazwy tych ustawień; szczegóły " "można znaleźć w podręczniku B(5)." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific)" msgstr "B (specyficzne dla Linuksa)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Return a I structure whose fields contain information about system " "resources consumed by shared memory. This structure is defined in " "Isys/shm.hE> if the B<_GNU_SOURCE> feature test macro is defined:" msgstr "" "Zwraca strukturę I, której pola zawierają informacje o zasobach " "systemowych używanych przez pamięć dzieloną. Struktura jest zdefiniowana w " "Isys/shm.hE>, pod warunkiem, że zdefiniowano również makro " "B<_GNU_SOURCE>:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct shm_info {\n" " int used_ids; /* # of currently existing\n" " segments */\n" " unsigned long shm_tot; /* Total number of shared\n" " memory pages */\n" " unsigned long shm_rss; /* # of resident shared\n" " memory pages */\n" " unsigned long shm_swp; /* # of swapped shared\n" " memory pages */\n" " unsigned long swap_attempts;\n" " /* Unused since Linux 2.4 */\n" " unsigned long swap_successes;\n" " /* Unused since Linux 2.4 */\n" "};\n" msgstr "" "struct shm_info {\n" " int used_ids; /* Liczba istniejących\n" " obecnie segmentów */\n" " unsigned long shm_tot; /* Całkowita liczba stron\n" " pamięci dzielonej */\n" " unsigned long shm_rss; /* Liczba stron pamięci dzielonej\n" " w fizycznej pamięci */\n" " unsigned long shm_swp; /* Liczba stron pamięci dzielonej\n" " w przestrzeni wymiany */\n" " unsigned long swap_attempts;\n" " /* Nieużywane od Linuksa 2.4 */\n" " unsigned long swap_successes;\n" " /* Nieużywane od Linuksa 2.4 */\n" "};\n" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific)" msgstr "B (specyficzne dla Linuksa)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Return a I structure as for B. However, the I " "argument is not a segment identifier, but instead an index into the kernel's " "internal array that maintains information about all shared memory segments " "on the system." msgstr "" "Zwraca strukturę I, taką jak dla B. Jednakże parametr " "I nie jest identyfikatorem segmentu, ale indeksem wewnętrznej tablicy " "jądra przechowującej informacje o wszystkich segmentach pamięci dzielonej w " "systemie." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific, since Linux 4.17)" msgstr "B (specyficzne dla Linuksa, od Linuksa 4.17)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Return a I structure as for B. However, I is not checked for read access for I, meaning that any user can " "employ this operation (just as any user may read I to " "obtain the same information)." msgstr "" "Zwraca strukturę I, jak dla B. Jednak I " "nie jest sprawdzany pod kątem uprawnień odczytu do I co oznacza, że " "każdy użytkownik może wykonać tę operację (podobnie jak każdy użytkownik " "może odczytać I, pozyskując te same informacje)." #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "The caller can prevent or allow swapping of a shared memory segment with the " "following I values:" msgstr "" "Proces wywołujący może zabronić lub zezwolić na wymianę obszarów pamięci " "zajmowanych przez segment, używając następujących wartości I:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific)" msgstr "B (specyficzne dla Linuksa)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Prevent swapping of the shared memory segment. The caller must fault in any " "pages that are required to be present after locking is enabled. If a " "segment has been locked, then the (nonstandard) B flag of the " "I field in the associated data structure retrieved by " "B will be set." msgstr "" "Zapobiega umieszczaniu segmentu pamięci dzielonej w przestrzeni wymiany. " "Wywołujący musi zawieść we wszystkich stronach, których obecność jest " "konieczna po włączeniu blokowania. Jeśli segment jest zablokowany, to " "zostanie ustawiony (niestandardowy) znacznik B pola I struktury danych zwracanej przez B." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (Linux-specific)" msgstr "B (specyficzne dla Linuksa)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Unlock the segment, allowing it to be swapped out." msgstr "" "Odblokowuje segment, zezwalając na umieszczenie go w przestrzeni wymiany." #. There was some weirdness in Linux 2.6.9: SHM_LOCK and SHM_UNLOCK could #. be applied to a segment, regardless of ownership of the segment. #. This was a botch-up in the move to RLIMIT_MEMLOCK, and was fixed #. in Linux 2.6.10. MTK, May 2005 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Before Linux 2.6.10, only a privileged process could employ B and " "B. Since Linux 2.6.10, an unprivileged process can employ these " "operations if its effective UID matches the owner or creator UID of the " "segment, and (for B) the amount of memory to be locked falls " "within the B resource limit (see B(2))." msgstr "" "Przed Linuksem 2.6.10 tylko proces uprzywilejowany mógł stosować B " "i B. Od Linuksa 2.6.10 nieuprzywilejowany proces może wywołać te " "operacje, pod warunkiem że efektywny identyfikator użytkownika odpowiada " "identyfikatorowi twórcy lub właściciela segmentu oraz (w przypadku " "B) ilość pamięci do zablokowania mieści się w ograniczeniu zasobów " "B (patrz B(2))." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "WARTOŚĆ ZWRACANA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A successful B or B operation returns the index of the " "highest used entry in the kernel's internal array recording information " "about all shared memory segments. (This information can be used with " "repeated B or B operations to obtain information " "about all shared memory segments on the system.) A successful B " "operation returns the identifier of the shared memory segment whose index " "was given in I. Other operations return 0 on success." msgstr "" "Pomyślnie zakończone operacje B i B zwracają indeks " "najwyższego używanego wpisu w wewnętrznej tablicy jądra przechowującej " "informacje o wszystkich segmentach pamięci dzielonej. (Informacji tej można " "użyć w operacjach B lub B, aby otrzymać informacje o " "wszystkich segmentach pamięci dzielonej w systemie). Pomyślnie zakończona " "operacja B zwraca identyfikator segmentu pamięci dzielonej o " "indeksie przekazanym w I. Pozostałe operacje zwracają 0, jeżeli tylko " "się powiodą." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "On error, -1 is returned, and I is set to indicate the error." msgstr "" "W razie wystąpienia błędu zwracane jest -1 i ustawiane I wskazując " "błąd." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "BŁĘDY" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B or B is requested and I does not allow " "read access for I, and the calling process does not have the " "B capability in the user namespace that governs its IPC " "namespace." msgstr "" "Wydano polecenie B lub B, a prawa dostępu określone w " "I nie pozwalają na odczyt segmentu I i proces " "wywołujący nie ma przywileju B (ang. capability) w " "przestrzeni nazw użytkownika, która zarządza jego przestrzenią IPC." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "The argument I has value B or B but the address " "pointed to by I isn't accessible." msgstr "" "Parametr I ma wartość B lub B, ale adres wskazany " "przez I jest niedostępny." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I points to a removed identifier." msgstr "I wskazuje na usunięty identyfikator." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "I is not a valid identifier, or I is not a valid operation. Or: " "for a B or B operation, the index value specified in " "I referred to an array slot that is currently unused." msgstr "" "I nie jest poprawnym identyfikatorem lub I nie jest poprawną " "operacją. Albo: w przypadku operacji B lub B wartość " "indeksu podana w parametrze I odwoływała się do obecnie nieużywanego " "elementu tablicy." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "(Since Linux 2.6.9), B was specified and the size of the to-be-" "locked segment would mean that the total bytes in locked shared memory " "segments would exceed the limit for the real user ID of the calling " "process. This limit is defined by the B soft resource limit " "(see B(2))." msgstr "" "(Od Linuksa 2.6.9) Podano B, a rozmiar segmentu do zablokowania " "oznaczałby przekroczenie ograniczenia na całkowitą liczbę bajtów w pamięci " "dzielonej przypadającą na rzeczywisty identyfikator użytkownika procesu " "wywołującego. Ograniczenie to jest opisywane przez miękki limit zasobu " "B (patrz B(2))." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B is attempted, and the GID or UID value is too large to be stored " "in the structure pointed to by I." msgstr "" "Próbowano wywołać polecenie B, a wartość GID lub UID jest za duża, " "aby ją umieścić w strukturze wskazywanej przez I." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B or B is attempted, and the effective user ID of the " "calling process is not that of the creator (found in I), or " "the owner (found in I), and the process was not privileged " "(Linux: did not have the B capability)." msgstr "" "Próbowano wywołać polecenie B lub B, ale efektywny UID " "właściciela wywołującego procesu nie odpowiada twórcy segmentu (określonemu " "w I), właścicielowi segmentu (określonemu w I), " "a proces nie jest uprzywilejowany (Linux: nie ma przywileju " "B)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Or (before Linux 2.6.9), B or B was specified, but the " "process was not privileged (Linux: did not have the B " "capability). (Since Linux 2.6.9, this error can also occur if the " "B is 0 and the caller is not privileged.)" msgstr "" "Lub (przed Linuksem 2.6.9) podano B lub B, ale proces " "nie był uprzywilejowany (Linux: nie miał ustawionego przywileju " "B; od wersji Linuksa 2.6.9 ten błąd może wystąpić również gdy " "B jest równy 0 i proces wywołujący nie jest uprzywilejowany)." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "WERSJE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Linux permits a process to attach (B(2)) a shared memory segment " "that has already been marked for deletion using I. This " "feature is not available on other UNIX implementations; portable " "applications should avoid relying on it." msgstr "" "Linux pozwala na dołączenie (B(2)) segmentu pamięci dzielonej, który " "już został zaznaczony do usunięcia za pomocą I. Ta " "właściwość nie jest dostępna w innych implementacjach Uniksa; przenośne " "aplikacje nie powinny od niej zależeć." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDY" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2008." msgstr "POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "HISTORIA" #. SVr4 documents additional error conditions EINVAL, #. ENOENT, ENOSPC, ENOMEM, EEXIST. Neither SVr4 nor SVID documents #. an EIDRM error condition. #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, SVr4." msgstr "POSIX.1-2001, SVr4." #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "Various fields in a I were typed as I under Linux " "2.2 and have become I under Linux 2.4. To take advantage of this, a " "recompilation under glibc-2.1.91 or later should suffice. (The kernel " "distinguishes old and new calls by an B flag in I.)" msgstr "" "Niektóre pola struktury I były w Linuksie 2.2 typu " "I, ale stały się typu I w Linuksie 2.4. Aby to wykorzystać, " "powinna wystarczyć rekompilacja pod glibc-2.1.91 lub nowszą (jądro rozróżnia " "stare wywołania od nowych za pomocą znacznika B w I)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "UWAGI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B, B, and B operations are used by the " "B(1) program to provide information on allocated resources. In the " "future, these may modified or moved to a I filesystem interface." msgstr "" "Operacje B, B oraz B są używane przez program " "B(1) w celu dostarczenia informacji o zajmowanych zasobach. W " "przyszłości operacje te mogą zostać zmodyfikowane lub przeniesione do " "interfejsu systemu plików I." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "ZOBACZ TAKŻE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(2), B(2), B(2), B(2), B(7), " "B(7)" msgstr "" "B(2), B(2), B(2), B(2), B(7), " "B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-15" msgstr "15 grudnia 2022 r." #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" # #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "BIB<, int >IB<, struct shmid_ds *>IB<);>\n" msgstr "BIB<, int >IB<, struct shmid_ds *>IB<);>\n" #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "B() performs the control operation specified by I on the " "System\\ V shared memory segment whose identifier is given in I." msgstr "" "B() wykonuje operację określoną przez parametr I na segmencie " "pamięci dzielonej Systemu\\ V o identyfikatorze I." #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "Valid values for I are:" msgstr "Poprawne wartości parametru I to:" #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "The caller can prevent or allow swapping of a shared memory segment with the " "following I values:" msgstr "" "Proces wywołujący może zabronić lub zezwolić na wymianę obszarów pamięci " "zajmowanych przez segment, używając następujących wartości I:" # #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "The argument I has value B or B but the address " "pointed to by I isn't accessible." msgstr "" "Parametr I ma wartość B lub B, ale adres wskazany " "przez I jest niedostępny." #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "I is not a valid identifier, or I is not a valid command. Or: " "for a B or B operation, the index value specified in " "I referred to an array slot that is currently unused." msgstr "" "I nie jest poprawnym identyfikatorem lub I nie jest poprawnym " "poleceniem. Albo: w przypadku operacji B lub B " "wartość indeksu podana w parametrze I odwoływała się do obecnie " "nieużywanego elementu tablicy." #. SVr4 documents additional error conditions EINVAL, #. ENOENT, ENOSPC, ENOMEM, EEXIST. Neither SVr4 nor SVID documents #. an EIDRM error condition. #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008, SVr4." msgstr "POSIX.1-2001, POSIX.1-2008, SVr4." #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "Various fields in a I were typed as I under Linux " "2.2 and have become I under Linux 2.4. To take advantage of this, a " "recompilation under glibc-2.1.91 or later should suffice. (The kernel " "distinguishes old and new calls by an B flag in I.)" msgstr "" "Niektóre pola struktury I były w Linuksie 2.2 typu " "I, ale stały się typu I w Linuksie 2.4. Aby to wykorzystać, " "powinna wystarczyć rekompilacja pod glibc-2.1.91 lub nowszą. (Jądro " "rozróżnia stare wywołania od nowych za pomocą znacznika B w I)." #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 października 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 "2024-03-03" msgstr "3 marca 2024 r." #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "30 marca 2023 r." #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (niewydane)"