summaryrefslogtreecommitdiffstats
path: root/po/ru/man3/getutent.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man3/getutent.3.po')
-rw-r--r--po/ru/man3/getutent.3.po122
1 files changed, 34 insertions, 88 deletions
diff --git a/po/ru/man3/getutent.3.po b/po/ru/man3/getutent.3.po
index aefd73cd..68f7096d 100644
--- a/po/ru/man3/getutent.3.po
+++ b/po/ru/man3/getutent.3.po
@@ -9,7 +9,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: 2019-10-05 08:06+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
@@ -17,9 +17,9 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
-"(n%100>=11 && n%100<=14)? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
+"%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Lokalize 2.0\n"
#. type: TH
@@ -31,16 +31,17 @@ 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 октября 2023 г."
+msgid "2024-05-02"
+msgstr "2 мая 2024 г."
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Linux man-pages 6.06"
+#: archlinux debian-unstable
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages 6.8"
+msgstr "Linux man-pages 6.7"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -655,7 +656,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NOTES"
-msgstr "ЗАМЕЧАНИЯ"
+msgstr "ПРИМЕЧАНИЯ"
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -758,7 +759,8 @@ msgstr ""
"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"
@@ -832,7 +834,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
-msgstr "СМ. ТАКЖЕ"
+msgstr "СМОТРИТЕ ТАКЖЕ"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -973,85 +975,22 @@ msgstr ""
"}\n"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-07-20"
-msgstr "20 июля 2023 г."
+msgid "2023-10-31"
+msgstr "31 октября 2023 г."
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 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"
-" /* правильные имена ptys только /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 "Linux man-pages 6.7"
#. type: TH
#: opensuse-leap-15-6
@@ -1064,3 +1003,10 @@ msgstr "30 марта 2023 г."
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux man-pages 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages (unreleased)"
+msgstr "Linux man-pages 6.7"