diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /templates/man3/getutent.3.pot | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | templates/man3/getutent.3.pot | 73 |
1 files changed, 20 insertions, 53 deletions
diff --git a/templates/man3/getutent.3.pot b/templates/man3/getutent.3.pot index 0c03f1e0..fca7d4ea 100644 --- a/templates/man3/getutent.3.pot +++ b/templates/man3/getutent.3.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 16:57+0100\n" +"POT-Creation-Date: 2024-06-01 05:53+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 "getutent" 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 @@ -616,7 +616,8 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "" "#include E<lt>pwd.hE<gt>\n" @@ -766,61 +767,21 @@ msgid "" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-07-20" +msgid "2023-10-31" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.06" msgstr "" -#. type: Plain text -#: debian-unstable opensuse-tumbleweed +#. type: TH +#: fedora-rawhide #, no-wrap -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" +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -834,3 +795,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |