diff options
Diffstat (limited to '')
-rw-r--r-- | po/es/man3/getutent.3.po | 112 |
1 files changed, 28 insertions, 84 deletions
diff --git a/po/es/man3/getutent.3.po b/po/es/man3/getutent.3.po index e34aea30..a376eee2 100644 --- a/po/es/man3/getutent.3.po +++ b/po/es/man3/getutent.3.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 16:57+0100\n" +"POT-Creation-Date: 2024-06-01 05:53+0200\n" "PO-Revision-Date: 2021-01-29 18:00+0100\n" "Last-Translator: Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -25,16 +25,16 @@ msgid "getutent" msgstr "B<getutent>()" #. 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 @@ -725,7 +725,8 @@ msgstr "" "B<getpwuid>(3) y B<ttyname>(3)." #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| " entry.ut_type = USER_PROCESS;\n" @@ -817,7 +818,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" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 @@ -940,85 +941,22 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-07-20" -msgstr "20 Julio 2023" +msgid "2023-10-31" +msgstr "31 Octubre 2023" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Páginas de manual de Linux 6.05.01" +msgid "Linux man-pages 6.06" +msgstr "Páginas de Manual de Linux 6.06" -#. type: Plain text -#: debian-unstable opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "" -#| " entry.ut_type = USER_PROCESS;\n" -#| " entry.ut_pid = getpid();\n" -#| " strcpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen(\"/dev/\"));\n" -#| " /* only correct for ptys named /dev/tty[pqr][0-9a-z] */\n" -#| " strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen(\"/dev/tty\"));\n" -#| " time(&entry.ut_time);\n" -#| " strcpy(entry.ut_user, getpwuid(getuid())-E<gt>pw_name);\n" -#| " memset(entry.ut_host, 0, UT_HOSTSIZE);\n" -#| " entry.ut_addr = 0;\n" -#| " setutent();\n" -#| " pututline(&entry);\n" -msgid "" -"#include E<lt>pwd.hE<gt>\n" -"#include E<lt>stdlib.hE<gt>\n" -"#include E<lt>string.hE<gt>\n" -"#include E<lt>time.hE<gt>\n" -"#include E<lt>unistd.hE<gt>\n" -"#include E<lt>utmp.hE<gt>\n" -"\\&\n" -"int\n" -"main(void)\n" -"{\n" -" struct utmp entry;\n" -"\\&\n" -" system(\"echo before adding entry:;who\");\n" -"\\&\n" -" entry.ut_type = USER_PROCESS;\n" -" entry.ut_pid = getpid();\n" -" strcpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen(\"/dev/\"));\n" -" /* only correct for ptys named /dev/tty[pqr][0-9a-z] */\n" -" strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen(\"/dev/tty\"));\n" -" time(&entry.ut_time);\n" -" strcpy(entry.ut_user, getpwuid(getuid())-E<gt>pw_name);\n" -" memset(entry.ut_host, 0, UT_HOSTSIZE);\n" -" entry.ut_addr = 0;\n" -" setutent();\n" -" pututline(&entry);\n" -"\\&\n" -" system(\"echo after adding entry:;who\");\n" -"\\&\n" -" entry.ut_type = DEAD_PROCESS;\n" -" memset(entry.ut_line, 0, UT_LINESIZE);\n" -" entry.ut_time = 0;\n" -" memset(entry.ut_user, 0, UT_NAMESIZE);\n" -" setutent();\n" -" pututline(&entry);\n" -"\\&\n" -" system(\"echo after removing entry:;who\");\n" -"\\&\n" -" endutent();\n" -" exit(EXIT_SUCCESS);\n" -"}\n" -msgstr "" -" entry.ut_type = USER_PROCESS;\n" -" entry.ut_pid = getpid();\n" -" strcpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen(\"/dev/\"));\n" -" /* only correct for ptys named /dev/tty[pqr][0-9a-z] */\n" -" strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen(\"/dev/tty\"));\n" -" time(&entry.ut_time);\n" -" strcpy(entry.ut_user, getpwuid(getuid())-E<gt>pw_name);\n" -" memset(entry.ut_host, 0, UT_HOSTSIZE);\n" -" entry.ut_addr = 0;\n" -" setutent();\n" -" pututline(&entry);\n" +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Páginas de Manual de Linux 6.7" #. type: TH #: opensuse-leap-15-6 @@ -1030,4 +968,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)" |