summaryrefslogtreecommitdiffstats
path: root/templates/man2/getpagesize.2.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man2/getpagesize.2.pot')
-rw-r--r--templates/man2/getpagesize.2.pot128
1 files changed, 88 insertions, 40 deletions
diff --git a/templates/man2/getpagesize.2.pot b/templates/man2/getpagesize.2.pot
index 14e6bc1d..bce47028 100644
--- a/templates/man2/getpagesize.2.pot
+++ b/templates/man2/getpagesize.2.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:52+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 "getpagesize"
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
@@ -143,6 +143,28 @@ msgid ""
msgstr ""
#. 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
@@ -163,32 +185,66 @@ 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
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 ""
+
+#. 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"
+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 ""
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr ""
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr ""
+
+#. 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 ""
+
+#. 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>():"
msgstr ""
#. 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"
@@ -196,14 +252,12 @@ msgid ""
msgstr ""
#. 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 ""
#. 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 "
@@ -217,48 +271,36 @@ msgid ""
"does not use a system call. Things are OK in glibc 2.1."
msgstr ""
-#. 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 ""
-
#. type: TH
-#: debian-bookworm
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-02-05"
+msgid "2023-10-31"
msgstr ""
#. type: TH
-#: debian-bookworm
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.03"
+msgid "Linux man-pages 6.06"
msgstr ""
#. type: Plain text
-#: debian-bookworm
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
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 ""
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "2023-03-30"
+msgid "Linux man-pages 6.7"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "2023-03-30"
msgstr ""
#. type: TH
@@ -266,3 +308,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""