summaryrefslogtreecommitdiffstats
path: root/templates/man2/process_madvise.2.pot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/man2/process_madvise.2.pot166
1 files changed, 117 insertions, 49 deletions
diff --git a/templates/man2/process_madvise.2.pot b/templates/man2/process_madvise.2.pot
index 20af57b2..c0172bf4 100644
--- a/templates/man2/process_madvise.2.pot
+++ b/templates/man2/process_madvise.2.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:04+0100\n"
+"POT-Creation-Date: 2024-06-01 06:10+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 "process_madvise"
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
@@ -69,33 +69,17 @@ msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
#, no-wrap
-msgid ""
-"B<#include E<lt>sys/mman.hE<gt>> /* Definition of B<MADV_*> constants */\n"
-"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n"
-"B<#include E<lt>sys/uio.hE<gt>> /* Definition of B<struct iovec> type */\n"
-"B<#include E<lt>unistd.hE<gt>>\n"
+msgid "B<#include E<lt>sys/mman.hE<gt>>\n"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid ""
-"B<ssize_t syscall(SYS_process_madvise, int >I<pidfd>B<,>\n"
-"B< const struct iovec *>I<iovec>B<, size_t >I<vlen>B<, int >I<advice>B<,>\n"
-"B< unsigned int >I<flags>B<);>\n"
-msgstr ""
-
-#. FIXME: See <https://sourceware.org/bugzilla/show_bug.cgi?id=27380>
-#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
-"I<Note>: glibc provides no wrapper for B<process_madvise>(), necessitating "
-"the use of B<syscall>(2)."
+"B<ssize_t process_madvise(int >I<pidfd>B<, const struct iovec >I<iovec>B<[.>I<n>B<],>\n"
+"B< size_t >I<n>B<, int >I<advice>B<, unsigned int >I<flags>B<);>\n"
msgstr ""
#. type: SH
@@ -106,13 +90,12 @@ msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
"The B<process_madvise>() system call is used to give advice or directions "
"to the kernel about the address ranges of another process or of the calling "
"process. It provides the advice for the address ranges described by "
-"I<iovec> and I<vlen>. The goal of such advice is to improve system or "
+"I<iovec> and I<n>. The goal of such advice is to improve system or "
"application performance."
msgstr ""
@@ -133,11 +116,10 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
-"I<vlen> specifies the number of elements in the array of I<iovec> "
-"structures. This value must be less than or equal to B<IOV_MAX> (defined in "
+"I<n> specifies the number of elements in the array of I<iovec> structures. "
+"This value must be less than or equal to B<IOV_MAX> (defined in "
"I<E<lt>limits.hE<gt>> or accessible via the call I<sysconf(_SC_IOV_MAX)>)."
msgstr ""
@@ -190,12 +172,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
-"The I<vlen> and I<iovec> arguments are checked before applying any advice. "
-"If I<vlen> is too big, or I<iovec> is invalid, then an error will be "
-"returned immediately and no advice will be applied."
+"The I<n> and I<iovec> arguments are checked before applying any advice. If "
+"I<n> is too big, or I<iovec> is invalid, then an error will be returned "
+"immediately and no advice will be applied."
msgstr ""
#. type: Plain text
@@ -300,9 +281,8 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<vlen> is too large."
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "I<n> is too large."
msgstr ""
#. type: TP
@@ -375,11 +355,11 @@ msgstr ""
msgid "HISTORY"
msgstr ""
-#. commit ecb8ac8b1f146915aa6b96449b66dd48984caacc
+#. Linux commit ecb8ac8b1f146915aa6b96449b66dd48984caacc
+#. glibc commit d19ee3473d68ca0e794f3a8b7677a0983ae1342e
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Linux 5.10."
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "Linux 5.10. glibc 2.36."
msgstr ""
#. type: Plain text
@@ -428,6 +408,64 @@ msgstr ""
msgid "Linux man-pages 6.03"
msgstr ""
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<#include E<lt>sys/mman.hE<gt>> /* Definition of B<MADV_*> constants */\n"
+"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n"
+"B<#include E<lt>sys/uio.hE<gt>> /* Definition of B<struct iovec> type */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<ssize_t syscall(SYS_process_madvise, int >I<pidfd>B<,>\n"
+"B< const struct iovec *>I<iovec>B<, size_t >I<vlen>B<, int >I<advice>B<,>\n"
+"B< unsigned int >I<flags>B<);>\n"
+msgstr ""
+
+#. FIXME: See <https://sourceware.org/bugzilla/show_bug.cgi?id=27380>
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"I<Note>: glibc provides no wrapper for B<process_madvise>(), necessitating "
+"the use of B<syscall>(2)."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"The B<process_madvise>() system call is used to give advice or directions "
+"to the kernel about the address ranges of another process or of the calling "
+"process. It provides the advice for the address ranges described by "
+"I<iovec> and I<vlen>. The goal of such advice is to improve system or "
+"application performance."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"I<vlen> specifies the number of elements in the array of I<iovec> "
+"structures. This value must be less than or equal to B<IOV_MAX> (defined in "
+"I<E<lt>limits.hE<gt>> or accessible via the call I<sysconf(_SC_IOV_MAX)>)."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"The I<vlen> and I<iovec> arguments are checked before applying any advice. "
+"If I<vlen> is too big, or I<iovec> is invalid, then an error will be "
+"returned immediately and no advice will be applied."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid "I<vlen> is too large."
+msgstr ""
+
#. type: SH
#: debian-bookworm
#, no-wrap
@@ -455,15 +493,39 @@ msgid "NOTES"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-03-30"
+msgid "2023-10-31"
+msgstr ""
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr ""
+
+#. commit ecb8ac8b1f146915aa6b96449b66dd48984caacc
+#. type: Plain text
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid "Linux 5.10."
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "2024-02-28"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
msgstr ""
#. type: TH
@@ -471,3 +533,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""