diff options
Diffstat (limited to 'po/es/man2/shmop.2.po')
-rw-r--r-- | po/es/man2/shmop.2.po | 93 |
1 files changed, 68 insertions, 25 deletions
diff --git a/po/es/man2/shmop.2.po b/po/es/man2/shmop.2.po index c7b87847..d23922e7 100644 --- a/po/es/man2/shmop.2.po +++ b/po/es/man2/shmop.2.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"POT-Creation-Date: 2024-06-01 06:21+0200\n" "PO-Revision-Date: 2004-12-01 19:53+0200\n" "Last-Translator: Miguel Pérez Ibars <mpi79470@alu.um.es>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -26,16 +26,16 @@ msgid "SHMOP" msgstr "SHMOP" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 Octubre 2023" +msgid "2024-05-02" +msgstr "2 Mayo 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Páginas de manual de Linux 6.06" +msgid "Linux man-pages 6.8" +msgstr "Páginas de Manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -726,35 +726,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 @@ -958,7 +958,7 @@ msgstr "5 Febrero 2023" #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" -msgstr "Páginas de manual de Linux 6.03" +msgstr "Páginas de Manual de Linux 6.03" #. SVr4 documents an additional error condition EMFILE. #. type: Plain text @@ -1394,16 +1394,53 @@ msgstr "" " sop.sem_flg = 0;\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-05-03" -msgstr "3 Mayo 2023" +msgid "Linux man-pages 6.06" +msgstr "Páginas de Manual de Linux 6.06" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron +#, 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" +"#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" -msgstr "Páginas de manual de Linux 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Páginas de Manual de Linux 6.7" #. type: TH #: opensuse-leap-15-6 @@ -1415,4 +1452,10 @@ msgstr "30 Marzo 2023" #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" -msgstr "Linux man-pages 6.04" +msgstr "Páginas de Manual de Linux 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Páginas de Manual de Linux (no publicadas)" |