diff options
Diffstat (limited to 'templates/man2/shmop.2.pot')
-rw-r--r-- | templates/man2/shmop.2.pot | 81 |
1 files changed, 62 insertions, 19 deletions
diff --git a/templates/man2/shmop.2.pot b/templates/man2/shmop.2.pot index b36220c2..6bce8fd2 100644 --- a/templates/man2/shmop.2.pot +++ b/templates/man2/shmop.2.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"POT-Creation-Date: 2024-06-01 06:21+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 "SHMOP" 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 @@ -590,35 +590,35 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "" "/* svshm_string.h\n" "\\&\n" " Licensed under GNU General Public License v2 or later.\n" "*/\n" -"#include E<lt>sys/types.hE<gt>\n" -"#include E<lt>sys/ipc.hE<gt>\n" -"#include E<lt>sys/shm.hE<gt>\n" -"#include E<lt>sys/sem.hE<gt>\n" +"#ifndef SVSHM_STRING_H\n" +"#define SVSHM_STRING_H\n" +"\\&\n" "#include E<lt>stdio.hE<gt>\n" "#include E<lt>stdlib.hE<gt>\n" -"#include E<lt>string.hE<gt>\n" +"#include E<lt>sys/sem.hE<gt>\n" "\\&\n" "#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" " } while (0)\n" "\\&\n" "union semun { /* Used in calls to semctl() */\n" " int val;\n" -" struct semid_ds * buf;\n" -" unsigned short * array;\n" +" struct semid_ds *buf;\n" +" unsigned short *array;\n" "#if defined(__linux__)\n" -" struct seminfo * __buf;\n" +" struct seminfo *__buf;\n" "#endif\n" "};\n" "\\&\n" "#define MEM_SIZE 4096\n" +"\\&\n" +"#endif // include guard\n" msgstr "" #. type: SS @@ -1142,15 +1142,52 @@ msgid "" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-05-03" +msgid "" +"/* svshm_string.h\n" +"\\&\n" +" Licensed under GNU General Public License v2 or later.\n" +"*/\n" +"#include E<lt>sys/types.hE<gt>\n" +"#include E<lt>sys/ipc.hE<gt>\n" +"#include E<lt>sys/shm.hE<gt>\n" +"#include E<lt>sys/sem.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +"\\&\n" +"#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" +" } while (0)\n" +"\\&\n" +"union semun { /* Used in calls to semctl() */\n" +" int val;\n" +" struct semid_ds * buf;\n" +" unsigned short * array;\n" +"#if defined(__linux__)\n" +" struct seminfo * __buf;\n" +"#endif\n" +"};\n" +"\\&\n" +"#define MEM_SIZE 4096\n" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -1164,3 +1201,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |