diff options
Diffstat (limited to 'templates/man2/semctl.2.pot')
-rw-r--r-- | templates/man2/semctl.2.pot | 186 |
1 files changed, 141 insertions, 45 deletions
diff --git a/templates/man2/semctl.2.pot b/templates/man2/semctl.2.pot index 9c966efa..07f637fb 100644 --- a/templates/man2/semctl.2.pot +++ b/templates/man2/semctl.2.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 17:07+0100\n" +"POT-Creation-Date: 2024-06-01 06:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -24,15 +24,15 @@ msgid "semctl" msgstr "" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" +msgid "2024-05-02" msgstr "" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" +msgid "Linux man-pages 6.8" msgstr "" #. type: SH @@ -76,10 +76,9 @@ msgid "B<#include E<lt>sys/sem.hE<gt>>\n" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed #, no-wrap -msgid "B<int semctl(int >I<semid>B<, int >I<semnum>B<, int >I<cmd>B<, ...);>\n" +msgid "B<int semctl(int >I<semid>B<, int >I<semnum>B<, int >I<op>B<, ...);>\n" msgstr "" #. type: SH @@ -90,19 +89,17 @@ msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"B<semctl>() performs the control operation specified by I<cmd> on the " +"B<semctl>() performs the control operation specified by I<op> on the " "System\\ V semaphore set identified by I<semid>, or on the I<semnum>-th " "semaphore of that set. (The semaphores in a set are numbered starting at 0.)" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"This function has three or four arguments, depending on I<cmd>. When there " +"This function has three or four arguments, depending on I<op>. When there " "are four, the fourth has the type I<union semun>. The I<calling program> " "must define this union as follows:" msgstr "" @@ -333,9 +330,8 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Valid values for I<cmd> are:" +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +msgid "Valid values for I<op> are:" msgstr "" #. type: TP @@ -639,10 +635,9 @@ msgid "RETURN VALUE" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"On success, B<semctl>() returns a nonnegative value depending on I<cmd> as " +"On success, B<semctl>() returns a nonnegative value depending on I<op> as " "follows:" msgstr "" @@ -727,9 +722,8 @@ msgid "as for B<SEM_STAT>." msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "All other I<cmd> values return 0 on success." +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +msgid "All other I<op> values return 0 on success." msgstr "" #. type: Plain text @@ -754,10 +748,9 @@ msgid "B<EACCES>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"The argument I<cmd> has one of the values B<GETALL>, B<GETPID>, B<GETVAL>, " +"The argument I<op> has one of the values B<GETALL>, B<GETPID>, B<GETVAL>, " "B<GETNCNT>, B<GETZCNT>, B<IPC_STAT>, B<SEM_STAT>, B<SEM_STAT_ANY>, " "B<SETALL>, or B<SETVAL> and the calling process does not have the required " "permissions on the semaphore set and does not have the B<CAP_IPC_OWNER> " @@ -798,10 +791,9 @@ msgid "B<EINVAL>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"Invalid value for I<cmd> or I<semid>. Or: for a B<SEM_STAT> operation, the " +"Invalid value for I<op> or I<semid>. Or: for a B<SEM_STAT> operation, the " "index value specified in I<semid> referred to an array slot that is " "currently unused." msgstr "" @@ -814,13 +806,12 @@ msgid "B<EPERM>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"The argument I<cmd> has the value B<IPC_SET> or B<IPC_RMID> but the " -"effective user ID of the calling process is not the creator (as found in " -"I<sem_perm.cuid>) or the owner (as found in I<sem_perm.uid>) of the " -"semaphore set, and the process does not have the B<CAP_SYS_ADMIN> capability." +"The argument I<op> has the value B<IPC_SET> or B<IPC_RMID> but the effective " +"user ID of the calling process is not the creator (as found in I<sem_perm." +"cuid>) or the owner (as found in I<sem_perm.uid>) of the semaphore set, " +"and the process does not have the B<CAP_SYS_ADMIN> capability." msgstr "" #. type: TP @@ -831,10 +822,9 @@ msgid "B<ERANGE>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"The argument I<cmd> has the value B<SETALL> or B<SETVAL> and the value to " +"The argument I<op> has the value B<SETALL> or B<SETVAL> and the value to " "which B<semval> is to be set (for some semaphore of the set) is less than 0 " "or greater than the implementation limit B<SEMVMX>." msgstr "" @@ -928,13 +918,12 @@ msgid "POSIX.1-2001, SVr4." msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "Various fields in a I<struct semid_ds> were typed as I<short> under Linux " "2.2 and have become I<long> 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<IPC_64> flag in I<cmd>.)" +"distinguishes old and new calls by an B<IPC_64> flag in I<op>.)" msgstr "" #. POSIX.1-2001, POSIX.1-2008 @@ -1032,22 +1021,123 @@ msgstr "" msgid "Linux man-pages 6.03" msgstr "" +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<int semctl(int >I<semid>B<, int >I<semnum>B<, int >I<cmd>B<, ...);>\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"B<semctl>() performs the control operation specified by I<cmd> on the " +"System\\ V semaphore set identified by I<semid>, or on the I<semnum>-th " +"semaphore of that set. (The semaphores in a set are numbered starting at 0.)" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"This function has three or four arguments, depending on I<cmd>. When there " +"are four, the fourth has the type I<union semun>. The I<calling program> " +"must define this union as follows:" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "Valid values for I<cmd> are:" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"On success, B<semctl>() returns a nonnegative value depending on I<cmd> as " +"follows:" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "All other I<cmd> values return 0 on success." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The argument I<cmd> has one of the values B<GETALL>, B<GETPID>, B<GETVAL>, " +"B<GETNCNT>, B<GETZCNT>, B<IPC_STAT>, B<SEM_STAT>, B<SEM_STAT_ANY>, " +"B<SETALL>, or B<SETVAL> and the calling process does not have the required " +"permissions on the semaphore set and does not have the B<CAP_IPC_OWNER> " +"capability in the user namespace that governs its IPC namespace." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"Invalid value for I<cmd> or I<semid>. Or: for a B<SEM_STAT> operation, the " +"index value specified in I<semid> referred to an array slot that is " +"currently unused." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The argument I<cmd> has the value B<IPC_SET> or B<IPC_RMID> but the " +"effective user ID of the calling process is not the creator (as found in " +"I<sem_perm.cuid>) or the owner (as found in I<sem_perm.uid>) of the " +"semaphore set, and the process does not have the B<CAP_SYS_ADMIN> capability." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The argument I<cmd> has the value B<SETALL> or B<SETVAL> and the value to " +"which B<semval> is to be set (for some semaphore of the set) is less than 0 " +"or greater than the implementation limit B<SEMVMX>." +msgstr "" + #. SVr4 documents more error conditions EINVAL and EOVERFLOW. #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008, SVr4." msgstr "" +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"Various fields in a I<struct semid_ds> were typed as I<short> under Linux " +"2.2 and have become I<long> 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<IPC_64> flag in I<cmd>.)" +msgstr "" + #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-03-30" +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "2024-03-03" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: opensuse-leap-15-6 #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "2023-03-30" msgstr "" #. type: TH @@ -1055,3 +1145,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |