summaryrefslogtreecommitdiffstats
path: root/po/ru/man2/getpagesize.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /po/ru/man2/getpagesize.2.po
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ru/man2/getpagesize.2.po')
-rw-r--r--po/ru/man2/getpagesize.2.po159
1 files changed, 108 insertions, 51 deletions
diff --git a/po/ru/man2/getpagesize.2.po b/po/ru/man2/getpagesize.2.po
index 35d00f2c..f94fd4c9 100644
--- a/po/ru/man2/getpagesize.2.po
+++ b/po/ru/man2/getpagesize.2.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:52+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
@@ -30,16 +30,17 @@ msgid "getpagesize"
msgstr "getpagesize"
#. 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
@@ -168,6 +169,28 @@ msgstr ""
"B<mmap>(2)."
#. type: SH
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "ВЕРСИИ"
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"A user program should not hard-code a page size, neither as a literal nor "
+"using the B<PAGE_SIZE> macro, because some architectures support multiple "
+"page sizes."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"This manual page is in section 2 because Alpha, SPARC, and SPARC64 all have "
+"a Linux system call B<getpagesize>() though other architectures do not, and "
+"use the ELF auxiliary vector instead."
+msgstr ""
+
+#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -190,8 +213,7 @@ msgid "HISTORY"
msgstr "ИСТОРИЯ"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled "
@@ -199,22 +221,60 @@ msgstr "ИСТОРИЯ"
#| "call."
msgid ""
"This call first appeared in 4.2BSD. SVr4, 4.4BSD, SUSv2. In SUSv2 the "
-"B<getpagesize>() call is labeled LEGACY, and in POSIX.1-2001 it has been "
-"dropped; HP-UX does not have this call."
+"B<getpagesize>() call was labeled LEGACY, and it was removed in "
+"POSIX.1-2001."
msgstr ""
"SVr4, 4.4BSD, SUSv2. В SUSv2 вызов B<getpagesize>() отмечен как УСТАРЕВШИЙ, "
"и был удалён из POSIX.1-2001; в HP-UX такого вызова нет."
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"glibc 2.0 returned a constant even on architectures with multiple page sizes."
+msgstr ""
+
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "NOTES"
-msgstr "ЗАМЕЧАНИЯ"
+msgid "SEE ALSO"
+msgstr "СМОТРИТЕ ТАКЖЕ"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<mmap>(2), B<sysconf>(3)"
+msgstr "B<mmap>(2), B<sysconf>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 февраля 2023 г."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled LEGACY, "
+"and in POSIX.1-2001 it has been dropped; HP-UX does not have this call."
+msgstr ""
+"SVr4, 4.4BSD, SUSv2. В SUSv2 вызов B<getpagesize>() отмечен как УСТАРЕВШИЙ, "
+"и был удалён из POSIX.1-2001; в HP-UX такого вызова нет."
+
+#. type: SH
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "NOTES"
+msgstr "ПРИМЕЧАНИЯ"
+
+#. type: Plain text
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
msgid ""
"Portable applications should employ I<sysconf(_SC_PAGESIZE)> instead of "
"B<getpagesize>():"
@@ -223,8 +283,7 @@ msgstr ""
"I<sysconf(_SC_PAGESIZE)>:"
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid ""
"#include E<lt>unistd.hE<gt>\n"
@@ -234,16 +293,14 @@ msgstr ""
"long sz = sysconf(_SC_PAGESIZE);\n"
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
msgid "(Most systems allow the synonym B<_SC_PAGE_SIZE> for B<_SC_PAGESIZE>.)"
msgstr ""
"(большинство систем позволяют использовать B<_SC_PAGE_SIZE> вместо "
"B<_SC_PAGESIZE>.)"
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
msgid ""
"Whether B<getpagesize>() is present as a Linux system call depends on the "
"architecture. If it is, it returns the kernel symbol B<PAGE_SIZE>, whose "
@@ -267,54 +324,54 @@ msgstr ""
"неудачно, так как её B<getpagesize>() возвращает статически определённое "
"значение и не использует системный вызов. В glibc 2.1 это исправлено."
-#. type: SH
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "SEE ALSO"
-msgstr "СМ. ТАКЖЕ"
-
-#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "B<mmap>(2), B<sysconf>(3)"
-msgstr "B<mmap>(2), B<sysconf>(3)"
-
#. type: TH
-#: debian-bookworm
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-02-05"
-msgstr "5 февраля 2023 г."
+msgid "2023-10-31"
+msgstr "31 октября 2023 г."
#. type: TH
-#: debian-bookworm
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.03"
-msgstr "Linux man-pages 6.03"
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
#. type: Plain text
-#: debian-bookworm
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#, fuzzy
+#| msgid ""
+#| "SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled "
+#| "LEGACY, and in POSIX.1-2001 it has been dropped; HP-UX does not have this "
+#| "call."
msgid ""
-"SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled LEGACY, "
-"and in POSIX.1-2001 it has been dropped; HP-UX does not have this call."
+"This call first appeared in 4.2BSD. SVr4, 4.4BSD, SUSv2. In SUSv2 the "
+"B<getpagesize>() call is labeled LEGACY, and in POSIX.1-2001 it has been "
+"dropped; HP-UX does not have this call."
msgstr ""
"SVr4, 4.4BSD, SUSv2. В SUSv2 вызов B<getpagesize>() отмечен как УСТАРЕВШИЙ, "
"и был удалён из POSIX.1-2001; в HP-UX такого вызова нет."
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "2023-03-30"
-msgstr "30 марта 2023 г."
+msgid "Linux man-pages 6.7"
+msgstr "Linux man-pages 6.7"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid "2023-03-30"
+msgstr "30 марта 2023 г."
#. type: TH
#: opensuse-leap-15-6
#, 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"