diff options
Diffstat (limited to 'templates/man2/get_mempolicy.2.pot')
-rw-r--r-- | templates/man2/get_mempolicy.2.pot | 85 |
1 files changed, 62 insertions, 23 deletions
diff --git a/templates/man2/get_mempolicy.2.pot b/templates/man2/get_mempolicy.2.pot index 1df0007c..35ad6648 100644 --- a/templates/man2/get_mempolicy.2.pot +++ b/templates/man2/get_mempolicy.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 "get_mempolicy" 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 @@ -173,17 +173,17 @@ msgstr "" #. Note: code returns next interleave node via 'mode' argument -Lee Schermerhorn #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed msgid "" "If I<flags> specifies B<MPOL_F_NODE>, but not B<MPOL_F_ADDR>, and the " -"thread's current policy is B<MPOL_INTERLEAVE>, then B<get_mempolicy>() will " -"return in the location pointed to by a non-NULL I<mode> argument, the node " -"ID of the next node that will be used for interleaving of internal kernel " -"pages allocated on behalf of the thread. These allocations include pages " -"for memory-mapped files in process memory ranges mapped using the " -"B<mmap>(2) call with the B<MAP_PRIVATE> flag for read accesses, and in " -"memory ranges mapped with the B<MAP_SHARED> flag for all accesses." +"thread's current policy is B<MPOL_INTERLEAVE> or " +"B<MPOL_WEIGHTED_INTERLEAVE>, then B<get_mempolicy>() will return in the " +"location pointed to by a non-NULL I<mode> argument, the node ID of the next " +"node that will be used for interleaving of internal kernel pages allocated " +"on behalf of the thread. These allocations include pages for memory-mapped " +"files in process memory ranges mapped using the B<mmap>(2) call with the " +"B<MAP_PRIVATE> flag for read accesses, and in memory ranges mapped with the " +"B<MAP_SHARED> flag for all accesses." msgstr "" #. type: Plain text @@ -243,17 +243,17 @@ msgid "B<EINVAL>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed msgid "" "The value specified by I<maxnode> is less than the number of node IDs " "supported by the system. Or I<flags> specified values other than " "B<MPOL_F_NODE> or B<MPOL_F_ADDR>; or I<flags> specified B<MPOL_F_ADDR> and " "I<addr> is NULL, or I<flags> did not specify B<MPOL_F_ADDR> and I<addr> is " "not NULL. Or, I<flags> specified B<MPOL_F_NODE> but not B<MPOL_F_ADDR> and " -"the current thread policy is not B<MPOL_INTERLEAVE>. Or, I<flags> specified " -"B<MPOL_F_MEMS_ALLOWED> with either B<MPOL_F_ADDR> or B<MPOL_F_NODE>. (And " -"there are other B<EINVAL> cases.)" +"the current thread policy is neither B<MPOL_INTERLEAVE> nor " +"B<MPOL_WEIGHTED_INTERLEAVE>. Or, I<flags> specified B<MPOL_F_MEMS_ALLOWED> " +"with either B<MPOL_F_ADDR> or B<MPOL_F_NODE>. (And there are other " +"B<EINVAL> cases.)" msgstr "" #. type: SH @@ -322,6 +322,33 @@ msgstr "" msgid "Linux man-pages 6.03" msgstr "" +#. Note: code returns next interleave node via 'mode' argument -Lee Schermerhorn +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"If I<flags> specifies B<MPOL_F_NODE>, but not B<MPOL_F_ADDR>, and the " +"thread's current policy is B<MPOL_INTERLEAVE>, then B<get_mempolicy>() will " +"return in the location pointed to by a non-NULL I<mode> argument, the node " +"ID of the next node that will be used for interleaving of internal kernel " +"pages allocated on behalf of the thread. These allocations include pages " +"for memory-mapped files in process memory ranges mapped using the " +"B<mmap>(2) call with the B<MAP_PRIVATE> flag for read accesses, and in " +"memory ranges mapped with the B<MAP_SHARED> flag for all accesses." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"The value specified by I<maxnode> is less than the number of node IDs " +"supported by the system. Or I<flags> specified values other than " +"B<MPOL_F_NODE> or B<MPOL_F_ADDR>; or I<flags> specified B<MPOL_F_ADDR> and " +"I<addr> is NULL, or I<flags> did not specify B<MPOL_F_ADDR> and I<addr> is " +"not NULL. Or, I<flags> specified B<MPOL_F_NODE> but not B<MPOL_F_ADDR> and " +"the current thread policy is not B<MPOL_INTERLEAVE>. Or, I<flags> specified " +"B<MPOL_F_MEMS_ALLOWED> with either B<MPOL_F_ADDR> or B<MPOL_F_NODE>. (And " +"there are other B<EINVAL> cases.)" +msgstr "" + #. type: SH #: debian-bookworm #, no-wrap @@ -339,15 +366,21 @@ msgid "This system call is Linux-specific." msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-07-16" +msgid "Linux man-pages 6.06" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -361,3 +394,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |