summaryrefslogtreecommitdiffstats
path: root/templates/common
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 /templates/common
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 'templates/common')
-rw-r--r--templates/common/min-002-occurences.pot16655
-rw-r--r--templates/common/min-003-occurences.pot1991
-rw-r--r--templates/common/min-004-occurences.pot1691
-rw-r--r--templates/common/min-010-occurences.pot453
-rw-r--r--templates/common/min-020-occurences.pot195
-rw-r--r--templates/common/min-100-occurences.pot130
6 files changed, 15560 insertions, 5555 deletions
diff --git a/templates/common/min-002-occurences.pot b/templates/common/min-002-occurences.pot
index 12c7c512..0608b024 100644
--- a/templates/common/min-002-occurences.pot
+++ b/templates/common/min-002-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-21 09:44+0100\n"
+"POT-Creation-Date: 2024-06-15 01:14+0300\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"
@@ -80,140 +80,6 @@ msgid ""
" }\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" [\n"
-"B<--help>\n"
-"]\n"
-"[\n"
-"B<--help-env>\n"
-"]\n"
-"[\n"
-"B<--help-xoptions>\n"
-"]\n"
-"[\n"
-"B<--help-all>\n"
-"]\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" [\n"
-"B<-m>\n"
-"I<module-name>\n"
-"]\n"
-"[\n"
-"B<-q>\n"
-"]\n"
-"[\n"
-"B<-O>\n"
-"]\n"
-"[\n"
-"B<-OO>\n"
-"]\n"
-"[\n"
-"B<-P>\n"
-"]\n"
-"[\n"
-"B<-s>\n"
-"]\n"
-"[\n"
-"B<-S>\n"
-"]\n"
-"[\n"
-"B<-u>\n"
-"]\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" [\n"
-"B<-v>\n"
-"]\n"
-"[\n"
-"B<-V>\n"
-"]\n"
-"[\n"
-"B<-W>\n"
-"I<argument>\n"
-"]\n"
-"[\n"
-"B<-x>\n"
-"]\n"
-"[\n"
-"B<-X>\n"
-"I<option>\n"
-"]\n"
-"[\n"
-"B<-?>\n"
-"]\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" -X dev: enable CPython's \"development mode\", introducing additional runtime\n"
-" checks which are too expensive to be enabled by default. It will not be\n"
-" more verbose than the default if the code is correct: new warnings are\n"
-" only emitted when an issue is detected. Effect of the developer mode:\n"
-" * Add default warning filter, as -W default\n"
-" * Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()\n"
-" C function\n"
-" * Enable the faulthandler module to dump the Python traceback on a crash\n"
-" * Enable asyncio debug mode\n"
-" * Set the dev_mode attribute of sys.flags to True\n"
-" * io.IOBase destructor logs close() exceptions\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n"
-" The default is \"on\" (or \"off\" if you are running a local build).\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n"
-" This helps avoid denial of service attacks when parsing untrusted data.\n"
-" The default is sys.int_info.default_max_str_digits. 0 disables.\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n"
-" information (end line, start column offset and end column offset) to every\n"
-" instruction in code objects. This is useful when smaller code objects and pyc\n"
-" files are desired as well as suppressing the extra visual location indicators\n"
-" when the interpreter displays tracebacks.\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid ""
-" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n"
-" given directory instead of to the code tree.\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n"
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " /* Parent falls through to here. */\n"
@@ -585,16 +451,12 @@ msgstr ""
msgid " x * FLT_RADIX ** exp\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
-" -Wdefault # Warn once per call location\n"
-" -Werror # Convert to exceptions\n"
-" -Walways # Warn every time\n"
-" -Wmodule # Warn once per calling module\n"
-" -Wonce # Warn once per Python process\n"
-" -Wignore # Never warn\n"
+" 1 4207 0 2 65535 0 0 0 1\n"
+" (1) (2) (3)(4) (5) (6) (7) (8)\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -730,6 +592,18 @@ msgstr ""
msgid "# Sample Argument file"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "# echo 0 E<gt> /proc/timer_stats\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "# echo 1 E<gt> /proc/timer_stats\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -745,6 +619,52 @@ msgstr ""
msgid "#!/bin/sh"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "#5 Wed Feb 25 21:49:24 MET 1998\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#B< cat /proc/3828/io>\n"
+"rchar: 323934931\n"
+"wchar: 323929600\n"
+"syscr: 632687\n"
+"syscw: 632675\n"
+"read_bytes: 0\n"
+"write_bytes: 323932160\n"
+"cancelled_write_bytes: 0\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#B< echo \\[aq]darkstar\\[aq] E<gt> /proc/sys/kernel/hostname>\n"
+"#B< echo \\[aq]mydomain\\[aq] E<gt> /proc/sys/kernel/domainname>\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#B< hostname \\[aq]darkstar\\[aq]>\n"
+"#B< domainname \\[aq]mydomain\\[aq]>\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#B< ls -l /proc/self/map_files/>\n"
+"lr--------. 1 root root 64 Apr 16 21:31\n"
+" 3252e00000-3252e20000 -E<gt> /usr/lib64/ld-2.15.so\n"
+"\\&...\n"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n"
@@ -836,6 +756,41 @@ msgid ""
"#include E<lt>sys/sysinfo.hE<gt>\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$ B<PS1=\\[aq]sh1# \\[aq] unshare -Urnm>\n"
+"sh1# B<mount -t tmpfs tmpfs /etc> # Mount empty tmpfs at /etc\n"
+"sh1# B<mount --bind /usr /dev> # Mount /usr at /dev\n"
+"sh1# B<echo $$>\n"
+"27123\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$ B<PS1=\\[aq]sh2# \\[aq] sudo sh>\n"
+"sh2# B<ls /etc | wc -l> # In initial NS\n"
+"309\n"
+"sh2# B<ls /proc/27123/root/etc | wc -l> # /etc in other NS\n"
+"0 # The empty tmpfs dir\n"
+"sh2# B<ls /dev | wc -l> # In initial NS\n"
+"205\n"
+"sh2# B<ls /proc/27123/root/dev | wc -l> # /dev in other NS\n"
+"11 # Actually bind\n"
+" # mounted to /usr\n"
+"sh2# B<ls /usr | wc -l> # /usr in initial NS\n"
+"11\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "$ cat /proc/timer_stats\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -845,6 +800,69 @@ msgid ""
"rawhide container systemd-nspawn fedora 30 169\\&.254\\&.40\\&.164 fe80::94aa:3aff:fe7b:d4b9\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "$B< cat /proc/1/environ | tr \\[aq]\\e000\\[aq] \\[aq]\\en\\[aq]>\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$B< cat /proc/12015/fdinfo/4>\n"
+"pos: 1000\n"
+"flags: 01002002\n"
+"mnt_id: 21\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$B< cat /proc/timer_stats>\n"
+"Timer Stats Version: v0.3\n"
+"Sample period: 1.764 s\n"
+"Collection: active\n"
+" 255, 0 swapper/3 hrtimer_start_range_ns (tick_sched_timer)\n"
+" 71, 0 swapper/1 hrtimer_start_range_ns (tick_sched_timer)\n"
+" 58, 0 swapper/0 hrtimer_start_range_ns (tick_sched_timer)\n"
+" 4, 1694 gnome-shell mod_delayed_work_on (delayed_work_timer_fn)\n"
+" 17, 7 rcu_sched rcu_gp_kthread (process_timeout)\n"
+"\\&...\n"
+" 1, 4911 kworker/u16:0 mod_delayed_work_on (delayed_work_timer_fn)\n"
+" 1D, 2522 kworker/0:0 queue_delayed_work_on (delayed_work_timer_fn)\n"
+"1029 total events, 583.333 events/sec\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "$B< cd /proc/20/cwd; pwd -P>\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$B< echo test | sudo -u nobody cat>\n"
+"test\n"
+"$B< echo test | sudo -u nobody cat /proc/self/fd/0>\n"
+"cat: /proc/self/fd/0: Permission denied\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "$B< foobar -i /dev/stdin -o /dev/stdout ...>\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "$B< foobar -i /proc/self/fd/0 -o /proc/self/fd/1 ...>\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
@@ -862,6 +880,11 @@ msgstr ""
msgid "$Mdocdate: February 10 2023 $"
msgstr ""
+#: archlinux debian-unstable
+#, no-wrap
+msgid "$Mdocdate: February 21 2024 $"
+msgstr ""
+
#: debian-bookworm
#, no-wrap
msgid "$Mdocdate: January 18 2023 $"
@@ -872,6 +895,11 @@ msgstr ""
msgid "$Mdocdate: March 31 2022 $"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "$XDG_RUNTIME_DIR/user-tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -890,8 +918,8 @@ msgstr ""
msgid "%R"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "'"
msgstr ""
@@ -902,6 +930,489 @@ msgstr ""
msgid "( EXPRESSION )"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(1) I<pid> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(1) Time spent in user mode."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(10) I<minflt> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(10) Time spent running a niced guest (virtual CPU for guest operating "
+"systems under the control of the Linux kernel)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(11)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(11) I<cminflt> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(12) I<majflt> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(13) I<cmajflt> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(14) I<utime> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(15) I<stime> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(16) I<cutime> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(17) I<cstime> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(18) I<priority> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(19) I<nice> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(2) I<comm> \\ %s"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(2) Time spent in user mode with low priority (nice)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(20) I<num_threads> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(21) I<itrealvalue> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(22) I<starttime> \\ %llu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(23) I<vsize> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(24) I<rss> \\ %ld"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(25) I<rsslim> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(26) I<startcode> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(27) I<endcode> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(28) I<startstack> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(29) I<kstkesp> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(2\\[ha]order)\\ *\\ PAGE_SIZE\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(3) I<state> \\ %c"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(3) Time spent in system mode."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(30) I<kstkeip> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(31) I<signal> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(32) I<blocked> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(33) I<sigignore> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(34) I<sigcatch> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(35) I<wchan> \\ %lu \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(36) I<nswap> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(37) I<cnswap> \\ %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(38) I<exit_signal> \\ %d \\ (since Linux 2.1.22)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(39) I<processor> \\ %d \\ (since Linux 2.2.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(4) I<ppid> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(4) Time spent in the idle task. This value should be USER_HZ times the "
+"second entry in the I</proc/uptime> pseudo-file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(40) I<rt_priority> \\ %u \\ (since Linux 2.5.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(41) I<policy> \\ %u \\ (since Linux 2.5.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(42) I<delayacct_blkio_ticks> \\ %llu \\ (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(43) I<guest_time> \\ %lu \\ (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(44) I<cguest_time> \\ %ld \\ (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(45) I<start_data> \\ %lu \\ (since Linux 3.3) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(46) I<end_data> \\ %lu \\ (since Linux 3.3) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(47) I<start_brk> \\ %lu \\ (since Linux 3.3) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(48) I<arg_start> \\ %lu \\ (since Linux 3.5) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(49) I<arg_end> \\ %lu \\ (since Linux 3.5) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(5) I<pgrp> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(5) Time waiting for I/O to complete. This value is not reliable, for the "
+"following reasons:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(50) I<env_start> \\ %lu \\ (since Linux 3.5) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(51) I<env_end> \\ %lu \\ (since Linux 3.5) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(52) I<exit_code> \\ %d \\ (since Linux 3.5) \\ [PT]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(6) I<session> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(6) Time servicing interrupts."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(7) I<tty_nr> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(7) Time servicing softirqs."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(8) I<tpgid> \\ %d"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(8) Stolen time, which is the time spent in other operating systems when "
+"running in a virtualized environment"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(9) I<flags> \\ %u"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(9) Time spent running a virtual CPU for guest operating systems under the "
+"control of the Linux kernel."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_HUGETLB_PAGE> is required.) The number of huge pages in the pool "
+"that are not yet allocated."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(B<CONFIG_HUGETLB_PAGE> is required.) The size of huge pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_HUGETLB_PAGE> is required.) The size of the pool of huge pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_HUGETLB_PAGE> is required.) This is the number of huge pages for "
+"which a commitment to allocate from the pool has been made, but no "
+"allocation has yet been made. These reserved huge pages guarantee that an "
+"application will be able to allocate a huge page from the pool of huge pages "
+"at fault time."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_HUGETLB_PAGE> is required.) This is the number of huge pages in "
+"the pool above the value in I</proc/sys/vm/nr_hugepages>. The maximum "
+"number of surplus huge pages is controlled by I</proc/sys/vm/"
+"nr_overcommit_hugepages>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(B<CONFIG_MEMORY_FAILURE> is required.) [To be documented.]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(B<CONFIG_MMU> is required.) [To be documented.]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(B<CONFIG_QUICKLIST> is required.) [To be documented.]"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Memory used by shared memory "
+"(shmem) and B<tmpfs>(5) allocated with huge pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Non-file backed huge pages "
+"mapped into user-space page tables."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Shared memory mapped into "
+"user space with huge pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Explanation for Linux 2.6) For processes running a real-time scheduling "
+"policy (I<policy> below; see B<sched_setscheduler>(2)), this is the negated "
+"scheduling priority, minus one; that is, a number in the range -2 to -100, "
+"corresponding to real-time priorities 1 to 99. For processes running under "
+"a non-real-time scheduling policy, this is the raw nice value "
+"(B<setpriority>(2)) as represented in the kernel. The kernel stores nice "
+"values as numbers in the range 0 (high) to 39 (low), corresponding to the "
+"user-visible nice range of -20 to 19."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(From Linux 2.6.28 to Linux 2.6.30, B<CONFIG_UNEVICTABLE_LRU> was "
+"required.) [To be documented.]"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -912,7 +1423,12 @@ msgid ""
"ip_local_port_range> in B<ip>(7)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(Linux 2.4 only)"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"(Note: Both I<MAILFROM> and I<MAILTO> variables are expanded, so setting "
@@ -920,11 +1436,82 @@ msgid ""
"com ($USER is replaced by the system user) )"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(PowerPC only) If this file is set to a nonzero value, the PowerPC htab (see "
+"kernel file I<Documentation/powerpc/ppc_htab.txt>) is pruned each time the "
+"system hits the idle loop."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(PowerPC only) This file contains a flag that controls the L2 cache of G3 "
+"processor boards. If 0, the cache is disabled. Enabled if nonzero."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Since Linux 2.6.25) Also support heap randomization. This value is the "
+"default if the kernel was not configured with B<CONFIG_COMPAT_BRK>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Amount of free "
+"highmem."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Amount of free "
+"lowmem."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Total amount "
+"of highmem. Highmem is all memory above \\[ti]860 MB of physical memory. "
+"Highmem areas are for use by user-space programs, or for the page cache. "
+"The kernel must use tricks to access this memory, making it slower to access "
+"than lowmem."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Total amount "
+"of lowmem. Lowmem is memory which can be used for everything that highmem "
+"can be used for, but it is also available for the kernel's use for its own "
+"data structures. Among many other things, it is where everything from "
+"I<Slab> is allocated. Bad things happen when you're out of lowmem."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
msgid "(There are 2 books with this title)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Up to and including Linux 2.6.7.) This file shows the number of POSIX real-"
+"time signals currently queued."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(Up to and including Linux 2.6.7; see B<setrlimit>(2)) This file can be "
+"used to tune the maximum number of POSIX real-time (queued) signals that can "
+"be outstanding in the system."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -938,16 +1525,23 @@ msgid ""
"parameters)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "(date will be set to today)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "(date will be set to today, seconds to 00)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(default) This provides the same behavior as for -1, but printk warnings are "
+"written for processes that perform writes when the file offset is not 0."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid "(dot) repeat the previous command."
@@ -958,49 +1552,102 @@ msgstr ""
msgid "(ignored for compatibility)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"(major,disk_idx):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "(not in C99) The given I<base> contains an unsupported value."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "(seconds will be set to 00)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 2.6.31)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 3.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 4.0)"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 4.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "(since Linux 4.3)"
+msgstr ""
+
+#: debian-bookworm
#, no-wrap
msgid "(time is set to 00:00:00)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "(time will be set to 00:00:00)"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "(x86 with B<CONFIG_X86_64> and B<CONFIG_X86_DIRECT_GBPAGES> enabled.)"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "* A browser"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"* A compatible NFC device (most NFC readers should work, NFC-enabled phones "
"can * also be used)"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "* A website that supports authentication via German ID card"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "* an ID card that is enabled for online identification"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "+5min"
msgstr ""
@@ -1113,6 +1760,11 @@ msgstr ""
msgid "--build-id=style"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "--cachedir=path"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -1143,6 +1795,11 @@ msgstr ""
msgid "--cref"
msgstr ""
+#: fedora-rawhide
+#, no-wrap
+msgid "--ctf-parent-section=section"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1178,8 +1835,8 @@ msgstr ""
msgid "--dec={ 0 | 1 | 2 }"
msgstr ""
-#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "--decompress"
msgstr ""
@@ -1262,8 +1919,8 @@ msgstr ""
msgid "--disable-large-address-aware"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--disable-linker-version"
msgstr ""
@@ -1484,8 +2141,8 @@ msgstr ""
msgid "--enable-extra-pe-debug"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--enable-linker-version"
msgstr ""
@@ -1538,7 +2195,8 @@ msgstr ""
msgid "--entry=entry"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "--error-execstack"
msgstr ""
@@ -1549,7 +2207,8 @@ msgstr ""
msgid "--error-handling-script=scriptname"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "--error-rwx-segments"
msgstr ""
@@ -1757,6 +2416,12 @@ msgstr ""
msgid "--keep-file-symbols"
msgstr ""
+#: fedora-rawhide archlinux debian-bookworm debian-unstable fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "--keep-section-symbols"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1937,12 +2602,14 @@ msgstr ""
msgid "--no-eh-frame-hdr"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "--no-error-execstack"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "--no-error-rwx-segments"
msgstr ""
@@ -2031,8 +2698,8 @@ msgstr ""
msgid "--no-print-map-discarded"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--no-print-map-locals"
msgstr ""
@@ -2229,8 +2896,8 @@ msgstr ""
msgid "--print-map-discarded"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--print-map-locals"
msgstr ""
@@ -2288,14 +2955,14 @@ msgstr ""
msgid "--relocatable"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--remap-inputs-file=file"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "--remap-inputs=pattern=filename"
msgstr ""
@@ -2426,8 +3093,8 @@ msgstr ""
msgid "--strip-dwo"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "--strip-section-headers"
msgstr ""
@@ -2546,7 +3213,8 @@ msgstr ""
msgid "--warn-execstack"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "--warn-execstack-objects"
msgstr ""
@@ -3144,6 +3812,10 @@ msgstr ""
msgid "-z muldefs"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/\\&.extra/confext/*\\&.confext\\&.raw"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/\\&.extra/credentials/*\\&.cred"
@@ -3154,11 +3826,15 @@ msgstr ""
msgid "/\\&.extra/global_credentials/*\\&.cred"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "/\\&.extra/sysext/*\\&.raw"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/\\&.extra/sysext/*\\&.sysext\\&.raw"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/\\&.extra/tpm2-pcr-pkey\\&.pem"
@@ -3293,6 +3969,21 @@ msgstr ""
msgid "/etc/os-release"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/etc/pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/etc/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/repart\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/etc/sysctl\\&.d/*\\&.conf"
@@ -3378,6 +4069,16 @@ msgstr ""
msgid "/etc/systemd/oomd\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/systemd/pstore\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/systemd/pstore\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/etc/systemd/resolved\\&.conf"
@@ -3418,12 +4119,22 @@ msgstr ""
msgid "/etc/systemd/user-preset/*\\&.preset"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/sysupdate\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/etc/sysusers\\&.d/*\\&.conf"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "/etc/ttys"
msgstr ""
@@ -3433,6 +4144,10 @@ msgstr ""
msgid "/etc/udev/udev\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/etc/udev/udev\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
msgid "/etc/vconsole\\&.conf"
@@ -3751,6 +4466,7 @@ msgid "/run/log/"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "/run/log/systemd/tpm2-measure\\&.log"
msgstr ""
@@ -3759,11 +4475,30 @@ msgstr ""
msgid "/run/modules-load\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/run/pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/run/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/run/repart\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/sysctl\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/coredump\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/coredump\\&.conf\\&.d/*\\&.conf"
@@ -3787,16 +4522,28 @@ msgstr ""
msgid "/run/systemd/generator\\&.late"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/homed\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/run/systemd/homed\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/journal-remote\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/journal-remote\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/journal-upload\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/journal-upload\\&.conf\\&.d/*\\&.conf"
@@ -3807,31 +4554,71 @@ msgstr ""
msgid "/run/systemd/journald@I<NAMESPACE>\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/journald\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/journald\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/logind\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/logind\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/networkd\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/networkd\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/notify"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/oomd\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/oomd\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/private"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/pstore\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/pstore\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/resolved\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/run/systemd/resolved\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/sleep\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/sleep\\&.conf\\&.d/*\\&.conf"
@@ -3842,6 +4629,10 @@ msgstr ""
msgid "/run/systemd/system-preset/*\\&.preset"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/run/systemd/timesyncd\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/systemd/timesyncd\\&.conf\\&.d/*\\&.conf"
@@ -3852,11 +4643,29 @@ msgstr ""
msgid "/run/systemd/user-preset/*\\&.preset"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/run/sysupdate\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/sysusers\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/run/tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/udev/udev\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/run/udev/udev\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/run/user/"
@@ -3949,6 +4758,21 @@ msgstr ""
msgid "/usr/lib/os-release"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/usr/lib/pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/usr/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/repart\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/sysctl\\&.d/*\\&.conf"
@@ -3969,21 +4793,37 @@ msgstr ""
msgid "/usr/lib/systemd/boot/efi/linuxx64\\&.efi\\&.stub"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/coredump\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/coredump\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/homed\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/usr/lib/systemd/homed\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/journal-remote\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/journal-remote\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/journal-upload\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/journal-upload\\&.conf\\&.d/*\\&.conf"
@@ -3994,31 +4834,64 @@ msgstr ""
msgid "/usr/lib/systemd/journald@I<NAMESPACE>\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/journald\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/journald\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/systemd/logind\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/logind\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/networkd\\&.conf"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed opensuse-leap-15-6
msgid "/usr/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/oomd\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/usr/lib/systemd/oomd\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/pstore\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/pstore\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/resolved\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "/usr/lib/systemd/resolved\\&.conf\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/sleep\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/sleep\\&.conf\\&.d/*\\&.conf"
@@ -4124,10 +4997,6 @@ msgstr ""
msgid "/usr/lib/systemd/systemd-fsck"
msgstr ""
-#: debian-unstable
-msgid "/usr/lib/systemd/systemd-fsckd"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/systemd-growfs"
@@ -4259,6 +5128,7 @@ msgid "/usr/lib/systemd/systemd-timesyncd"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "/usr/lib/systemd/systemd-tpm2-setup"
msgstr ""
@@ -4297,6 +5167,10 @@ msgstr ""
msgid "/usr/lib/systemd/systemd-volatile-root"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/systemd/timesyncd\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/systemd/timesyncd\\&.conf\\&.d/*\\&.conf"
@@ -4314,11 +5188,29 @@ msgstr ""
msgid "/usr/lib/systemd/user-preset/*\\&.preset"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/sysupdate\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/lib/sysusers\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/udev/udev\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "/usr/lib/udev/udev\\&.conf\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4331,6 +5223,16 @@ msgstr ""
msgid "/usr/local/lib/systemd/user"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/usr/local/pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/usr/local/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/usr/share/"
@@ -4351,6 +5253,21 @@ msgstr ""
msgid "/usr/share/factory/var/"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/share/user-tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/var/lib/pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/var/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "/var/lib/systemd/home/*\\&.public"
@@ -4391,6 +5308,31 @@ msgstr ""
msgid "0 arguments"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"00400000-0048a000 r-xp 00000000 fd:03 960637 /bin/bash\n"
+"Size: 552 kB\n"
+"Rss: 460 kB\n"
+"Pss: 100 kB\n"
+"Shared_Clean: 452 kB\n"
+"Shared_Dirty: 0 kB\n"
+"Private_Clean: 8 kB\n"
+"Private_Dirty: 0 kB\n"
+"Referenced: 460 kB\n"
+"Anonymous: 0 kB\n"
+"AnonHugePages: 0 kB\n"
+"ShmemHugePages: 0 kB\n"
+"ShmemPmdMapped: 0 kB\n"
+"Swap: 0 kB\n"
+"KernelPageSize: 4 kB\n"
+"MMUPageSize: 4 kB\n"
+"Locked: 0 kB\n"
+"ProtectionKey: 0\n"
+"VmFlags: rd ex mr mw me dw\n"
+msgstr ""
+
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "02 Oct, 2002"
@@ -4407,12 +5349,23 @@ msgstr ""
msgid "09 October 2016"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "0: heuristic overcommit (this is the default)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "0x00"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "1 (since Linux 2.6.22)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4513,8 +5466,8 @@ msgstr ""
msgid "1000"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "10000"
msgstr ""
@@ -4595,6 +5548,11 @@ msgstr ""
msgid "18 November 2018"
msgstr ""
+#: debian-bookworm
+#, no-wrap
+msgid "19 April 2010"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4606,6 +5564,31 @@ msgstr ""
msgid "192.168.0.1"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"1: POSIX ADVISORY READ 5433 08:01:7864448 128 128\n"
+"2: FLOCK ADVISORY WRITE 2001 08:01:7864554 0 EOF\n"
+"3: FLOCK ADVISORY WRITE 1568 00:2f:32388 0 EOF\n"
+"4: POSIX ADVISORY WRITE 699 00:16:28457 0 EOF\n"
+"5: POSIX ADVISORY WRITE 764 00:16:21448 0 0\n"
+"6: POSIX ADVISORY READ 3548 08:01:7867240 1 1\n"
+"7: POSIX ADVISORY READ 3548 08:01:7865567 1826 2335\n"
+"8: OFDLCK ADVISORY WRITE -1 08:01:8713209 128 191\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "1: always overcommit, never check"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "2 (since Linux 2.6.32)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4639,28 +5622,22 @@ msgstr ""
msgid "2021 November 22"
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "24."
+msgid "2500"
msgstr ""
-#: debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 archlinux
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "2500"
+msgid "27 November 2013"
msgstr ""
#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
#: fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "26."
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "27 November 2013"
+msgid "27."
msgstr ""
#: debian-bookworm debian-unstable
@@ -4673,6 +5650,23 @@ msgstr ""
msgid "29 October 2010"
msgstr ""
+#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "29."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "2: always check, never overcommit"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "3 (since Linux 2.6.32)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4692,12 +5686,12 @@ msgstr ""
#: debian-unstable
#, no-wrap
-msgid "3.1.5"
+msgid "3.2.2-dev"
msgstr ""
#: archlinux
#, no-wrap
-msgid "3.2.1"
+msgid "3.3.0"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -4711,6 +5705,14 @@ msgstr ""
msgid "30 SCSI/USB detail"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue\n"
+"(1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11)\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4723,6 +5725,12 @@ msgstr ""
msgid "39"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "4 (since Linux 3.11)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4750,6 +5758,12 @@ msgstr ""
msgid "49"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "5 (since Linux 4.0)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4774,49 +5788,83 @@ msgstr ""
msgid "52"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "54\\[en]0"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "55 (since Linux 3.11)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "56"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "56 (since Linux 4.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "57 (since Linux 5.14)"
+msgstr ""
+
#: opensuse-leap-15-6
#, no-wrap
msgid "6.5.1"
msgstr ""
-#: debian-unstable mageia-cauldron
+#: debian-unstable
#, no-wrap
msgid "6.6.3"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
msgid "6.7.1"
msgstr ""
+#: fedora-40
+#, no-wrap
+msgid "6.8"
+msgstr ""
+
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "6.8.1"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "60"
msgstr ""
-#: debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 archlinux
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "61"
+msgid "60\\[en]58 (since Linux 3.11)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "62"
+msgid "61"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "63"
+msgid "61 (since Linux 3.5)"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -4888,17 +5936,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "9 October 2012"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid ":"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid ":e"
msgstr ""
@@ -5083,6 +6125,12 @@ msgstr ""
msgid "@8"
msgstr ""
+#: debian-unstable archlinux debian-bookworm fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "@reboot"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5166,6 +6214,24 @@ msgid ""
"A definition, which goes in the initialized data section of the output file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A directory with the I<scsi> mid-level pseudo-file and various SCSI low-"
+"level driver directories, which contain a file for each SCSI host in this "
+"system, all of which give the status of some part of the SCSI IO subsystem. "
+"These files contain ASCII structures and are, therefore, readable with "
+"B<cat>(1)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A file containing the currently mapped memory regions and their access "
+"permissions. See B<mmap>(2) for some further information about memory "
+"mappings."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -5189,11 +6255,42 @@ msgstr ""
msgid "A kernel subsystem was not configured."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A list of the POSIX timers for this process. Each timer is listed with a "
+"line that starts with the string \"ID:\". For example:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A list of the ciphers provided by the kernel crypto API. For details, see "
+"the kernel I<Linux Kernel Crypto API> documentation available under the "
+"kernel source directory I<Documentation/crypto/> (or I<Documentation/"
+"DocBook> before Linux 4.10; the documentation can be built using a command "
+"such as I<make htmldocs> in the root directory of the kernel source tree)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "A literal E<.Sq %>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A named private anonymous mapping. Set with B<prctl>(2) "
+"B<PR_SET_VMA_ANON_NAME>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A named shared anonymous mapping. Set with B<prctl>(2) "
+"B<PR_SET_VMA_ANON_NAME>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5219,8 +6316,8 @@ msgstr ""
msgid "A pathname was longer than B<MAXPATHLEN>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"A second solution is to force one of the 'constants' to be a variable -- "
"that is, unknown and un-optimizable at compile time. For arrays, there are "
@@ -5228,14 +6325,6 @@ msgid ""
"b) make the 'constant' index a variable. Thus:"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"A second solution is to force one of the 'constants' to be a variable \\*(-- "
-"that is, unknown and un-optimizable at compile time. For arrays, there are "
-"two possibilities: a) make the indexee (the array's address) a variable, or "
-"b) make the 'constant' index a variable. Thus:"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -5249,23 +6338,65 @@ msgstr ""
msgid "A single option is supported:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A space-separated list of child tasks of this task. Each child task is "
+"represented by its TID."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "A supplied memory address was invalid."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A system call that fails to follow a symbolic link because of the above "
+"restrictions returns the error B<EACCES> in I<errno>."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"A system-wide clock derived from wall-clock time but counting leap seconds."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"A system-wide clock derived from wall-clock time but ignoring leap seconds."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "A system-wide limit on the maximum number of semaphore identifiers."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "A system-wide limit on the number of semaphores in all semaphore sets."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A text list of the modules that have been loaded by the system. See also "
+"B<lsmod>(8)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A text listing of the filesystems which are supported by the kernel, namely "
+"filesystems which were compiled into the kernel or whose kernel modules are "
+"currently loaded. (See also B<filesystems>(5).) If a filesystem is marked "
+"with \"nodev\", this means that it does not require a block device to be "
+"mounted (e.g., virtual filesystem, network filesystem)."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"A third method of dealing with this difficulty is to abandon \\&'auto-"
"import' for the offending symbol and mark it with \\&CW<\\*(C`_\\|"
@@ -5277,16 +6408,23 @@ msgid ""
"consider typical real-world usage:"
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"A thread's stack (where the I<tid> is a thread ID). It corresponds to the "
+"I</proc/>pidI</task/>tidI</> path. This field was removed in Linux 4.5, "
+"since providing this information for a process with large numbers of threads "
+"is expensive."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"A third method of dealing with this difficulty is to abandon \\&'auto-"
-"import' for the offending symbol and mark it with \\&CW<\\*(C`_\\|"
-"_declspec(dllimport)\\*(C'>. However, in practice that requires using "
-"compile-time #defines to indicate whether you are building a \\s-1DLL,\\s0 "
-"building client code that will link to the \\s-1DLL,\\s0 or merely building/"
-"linking to a static library. In making the choice between the various "
-"methods of resolving the 'direct address with constant offset' problem, you "
-"should consider typical real-world usage:"
+"A toggle value indicating if modules are allowed to be loaded in an "
+"otherwise modular kernel. This toggle defaults to off (0), but can be set "
+"true (1). Once true, modules can be neither loaded nor unloaded, and the "
+"toggle cannot be set back to false. The file is present only if the kernel "
+"is built with the B<CONFIG_MODULES> option enabled."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5298,6 +6436,11 @@ msgid ""
"which doesn't produce an error of B<E2BIG>)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "A watch descriptor number (in decimal)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5395,12 +6538,13 @@ msgid "ACCESS CONTROL"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux
+#: opensuse-tumbleweed
#, no-wrap
msgid "ACKNOWLEDGMENTS"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "ACS magic cookie count"
msgstr ""
@@ -5447,7 +6591,7 @@ msgid "API File Systems"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "ASYNC-SIGNAL SAFETY"
msgstr ""
@@ -5524,8 +6668,8 @@ msgid ""
"conjunction with B<--repofrompath> option. Can be specified multiple times."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Add a directory to the runtime library search path. This is used when "
"linking an ELF executable with shared objects. All B<-rpath> arguments are "
@@ -5533,14 +6677,6 @@ msgid ""
"shared objects at runtime."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Add a directory to the runtime library search path. This is used when "
-"linking an \\s-1ELF\\s0 executable with shared objects. All B<-rpath> "
-"arguments are concatenated and passed to the runtime linker, which uses them "
-"to locate shared objects at runtime."
-msgstr ""
-
#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5573,14 +6709,17 @@ msgid ""
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 185\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 200\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 223\\&."
msgstr ""
@@ -5594,13 +6733,17 @@ msgid ""
"etc.)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Additionally, the AIX I<box1> capability will be automatically translated to "
-"an B<acsc> string."
+"Additionally, since Linux 3.6, I</proc/sys/kernel/core_pattern> must either "
+"be an absolute pathname or a pipe command, as detailed in B<core>(5). "
+"Warnings will be written to the kernel log if I<core_pattern> does not "
+"follow these rules, and no core dump will be produced."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"Additionally, this program translates the AIX B<box1> capability to an "
"B<acsc> string."
@@ -5614,14 +6757,54 @@ msgid ""
"always greater than 1:3\\&.6-1\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Address above which program command-line arguments (I<argv>) are placed."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Address above which program environment is placed."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Address above which program heap can be expanded with B<brk>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Address above which program initialized and uninitialized (BSS) data are "
+"placed."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Address below program command-line arguments (I<argv>) are placed."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Address below which program environment is placed."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Address below which program initialized and uninitialized (BSS) data are "
+"placed."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Address formats"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Adds I<AUDITLIB> to the CW<\\*(C`DT_AUDIT\\*(C'> entry of the dynamic "
"section. \\&I<AUDITLIB> is not checked for existence, nor will it use the "
@@ -5633,8 +6816,8 @@ msgid ""
"meaningful on ELF platforms supporting the rtld-audit interface."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Adds I<AUDITLIB> to the CW<\\*(C`DT_DEPAUDIT\\*(C'> entry of the dynamic "
"section. \\&I<AUDITLIB> is not checked for existence, nor will it use the "
@@ -5645,29 +6828,6 @@ msgid ""
"compatibility."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Adds I<\\s-1AUDITLIB\\s0> to the CW<\\*(C`DT_AUDIT\\*(C'> entry of the "
-"dynamic section. \\&I<\\s-1AUDITLIB\\s0> is not checked for existence, nor "
-"will it use the \\s-1DT_SONAME\\s0 specified in the library. If specified "
-"multiple times CW<\\*(C`DT_AUDIT\\*(C'> will contain a colon separated list "
-"of audit interfaces to use. If the linker finds an object with an audit "
-"entry while searching for shared libraries, it will add a corresponding "
-"CW<\\*(C`DT_DEPAUDIT\\*(C'> entry in the output file. This option is only "
-"meaningful on \\s-1ELF\\s0 platforms supporting the rtld-audit interface."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Adds I<\\s-1AUDITLIB\\s0> to the CW<\\*(C`DT_DEPAUDIT\\*(C'> entry of the "
-"dynamic section. \\&I<\\s-1AUDITLIB\\s0> is not checked for existence, nor "
-"will it use the \\s-1DT_SONAME\\s0 specified in the library. If specified "
-"multiple times CW<\\*(C`DT_DEPAUDIT\\*(C'> will contain a colon separated "
-"list of audit interfaces to use. This option is only meaningful on "
-"\\s-1ELF\\s0 platforms supporting the rtld-audit interface. The -P option "
-"is provided for Solaris compatibility."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Adds I<dir> to the directory stack at the top"
@@ -5691,15 +6851,16 @@ msgid ""
"enabled."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "Adjust the method used to share types between translation units in CTF."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Adjust the method used to share types between translation units in \\s-1CTF."
-"\\s0"
+"Advanced power management version and battery information when B<CONFIG_APM> "
+"is defined at kernel compilation time."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5727,12 +6888,22 @@ msgid ""
"stack. If the B<cd> fails, B<pushd> returns a non-zero value."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Aggregated block I/O delays, measured in clock ticks (centiseconds)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Alan Cox, E<lt>Alan.Cox@linux.orgE<gt>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "Alexander Pevzner E<lt>pzz@apevzner.comE<gt>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Alias names. May also be specified as B<-a>."
msgstr ""
@@ -5768,6 +6939,11 @@ msgstr ""
msgid "All is good."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "All of the following conditions are true:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5789,6 +6965,23 @@ msgstr ""
msgid "All other commands"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "All other operations"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"All processes dump core when possible. (Reasons why a process might "
+"nevertheless not dump core are described in B<core>(5).) The core dump is "
+"owned by the filesystem user ID of the dumping process and no security is "
+"applied. This is intended for system debugging situations only: this mode "
+"is insecure because it allows unprivileged users to examine the memory "
+"contents of privileged processes."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -5801,6 +6994,16 @@ msgstr ""
msgid "Allow multiple definitions."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Allow nicing of all real-time tasks"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Allow reboot/poweroff"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
@@ -5850,7 +7053,7 @@ msgstr ""
msgid "Also search all the mirrored databases."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Although technically B<man> is a troff macro package, in reality a large "
"number of other tools process man page files that don't implement all of "
@@ -5873,12 +7076,28 @@ msgid ""
"option is disabled by default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Although these entries are present for memory regions that were mapped with "
+"the B<MAP_FILE> flag, the way anonymous shared memory (regions created with "
+"the B<MAP_ANON | MAP_SHARED> flags) is implemented in Linux means that such "
+"regions also appear on this directory. Here is an example where the target "
+"file is the deleted I</dev/zero> one:"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"Always generate warnings, even if the executable stack is requested via the "
"B<-z execstack> command line option."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Always panic on a memory failure."
+msgstr ""
+
#: archlinux
msgid "Always show directive names even if only one I<directive> is provided."
msgstr ""
@@ -5888,11 +7107,78 @@ msgstr ""
msgid "Always, for a user process."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Ambient capability set, expressed in hexadecimal (since Linux 4.3, see "
+"B<capabilities>(7))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Amit Gud E<lt>agud@redhat.comE<gt>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Among the strings that can appear here are the following:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Amount of memory consumed in B<tmpfs>(5) filesystems."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Amount of memory dedicated to the lowest level of page tables."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Amount of swap space that is currently unused."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Amount of time that this process has been scheduled in kernel mode, measured "
+"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Amount of time that this process has been scheduled in user mode, measured "
+"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). This includes guest "
+"time, I<guest_time> (time spent running a virtual CPU, see below), so that "
+"applications that are not aware of the guest time field do not lose that "
+"time from their calculations."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Amount of time that this process's waited-for children have been scheduled "
+"in kernel mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Amount of time that this process's waited-for children have been scheduled "
+"in user mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). "
+"(See also B<times>(2).) This includes guest time, I<cguest_time> (time "
+"spent running a virtual CPU, see below)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Amount of vmalloc area which is used. Since Linux 4.4, this field is no "
+"longer calculated, and is hard coded as 0. See I</proc/vmallocinfo>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5902,8 +7188,8 @@ msgid ""
"rebooted."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"An alternative form of the option \\&B<--remap-inputs-file=filename> allows "
"the remappings to be read from a file. Each line in the file can contain a "
@@ -5913,6 +7199,18 @@ msgid ""
"whitespace or an equals (B<=>) character."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"An estimate of how much memory is available for starting new applications, "
+"without swapping."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "An example of the content shown in this file is the following:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "An implementation of these functions might be:"
@@ -5973,6 +7271,16 @@ msgid ""
"This is not done however if the B<--hash-size> switch has been used."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Any binary which normally would not be dumped (see \"0\" above) is dumped "
+"readable by root only. This allows the user to remove the core dump file "
+"but not to read it. For security reasons core dumps in this mode will not "
+"overwrite one another or other files. This mode is appropriate when "
+"administrators are attempting to debug problems in a normal environment."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Any directories specified by B<-rpath-link> options."
@@ -6004,16 +7312,11 @@ msgid ""
"T> (but not B<-dT>)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "Any directories specified by a plugin LDPT_SET_EXTRA_LIBRARY_PATH."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Any directories specified by a plugin \\s-1LDPT_SET_EXTRA_LIBRARY_PATH.\\s0"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6033,6 +7336,13 @@ msgid ""
"already appended to the history file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Applications can override the I<memory_failure_early_kill> setting "
+"individually with the B<prctl>(2) B<PR_MCE_KILL> operation."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
#, no-wrap
@@ -6098,19 +7408,13 @@ msgstr ""
msgid "Artifex Software, Inc. are the primary maintainers of Ghostscript."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"As a GNU extension, ELF input sections marked with the "
"\\&CW<\\*(C`SHF_GNU_RETAIN\\*(C'> flag will not be garbage collected."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"As a \\s-1GNU\\s0 extension, \\s-1ELF\\s0 input sections marked with the "
-"\\&CW<\\*(C`SHF_GNU_RETAIN\\*(C'> flag will not be garbage collected."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6119,11 +7423,22 @@ msgid ""
"see B<sched>(7)."
msgstr ""
+#: mageia-cauldron
+msgid "As for B<proc_register> and B<proc_unregister>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "As for B<signal>(2)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"As for the value 1, but the restriction also applies to group-writable "
+"sticky directories."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "As in the [DHCPv4] section\\&."
@@ -6138,8 +7453,8 @@ msgid ""
"set cbreak mode, run for example:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Aside from its flexibility, the GNU linker is more helpful than other "
"linkers in providing diagnostic information. Many linkers abandon execution "
@@ -6148,15 +7463,6 @@ msgid ""
"cases, to get an output file in spite of the error)."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Aside from its flexibility, the \\s-1GNU\\s0 linker is more helpful than "
-"other linkers in providing diagnostic information. Many linkers abandon "
-"execution immediately upon encountering an error; whenever possible, "
-"\\&B<ld> continues executing, allowing you to identify other errors (or, in "
-"some cases, to get an output file in spite of the error)."
-msgstr ""
-
#: opensuse-leap-15-6 debian-bookworm
msgid "Ask before overwriting existing files."
msgstr ""
@@ -6208,6 +7514,36 @@ msgid ""
"associated with the user ID."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Attempt recovery."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"Attempt to count the number of bytes which this process caused to be sent to "
+"the storage layer."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"Attempt to count the number of bytes which this process really did cause to "
+"be fetched from the storage layer. This is accurate for block-backed "
+"filesystems."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"Attempt to count the number of read I/O operations\\[em]that is, system "
+"calls such as B<read>(2) and B<pread>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"Attempt to count the number of write I/O operations\\[em]that is, system "
+"calls such as B<write>(2) and B<pwrite>(2)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
@@ -6254,8 +7590,8 @@ msgstr ""
msgid "Author"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Automatically choose the image base for DLLs, optionally starting with base "
"\\&I<value>, unless one is specified using the CW<\\*(C`--image-base\\*(C'> "
@@ -6265,16 +7601,6 @@ msgid ""
"targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Automatically choose the image base for DLLs, optionally starting with base "
-"\\&I<value>, unless one is specified using the CW<\\*(C`--image-base\\*(C'> "
-"argument. By using a hash generated from the dllname to create unique image "
-"bases for each \\s-1DLL,\\s0 in-memory collisions and relocations which can "
-"delay program execution are avoided. [This option is specific to the i386 "
-"\\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6392,14 +7718,6 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid ""
-"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
-"B<#include E<lt>unistd.hE<gt>>\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid ""
"B<#define _XOPEN_SOURCE> /* See feature_test_macros(7) */\n"
"B<#include E<lt>unistd.hE<gt>>\n"
msgstr ""
@@ -6755,8 +8073,8 @@ msgstr ""
msgid "B<--add-stdcall-alias>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--address >I<\\,ADDRESS\\/>"
msgstr ""
@@ -6823,6 +8141,10 @@ msgstr ""
msgid "B<--allow-multiple-definition>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--allow-null>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -6879,17 +8201,12 @@ msgstr ""
msgid "B<--attach>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--audit> I<AUDITLIB>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--audit> I<\\s-1AUDITLIB\\s0>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6902,6 +8219,12 @@ msgstr ""
msgid "B<--auxiliary=>I<name>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-rawhide
+#, no-wrap
+msgid "B<--background>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -6976,6 +8299,11 @@ msgstr ""
msgid "B<--build-id>"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "B<--cachedir>=I<path>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--can-factory-reset>"
@@ -7014,6 +8342,11 @@ msgstr ""
msgid "B<--check-sections>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--collect>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--commit>"
@@ -7042,6 +8375,11 @@ msgstr ""
msgid "B<--confirm-spawn>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--console=>I<MODE>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -7053,8 +8391,8 @@ msgstr ""
msgid "B<--copy>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "B<--crash-reboot>"
msgstr ""
@@ -7086,6 +8424,11 @@ msgstr ""
msgid "B<--csharp>"
msgstr ""
+#: fedora-rawhide
+#, no-wrap
+msgid "B<--ctf-parent-section=>I<section>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7154,8 +8497,8 @@ msgstr ""
msgid "B<--dec={ 0 | 1 | 2 }>"
msgstr ""
-#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "B<--decompress>"
msgstr ""
@@ -7194,17 +8537,12 @@ msgstr ""
msgid "B<--delete-root-password>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--depaudit> I<AUDITLIB>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--depaudit> I<\\s-1AUDITLIB\\s0>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -7281,8 +8619,8 @@ msgstr ""
msgid "B<--disable-large-address-aware>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--disable-linker-version>"
msgstr ""
@@ -7411,11 +8749,12 @@ msgstr ""
msgid "B<--downloaddir>"
msgstr ""
-#: debian-bookworm opensuse-tumbleweed opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid "B<--drop-in=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--drop-in=>I<NAME>"
msgstr ""
@@ -7583,8 +8922,8 @@ msgstr ""
msgid "B<--enable-extra-pe-debug>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--enable-linker-version>"
msgstr ""
@@ -7636,18 +8975,14 @@ msgstr ""
msgid "B<--enable>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid "B<--entry-token=>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<--entry=>I<entry>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "B<--error-execstack>"
msgstr ""
@@ -7658,7 +8993,8 @@ msgstr ""
msgid "B<--error-handling-script=>I<scriptname>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "B<--error-rwx-segments>"
msgstr ""
@@ -7849,6 +9185,12 @@ msgstr ""
msgid "B<--frame E<lt>nE<gt>>"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed debian-bookworm debian-unstable
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "B<--from>=I<\\,CURRENT_OWNER\\/>:CURRENT_GROUP"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7923,18 +9265,6 @@ msgstr ""
msgid "B<--hash-style=>I<style>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid "B<--help-env>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid "B<--help-xoptions>"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"B<--help> displays a usage message, while B<-v> and B<--version> show "
@@ -7947,6 +9277,11 @@ msgstr ""
msgid "B<--high-entropy-va>"
msgstr ""
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid "B<--host=>I<HOST> Connect to I<HOST>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7965,6 +9300,10 @@ msgstr ""
msgid "B<--ignore-branch-isa>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--ignore-failure>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -8252,7 +9591,7 @@ msgid "B<--iso>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "B<--json>"
msgstr ""
@@ -8262,12 +9601,24 @@ msgstr ""
msgid "B<--just-symbols=>I<filename>"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed debian-bookworm debian-unstable
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "B<--keep-directory-symlink>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--keep-file-symbols>"
msgstr ""
+#: fedora-rawhide archlinux debian-bookworm debian-unstable fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--keep-section-symbols>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8285,8 +9636,8 @@ msgstr ""
msgid "B<--keep-unit>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--keep>"
msgstr ""
@@ -8336,11 +9687,20 @@ msgstr ""
msgid "B<--list-cvm>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "B<--load-credential=>I<ID>:I<PATH>, B<--set-credential=>I<ID>:I<VALUE>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"B<--load-credential=>I<ID>B<:>I<PATH>, B<--set-credential=>I<ID>B<:>I<VALUE>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "B<--load-credentials>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8357,12 +9717,18 @@ msgstr ""
msgid "B<--log-location>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--long-hostname>"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed debian-bookworm debian-unstable
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "B<--lookup>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--low>"
@@ -8396,6 +9762,10 @@ msgstr ""
msgid "B<--major-subsystem-version> I<value>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--make-archive>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--marked>"
@@ -8461,6 +9831,7 @@ msgid "B<--monitor>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--more>"
msgstr ""
@@ -8481,6 +9852,7 @@ msgid "B<--multiple>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--name-match>B<[=NAME]>"
msgstr ""
@@ -8499,6 +9871,10 @@ msgstr ""
msgid "B<--net-directory>=I<\\,DIR\\/>"
msgstr ""
+#: fedora-rawhide
+msgid "B<--network-user-mode>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8595,12 +9971,14 @@ msgstr ""
msgid "B<--no-eh-frame-hdr>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "B<--no-error-execstack>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "B<--no-error-rwx-segments>"
msgstr ""
@@ -8682,14 +10060,14 @@ msgstr ""
msgid "B<--no-leading-underscore>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--no-logfile>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--no-loghandler>"
msgstr ""
@@ -8729,8 +10107,8 @@ msgstr ""
msgid "B<--no-print-map-discarded>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--no-print-map-locals>"
msgstr ""
@@ -8869,8 +10247,7 @@ msgstr ""
msgid "B<--nodeps>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "B<--nohostname>"
msgstr ""
@@ -8914,6 +10291,16 @@ msgstr ""
msgid "B<--nxcompat>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--offline=>I<BOOL>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--offline>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -8945,6 +10332,7 @@ msgid "B<--one-file-system>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--oneway>"
msgstr ""
@@ -8960,17 +10348,12 @@ msgstr ""
msgid "B<--options>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--orphan-handling=>I<MODE>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--orphan-handling=>I<\\s-1MODE\\s0>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -8995,23 +10378,20 @@ msgstr ""
msgid "B<--output=>I<output>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
msgid "B<--output=>I<outputfile>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--package-metadata=>I<JSON>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--package-metadata=>I<\\s-1JSON\\s0>"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--parent-match>B<[=NAME]>"
msgstr ""
@@ -9021,6 +10401,7 @@ msgid "B<--password>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--pcr=>"
msgstr ""
@@ -9084,12 +10465,17 @@ msgstr ""
msgid "B<--pop-state>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--port >I<\\,PORT\\/>"
msgstr ""
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid "B<--port=>I<PORT> Connect to I<PORT>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -9144,8 +10530,8 @@ msgstr ""
msgid "B<--print-map-discarded>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--print-map-locals>"
msgstr ""
@@ -9207,6 +10593,7 @@ msgid "B<--prompt>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--property-match>B<[=KEY=VALUE]>"
msgstr ""
@@ -9221,13 +10608,17 @@ msgstr ""
msgid "B<--protocol>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--purge>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<--push-state>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid "B<--qemu-gui>"
msgstr ""
@@ -9249,6 +10640,7 @@ msgid "B<--radix=>I<radix>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--raw-description>"
msgstr ""
@@ -9279,12 +10671,16 @@ msgstr ""
msgid "B<--recovery-key>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<--regex>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--register=>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -9312,14 +10708,14 @@ msgstr ""
msgid "B<--relocatable>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--remap-inputs-file=>\\f(BIfile\\fR"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--remap-inputs=>\\f(BIpatternB<=>\\f(BIfilename\\fR"
msgstr ""
@@ -9376,12 +10772,6 @@ msgstr ""
msgid "B<--resolution 1..600>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--resolve>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -9490,7 +10880,7 @@ msgstr ""
msgid "B<--service-watchdogs>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--session-command=>I<command>"
msgstr ""
@@ -9680,6 +11070,10 @@ msgstr ""
msgid "B<--statistics>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--stdin>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--stopping>"
@@ -9697,8 +11091,8 @@ msgstr ""
msgid "B<--strip-dwo>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--strip-section-headers>"
msgstr ""
@@ -9750,7 +11144,7 @@ msgstr ""
msgid "B<--suffix>=I<\\,SUFFIX\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--summary>[=I<when>]"
msgstr ""
@@ -9778,6 +11172,7 @@ msgid "B<--synthesize=>I<BOOL>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--sysname-match>B<[=NAME]>"
msgstr ""
@@ -9799,6 +11194,7 @@ msgid "B<--tabsize>=I<NUM>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--tag-match>B<[=TAG]>"
msgstr ""
@@ -9825,11 +11221,11 @@ msgstr ""
msgid "B<--template=>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--time-format> I<format>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--time-format> I<type>"
msgstr ""
@@ -9849,20 +11245,34 @@ msgstr ""
msgid "B<--total>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux fedora-40 mageia-cauldron
msgid "B<--tpm2-pcrlock=> [PATH]"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid "B<--tpm2-pcrlock=>I<PATH>"
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "B<--tpm2-pcrs=> [PCR...]"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid "B<--tpm2-pcrs=>I<PCR>I<[+PCR\\&.\\&.\\&.]>"
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "B<--tpm2-public-key=> [PATH], B<--tpm2-public-key-pcrs=> [PCR...]"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"B<--tpm2-public-key=>I<PATH>, B<--tpm2-public-key-pcrs=>I<PCR>I<[+PCR\\&.\\&."
+"\\&.]>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -9891,14 +11301,19 @@ msgstr ""
msgid "B<--tsaware>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<--ui { qml|webservice|websocket }>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--uid=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--uid>"
msgstr ""
@@ -9914,17 +11329,12 @@ msgstr ""
msgid "B<--unique>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--unique[=>I<SECTION>B<]>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--unique[=>I<\\s-1SECTION\\s0>B<]>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--unregister>"
@@ -9941,7 +11351,8 @@ msgstr ""
msgid "B<--update-catalog>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<--update>[=I<\\,UPDATE\\/>]"
msgstr ""
@@ -9976,6 +11387,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--uuid=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--uuid>"
msgstr ""
@@ -9990,19 +11406,14 @@ msgstr ""
msgid "B<--variant> I<TYPE>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<--verbose[=>I<NUMBER>B<]>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<--verbose[=>I<\\s-1NUMBER\\s0>B<]>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable fedora-rawhide
msgid "B<--verify=>"
msgstr ""
@@ -10012,6 +11423,12 @@ msgstr ""
msgid "B<--version-script=>I<version-scriptfile>"
msgstr ""
+#: fedora-rawhide archlinux debian-bookworm debian-unstable fedora-40
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<--vsock>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--wall>"
@@ -10035,7 +11452,8 @@ msgstr ""
msgid "B<--warn-constructors>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
msgid "B<--warn-execstack-objects>"
msgstr ""
@@ -10178,7 +11596,7 @@ msgstr ""
msgid "B<-8>, B<--8-bit>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<->, B<-l>, B<--login>"
msgstr ""
@@ -10311,6 +11729,11 @@ msgstr ""
msgid "B<-D>, B<--debug>[=I<\\,LEVEL\\/>]"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<-D>, B<--directory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
@@ -10429,11 +11852,11 @@ msgstr ""
msgid "B<-G>, B<--collect>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-G>, B<--setgid> I<gid>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-G>, B<--supp-group>=I<group>"
msgstr ""
@@ -10467,9 +11890,10 @@ msgstr ""
msgid "B<-I>I<file>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<-I\\~>I<dir>"
+msgid "B<-I\\ >I<dir>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -10535,7 +11959,7 @@ msgstr ""
msgid "B<-N> I<symbolname>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-N>, B<--namespace> I<ns>"
msgstr ""
@@ -10575,7 +11999,7 @@ msgstr ""
msgid "B<-O>, B<--format>=I<\\,FORMAT\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-O>, B<--log-out> I<file>"
msgstr ""
@@ -10585,24 +12009,19 @@ msgstr ""
msgid "B<-P, >B<--state-directory-path>I< pathname>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<-P> I<AUDITLIB>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "B<-P> I<\\s-1AUDITLIB\\s0>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-P>, B<--no-dereference>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-P>, B<--pty>"
msgstr ""
@@ -10633,22 +12052,24 @@ msgstr ""
msgid "B<-S> I<suffix>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "B<-S>, B<--setuid> I<uid>"
+#: debian-bookworm debian-unstable archlinux opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "B<-S>, "
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "B<-S>, B<--size> I<size>"
+#: debian-bookworm
+msgid "B<-S>, B<--setuid> I<uid>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid "B<-S>, B<--softirq>"
+#: debian-bookworm
+msgid "B<-S>, B<--size> I<size>"
msgstr ""
-#: debian-bookworm debian-unstable archlinux opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
-msgid "B<-S>I<, >"
+msgid "B<-T .IR TYPE [, TYPE ]...>"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -10669,8 +12090,8 @@ msgstr ""
msgid "B<-T>, B<--target-cwd>=I<\\,DIR\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-T>, B<--test>"
msgstr ""
@@ -10717,16 +12138,16 @@ msgstr ""
msgid "B<-Ttext=>I<org>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-U>, B<--uniq>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-U>, B<--uuid> I<UUID>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-U>, B<--uuid> I<uuid>"
msgstr ""
@@ -10771,7 +12192,7 @@ msgstr ""
msgid "B<-W>, B<--wait-interval> I<microseconds>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-W>, B<--wipe-partitions> I<when>"
msgstr ""
@@ -10829,11 +12250,11 @@ msgstr ""
msgid "B<-a> I<keyword>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-a>, B<--all-tasks>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-a>, B<--alternative>"
msgstr ""
@@ -10843,7 +12264,7 @@ msgstr ""
msgid "B<-a>, B<--auto-pager>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-a>, B<--auto>"
msgstr ""
@@ -10887,8 +12308,7 @@ msgstr ""
msgid "B<-b> I<input-format>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-b>, B<--basename>"
msgstr ""
@@ -10975,7 +12395,7 @@ msgstr ""
msgid "B<-c>, B<--color>=I<\\,COLOR\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-c>, B<--command>=I<command>"
msgstr ""
@@ -11007,7 +12427,7 @@ msgstr ""
msgid "B<-c>, B<--counters>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-c>, B<--creator>"
msgstr ""
@@ -11029,7 +12449,7 @@ msgstr ""
msgid "B<-c>, B<--iteration-count>=I<\\,NUM\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-c>, B<--no-canonicalize>"
msgstr ""
@@ -11072,6 +12492,11 @@ msgstr ""
msgid "B<-d> DIRECTORY"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "B<-d> I<\\,[DIMENSION]\\/>, B<--draw> I<\\,[DIMENSION]\\/>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -11095,11 +12520,6 @@ msgstr ""
msgid "B<-d>, B<--decompress>, B<--uncompress>"
msgstr ""
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "B<-d>, B<--delay> I<seconds>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -11112,7 +12532,7 @@ msgstr ""
msgid "B<-d>, B<--domain>=I<\\,TEXTDOMAIN\\/>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-d>, B<--draw>[=I<\\,DIMENSION\\/>]"
msgstr ""
@@ -11194,8 +12614,7 @@ msgstr ""
msgid "B<-e>, B<--even>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-e>, B<--existing>"
msgstr ""
@@ -11206,7 +12625,7 @@ msgstr ""
msgid "B<-e>, B<--exit>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-e>, B<--export>"
msgstr ""
@@ -11240,7 +12659,7 @@ msgstr ""
msgid "B<-f> I<name>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--fast>"
msgstr ""
@@ -11256,7 +12675,7 @@ msgstr ""
msgid "B<-f>, B<--font>=I<\\,FILE\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--fork>"
msgstr ""
@@ -11282,6 +12701,12 @@ msgstr ""
msgid "B<-fini=>I<name>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-g .I SOURCE:FIRST-LAST>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -11300,7 +12725,7 @@ msgstr ""
msgid "B<-g, --gpgcheck>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-g>, B<--group>=I<group>"
msgstr ""
@@ -11310,6 +12735,12 @@ msgstr ""
msgid "B<-h or --help>"
msgstr ""
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-h .IR HOST ,>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -11323,6 +12754,12 @@ msgid ""
"usage of this command and exit."
msgstr ""
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-i .IR ATTR [, ATTR ]...>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -11347,7 +12784,7 @@ msgstr ""
msgid "B<-i> I<file>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-i>, B<--id> I<id>"
msgstr ""
@@ -11415,7 +12852,7 @@ msgstr ""
msgid "B<-k>, B<--keyword>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm
#, no-wrap
msgid "B<-k>, B<--kill>"
msgstr ""
@@ -11553,12 +12990,11 @@ msgstr ""
msgid "B<-m>, B<--canonicalize-missing>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-m>, B<--maxdelay> I<number>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<-m>, B<--maximize>"
msgstr ""
@@ -11569,11 +13005,11 @@ msgstr ""
msgid "B<-m>, B<--multi-domain>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-m>, B<--shmems>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-m>, B<-p>, B<--preserve-environment>"
msgstr ""
@@ -11619,7 +13055,7 @@ msgstr ""
msgid "B<-n>, B<--name>=I<\\,NAME\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-n>, B<--newline>"
msgstr ""
@@ -11629,7 +13065,7 @@ msgstr ""
msgid "B<-n>, B<--no-clobber>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-n>, B<--no-mtab>"
msgstr ""
@@ -11645,7 +13081,7 @@ msgstr ""
msgid "B<-n>, B<--quiet>, B<--silent>"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-nn>"
@@ -11707,11 +13143,11 @@ msgstr ""
msgid "B<-o>, B<--once>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-o>, B<--options> I<opts>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-o>, B<--output>"
msgstr ""
@@ -11720,9 +13156,16 @@ msgstr ""
msgid "B<-o\\ >I<dir>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
-msgid "B<-o\\~>I<outputfile>"
+msgid "B<-o\\ >I<outputfile>"
+msgstr ""
+
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-p .IR PORT ,>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -11778,7 +13221,7 @@ msgstr ""
msgid "B<-p>, B<--priority=>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-p>, B<--priority> I<priority>"
msgstr ""
@@ -11805,13 +13248,19 @@ msgstr ""
msgid "B<-q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-q .I KEYWORD>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-q >I<function>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-q>, B<--queues>"
msgstr ""
@@ -11849,7 +13298,7 @@ msgstr ""
msgid "B<-r, --rpc>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6
msgid "B<-r>, B<--random>"
msgstr ""
@@ -11917,6 +13366,12 @@ msgstr ""
msgid "B<-rpath=>I<dir>"
msgstr ""
+#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-s .IR SOURCE [, SOURCE ]...>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -11958,7 +13413,7 @@ msgstr ""
msgid "B<-s>, B<--sbat>=I<\\,FILE\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-s>, B<--semaphores>"
msgstr ""
@@ -11968,7 +13423,7 @@ msgstr ""
msgid "B<-s>, B<--separator>=I<\\,STRING\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-s>, B<--shell>=I<shell>"
msgstr ""
@@ -11984,10 +13439,6 @@ msgstr ""
msgid "B<-s>, B<--skip>=I<\\,NUM\\/>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid "B<-s>, B<--sort> I<column>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -12009,7 +13460,7 @@ msgstr ""
msgid "B<-s>, B<--syslog>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-s>, B<--sysroot> I<directory>"
msgstr ""
@@ -12042,6 +13493,12 @@ msgstr ""
msgid "B<-t --test>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-t .I TYPE>"
+msgstr ""
+
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -12102,11 +13559,11 @@ msgstr ""
msgid "B<-t>, B<--text>=I<\\,STRING\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-t>, B<--timeout> I<timeout>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-t>, B<--timing> I<file>"
msgstr ""
@@ -12121,7 +13578,7 @@ msgstr ""
msgid "B<-t>, B<--type=>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-t>, B<--types> I<list>"
msgstr ""
@@ -12184,6 +13641,12 @@ msgstr ""
msgid "B<-u>, B<--user>=I<\\,USER\\/>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-v .I TYPE>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide
msgid "B<-v, --verify>"
msgstr ""
@@ -12215,12 +13678,11 @@ msgstr ""
msgid "B<-w>, B<--wait> [I<seconds>]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-w>, B<--whitelist-environment>=I<list>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-w>, B<--wholename>"
msgstr ""
@@ -12236,7 +13698,7 @@ msgstr ""
msgid "B<-w>, B<--width>=I<\\,WIDTH\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-w>, B<--wipe> I<when>"
msgstr ""
@@ -12258,7 +13720,7 @@ msgstr ""
msgid "B<-x>, B<--end-delete>=I<\\,STRING\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-x>, B<--hex>"
msgstr ""
@@ -12326,125 +13788,6 @@ msgstr ""
msgid "B<-z>, B<--end-insert>=I<\\,STRING\\/>"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.B>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.BI>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.BR>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.DT>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.HP>I< i>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.I>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.IB>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.IP>I< x i>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.IR>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.LP>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.P>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.PD>I< d>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.PP>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.RB>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.RE>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.RI>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.RS>I< i>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.SB>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.SM>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.SS>I< t>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-msgid "B<.TH> I<title section date source manual>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.TP>I< i>"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.UE>\\~"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed
-#, no-wrap
-msgid "B<.UR>I< url>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -12483,7 +13826,7 @@ msgstr ""
msgid "B</usr/lib/systemd/user-environment-generators/some-generator>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
#, no-wrap
msgid "B</var/lib/mlocate/mlocate.db>"
msgstr ""
@@ -12501,12 +13844,24 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<0657fd6d-a4ab-43c4-84e5-0933c84b4f4f>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<0> or B<ENOENT> or B<ESRCH> or B<EBADF> or B<EPERM> or ..."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<0x0000000000000002>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<0x02>"
msgstr ""
@@ -12525,6 +13880,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<0x1000000000000000>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<0x10>"
msgstr ""
@@ -12540,8 +13901,14 @@ msgstr ""
msgid "B<0x40>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<0x8000000000000000>"
+msgstr ""
+
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<0xFFFFFFFF>"
msgstr ""
@@ -12566,12 +13933,30 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<3b8f8425-20e0-4f3b-907f-1a25a76f98e8>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<4.>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<4d21b016-b534-45c2-a9fb-5c16e091fd2d>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<4f68bce3-e8cd-4db1-96e7-fbcaf984b709>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<5.>"
msgstr ""
@@ -12587,6 +13972,18 @@ msgstr ""
msgid "B<64bit>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<7ec6f557-3bc5-4aca-b293-16ef5df639d1>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<933ac7e1-2eb4-4f13-b844-0e14e2aef915>"
+msgstr ""
+
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -12599,8 +13996,8 @@ msgstr ""
msgid "B<:> [I<arguments>]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<:n>"
msgstr ""
@@ -12610,6 +14007,12 @@ msgstr ""
msgid "B<ACTION>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<ADVISORY>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -12736,11 +14139,12 @@ msgstr ""
msgid "B<AI_V4MAPPED>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<ALWAYS_SET_PATH> (boolean)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<AT_EMPTY_PATH> (since Linux 5.8)"
msgstr ""
@@ -12942,12 +14346,13 @@ msgstr ""
msgid "B<CAP_SYS_TTY_CONFIG>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<CCISS_DEREGDISK>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<CCISS_DEREGDISK>, B<CCISS_REGNEWDISK>, B<CCISS_REGNEWD>"
msgstr ""
@@ -12964,18 +14369,20 @@ msgstr ""
msgid "B<CCISS_GETPCIINFO>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<CCISS_PASSTHRU>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<CCISS_REGNEWD>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<CCISS_REGNEWDISK>"
msgstr ""
@@ -13094,6 +14501,10 @@ msgstr ""
msgid "B<DT_UNKNOWN>"
msgstr ""
+#: archlinux
+msgid "B<Data Fields:>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -13118,7 +14529,7 @@ msgstr ""
msgid "B<EACCES> or B<EAGAIN>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<EACCES>, B<EPERM>"
msgstr ""
@@ -13201,7 +14612,7 @@ msgstr ""
msgid "B<ENETUNREACH>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOBUFS>, B<ENOMEM>"
msgstr ""
@@ -13785,6 +15196,12 @@ msgstr ""
msgid "B<FD_CLOEXEC>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<FLOCK>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -13826,7 +15243,7 @@ msgstr ""
msgid "B<IN_ONESHOT>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<IPC namespace>"
msgstr ""
@@ -13864,8 +15281,7 @@ msgstr ""
msgid "B<LM_ID_NEWLM>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<LOCATE_PATH>"
msgstr ""
@@ -13967,6 +15383,12 @@ msgstr ""
msgid "B<MAIL>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<MANDATORY>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14003,6 +15425,11 @@ msgstr ""
msgid "B<MPOL_PREFERRED>"
msgstr ""
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "B<MPOL_WEIGHTED_INTERLEAVE> (since Linux 6.9)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14044,6 +15471,12 @@ msgstr ""
msgid "B<Note:>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<OFDLCK>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14074,7 +15507,7 @@ msgstr ""
msgid "B<O_WRONLY>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<PID namespace>"
msgstr ""
@@ -14116,6 +15549,12 @@ msgstr ""
msgid "B<POLLPRI>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<POSIX>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14146,12 +15585,18 @@ msgstr ""
msgid "B<PWD>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "B<QT_QPA_PLATFORM={ wayland|X11 }>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<READ>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14210,6 +15655,96 @@ msgstr ""
msgid "B<SCHED_OTHER>"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
+#, no-wrap
+msgid "B<SCM_CREDENTIALS>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
+#, no-wrap
+msgid "B<SCM_RIGHTS>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
+#, no-wrap
+msgid "B<SCM_SECURITY>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_ESP>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_FLAG_NO_AUTO>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_FLAG_NO_BLOCK_IO_PROTOCOL>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_FLAG_READ_ONLY>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_HOME>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_ROOT_ARM64>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_ROOT_X86_64>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_SRV>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_SWAP>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_TMP>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_VAR>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SD_GPT_XBOOTLDR>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14250,8 +15785,8 @@ msgstr ""
msgid "B<SIGPWR>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<SIGQUIT>"
msgstr ""
@@ -14432,10 +15967,10 @@ msgstr ""
msgid "B<SO_KEEPALIVE>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 opensuse-leap-15-6
#, no-wrap
-msgid "B<SO_PEERCRED>"
+msgid "B<SO_PEERSEC>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -14573,7 +16108,7 @@ msgstr ""
msgid "B<USB>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<UTS namespace>"
msgstr ""
@@ -14626,6 +16161,12 @@ msgstr ""
msgid "B<WEXITED>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<WRITE>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -14651,19 +16192,22 @@ msgstr ""
msgid "B<[> I<expr> B<]>"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"B<\\%captoinfo> - convert a I<termcap> description into a I<\\%term\\%info> "
"description"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"B<\\%captoinfo> composes single-line capabilities into an B<acsc> string, "
"and discards B<GG> and double-line capabilities with a warning diagnostic."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"B<\\%captoinfo> translates some obsolete, nonstandard capabilities into "
"standard (SVr4/XSI Curses) I<\\%\\%term\\%info> capabilities. It issues a "
@@ -14671,7 +16215,8 @@ msgid ""
"that it has not mistakenly translated an unknown or mistyped capability name."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"B<\\%captoinfo> translates terminal descriptions. It looks in each given "
"text I<file> for I<\\%termcap> entries and, for each one found, writes an "
@@ -14930,8 +16475,8 @@ msgstr ""
msgid "B<acct>(5), B<ac>(1)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<acl>"
msgstr ""
@@ -15059,10 +16604,27 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<b921b045-1df0-41c3-af44-4c6f280d3fae>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<background-light>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<background>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<bad>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<basenc>(1)"
msgstr ""
@@ -15073,6 +16635,12 @@ msgid "B<bashdefault>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<bc13c2ff-59e6-4262-a352-b275fd6f7172>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "B<besteffort>"
msgstr ""
@@ -15083,6 +16651,22 @@ msgstr ""
msgid "B<bg> [I<jobspec> ...]"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "B<bind M-B linter main>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "B<bind M-F formatter main>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "B<bind ^B back main>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "B<bind ^F forward main>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -15136,7 +16720,7 @@ msgstr ""
msgid "B<bitlk>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<blkid>(8), B<findfs>(8)"
msgstr ""
@@ -15190,6 +16774,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<c12a7328-f81f-11d2-ba4b-00a0c93ec93b>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<cabs>(3), B<complex>(7)"
msgstr ""
@@ -15229,34 +16819,16 @@ msgstr ""
msgid "B<caller> [I<expr>]"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid "B<captoinfo -V>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"B<captoinfo> - convert a I<termcap> description into a I<terminfo> "
-"description"
-msgstr ""
-
-#: debian-bookworm archlinux
-msgid ""
-"B<captoinfo> [B<-v>I<n> I<width>] [B<-V>] [B<-1>] [B<-w> I<width>] "
-"I<file> ..."
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid "B<captoinfo> [I<tic-option>] [I<file> \\&.\\|.\\|.]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"B<captoinfo> looks in each given text I<file> for B<termcap> descriptions. "
-"For each one found, an equivalent B<terminfo> description is written to "
-"standard output. Termcap B<tc> capabilities are translated directly to "
-"terminfo B<use> capabilities."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -15315,7 +16887,7 @@ msgstr ""
msgid "B<cet-report=warning>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<cgroup namespace>"
msgstr ""
@@ -15442,8 +17014,8 @@ msgstr ""
msgid "B<command> [B<-pVv>] I<command> [I<arg> ...]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<comment>"
msgstr ""
@@ -15587,7 +17159,7 @@ msgstr ""
msgid "B<declare> [B<-aAfFgiIlnrtux>] [B<-p>] [I<name>[=I<value>] ...]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<defaults>"
msgstr ""
@@ -15679,7 +17251,7 @@ msgstr ""
msgid "B<dirspell>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<disable>"
msgstr ""
@@ -16006,8 +17578,8 @@ msgstr ""
msgid "B<emacs>(1), B<tex>(1)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<emerg>"
msgstr ""
@@ -16045,6 +17617,14 @@ msgstr ""
msgid "B<encrypt>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<ephemeral-import>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "B<ephemeral>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -16064,7 +17644,7 @@ msgid "B<errtrace>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<esp>"
msgstr ""
@@ -16087,7 +17667,7 @@ msgid "B<eval> [I<arg> ...]"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron
#, no-wrap
msgid "B<exec>"
msgstr ""
@@ -16141,7 +17721,7 @@ msgid "B<export> [B<-fn>\\^] [I<name>[=I<word>]] ..."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<exports>"
msgstr ""
@@ -16313,14 +17893,19 @@ msgstr ""
msgid "B<filetype>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "B<find>(1) with the I<-inum> option can be used to locate the file."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<flex_bg>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<flock>(2)"
msgstr ""
@@ -16543,11 +18128,16 @@ msgstr ""
msgid "B<good>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<greeter>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid "B<groff -Tascii -man> I<file> \\&..."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "B<groff -Tps -man> I<file> \\&..."
msgstr ""
@@ -16785,6 +18375,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<hh>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<hibernate>"
msgstr ""
@@ -16955,6 +18551,10 @@ msgstr ""
msgid "B<ignoreeof>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<import>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<indeterminate>"
@@ -17124,12 +18724,16 @@ msgstr ""
msgid "B<int i;>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<int ioctl(int >I<fd>B<, int >I<op>B<, ...);>\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -17190,13 +18794,13 @@ msgstr ""
msgid "B<io\\&.systemd\\&.NameServiceSwitch>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<ioprio_set>(2)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<ipcmk>(1), B<ipcrm>(1), B<msgrcv>(2), B<msgsnd>(2), B<semget>(2), "
"B<semop>(2), B<shmat>(2), B<shmdt>(2), B<shmget>(2), B<sysvipc>(7)"
@@ -17440,6 +19044,10 @@ msgstr ""
msgid "B<link-local>"
msgstr ""
+#: fedora-rawhide debian-unstable
+msgid "B<link-volume-key=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -17447,7 +19055,7 @@ msgid "B<linkat>(2)"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<linux-generic>"
msgstr ""
@@ -17458,12 +19066,6 @@ msgstr ""
msgid "B<lithist>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<ll>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -17505,6 +19107,11 @@ msgstr ""
msgid "B<location>I<=journal-location>"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<lock-screen>"
+msgstr ""
+
#: mageia-cauldron
#, no-wrap
msgid "B<lock>"
@@ -17547,8 +19154,8 @@ msgstr ""
msgid "B<magic>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "B<mail>"
msgstr ""
@@ -17568,6 +19175,16 @@ msgstr ""
msgid "B<malloc>(3)"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<manager-early>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<manager>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40
#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<manual>"
@@ -17587,7 +19204,7 @@ msgid ""
"indexed array."
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<mark-plt>"
msgstr ""
@@ -17699,11 +19316,11 @@ msgstr ""
msgid "B<mode>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<mount namespace>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<mount>(8)"
msgstr ""
@@ -17764,7 +19381,7 @@ msgstr ""
msgid "B<netgroup>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<network namespace>"
msgstr ""
@@ -17963,7 +19580,7 @@ msgstr ""
msgid "B<noindirect-extern-access>"
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<nomark-plt>"
msgstr ""
@@ -17992,8 +19609,8 @@ msgstr ""
msgid "B<norelro>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<nosectionheader>"
msgstr ""
@@ -18028,8 +19645,8 @@ msgstr ""
msgid "B<notext>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<notice>"
msgstr ""
@@ -18130,7 +19747,7 @@ msgstr ""
msgid "B<orphan_file_size=>I<size>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<owner>"
msgstr ""
@@ -18197,7 +19814,7 @@ msgid "B<pipefail>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<pipefs-directory>"
msgstr ""
@@ -18232,8 +19849,8 @@ msgstr ""
msgid "B<popd> [-B<n>] [+I<n>] [-I<n>]"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
#, no-wrap
msgid "B<port>"
msgstr ""
@@ -18277,6 +19894,15 @@ msgstr ""
msgid "B<privileged>"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "B<proc>(5), B<proc_pid_status>(5)"
+msgstr ""
+
+#: mageia-cauldron
+msgid "B<proc_register>(9), B<proc_unregister>(9)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -18519,8 +20145,8 @@ msgstr ""
msgid "B<resize_inode>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux opensuse-leap-15-6
+#: debian-bookworm fedora-40 fedora-rawhide archlinux debian-unstable
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<resolution, y-resolution>"
msgstr ""
@@ -18537,61 +20163,61 @@ msgid "B<return> [I<n>]"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-secondary-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-secondary-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-secondary>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-{arch}-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-{arch}-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root-{arch}>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<root>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<rpc-verbosity>"
msgstr ""
@@ -18773,8 +20399,8 @@ msgstr ""
msgid "B<sched_yield>(2)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "B<sectionheader>"
msgstr ""
@@ -19099,7 +20725,7 @@ msgid "B<src-host>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<srv>"
msgstr ""
@@ -19283,8 +20909,8 @@ msgstr ""
msgid "B<systemd>(1), B<systemd.unit>(5)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<tab>"
msgstr ""
@@ -19394,7 +21020,7 @@ msgstr ""
msgid "B<threads>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<time namespace>"
msgstr ""
@@ -19439,7 +21065,7 @@ msgid "B<tmp=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<tmp>"
msgstr ""
@@ -19471,6 +21097,7 @@ msgid "B<tpm2-measure-pcr=>"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-unstable
+#: opensuse-tumbleweed
msgid "B<tpm2-pcrlock=>"
msgstr ""
@@ -19656,60 +21283,70 @@ msgstr ""
msgid "B<url>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<user namespace>"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<user-early>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "B<user-incomplete>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-secondary-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-secondary-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-secondary>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-{arch}-verity-sig>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-{arch}-verity>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr-{arch}>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<usr>"
msgstr ""
@@ -19820,6 +21457,7 @@ msgid "B<v254>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<v255>"
msgstr ""
@@ -19829,7 +21467,7 @@ msgid "B<vacuum>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<var>"
msgstr ""
@@ -19857,7 +21495,7 @@ msgid "B<veracrypt-pim=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<verbosity>"
msgstr ""
@@ -19929,8 +21567,8 @@ msgstr ""
msgid "B<waitpid>(2)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<warning>"
msgstr ""
@@ -19939,7 +21577,7 @@ msgstr ""
msgid "B<watch>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<welcome>"
msgstr ""
@@ -19971,11 +21609,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
-"B<whois> [ {\\~B<-h>\\~|\\~B<--host>\\~} I<HOST> ] [ {\\~B<-p>\\~|\\~B<--"
-"port>\\~} I<PORT> ] [\\~ B<-abBcdGHIKlLmMrRx> ] [\\~ B<-g>I<\\~SOURCE:FIRST-"
-"LAST> ] [\\~ B<-i>\\~ I<ATTR>[,I<ATTR>]...\\~] [\\~ B<-s>\\~ I<SOURCE>[,"
-"I<SOURCE>]...\\~] [\\~ B<-T>\\~ I<TYPE>[,I<TYPE>]...\\~] [\\~B<--"
-"verbose>\\~] [\\~B<--no-recursion>\\~] I<OBJECT>"
+"B<whois> [ {\\ B<-h>\\ |\\ B<--host>\\ } I<HOST> ] [ {\\ B<-p>\\ |\\ B<--"
+"port>\\ } I<PORT> ] [\\ B<-abBcdGHIKlLmMrRx> ] [\\ B<-g>I<\\ SOURCE:FIRST-"
+"LAST> ] [\\ B<-i>\\ I<ATTR>[,I<ATTR>]...\\ ] [\\ B<-s>\\ I<SOURCE>[,"
+"I<SOURCE>]...\\ ] [\\ B<-T>\\ I<TYPE>[,I<TYPE>]...\\ ] [\\ B<--verbose>\\ ] "
+"[\\ B<--no-recursion>\\ ] I<OBJECT>"
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
@@ -20011,10 +21649,11 @@ msgid "B<x-systemd\\&.automount>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<x-systemd\\&.device-bound=>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "B<x-systemd\\&.device-bound>"
msgstr ""
@@ -20038,8 +21677,8 @@ msgstr ""
msgid "B<x-systemd\\&.pcrfs>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable fedora-rawhide
msgid "B<x-systemd\\&.requires-mounts-for=>"
msgstr ""
@@ -20078,7 +21717,7 @@ msgid "B<x86-64-v4>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<xbootldr>"
msgstr ""
@@ -20104,6 +21743,11 @@ msgstr ""
msgid "B<y>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<yes>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide
msgid "B<zipman>"
msgstr ""
@@ -20369,8 +22013,8 @@ msgstr ""
msgid "BTRFS"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable mageia-cauldron
+#: opensuse-tumbleweed fedora-40 fedora-rawhide opensuse-leap-15-6
#, no-wrap
msgid "BUGS AND SUPPORT"
msgstr ""
@@ -20445,6 +22089,16 @@ msgid ""
"will produce the same sequence as in bash-5.0"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Because OFD locks are not owned by a single process (since multiple "
+"processes may have file descriptors that refer to the same open file "
+"description), the value -1 is displayed in this field for OFD locks. "
+"(Before Linux 4.14, a bug meant that the PID of the process that initially "
+"acquired the lock was displayed instead of the value -1.)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -20453,6 +22107,73 @@ msgid ""
"subsequent writes will not fail because of lack of disk space."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Because setting this file to 1 produces behavior that is nonstandard and "
+"could also break existing applications, the default value in this file is "
+"0. Set this file to 1 only if you have a good understanding of the "
+"semantics of the applications using System V shared memory on your system."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Because writing to this file is a nondestructive operation and dirty objects "
+"are not freeable, the user should run B<sync>(1) first."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 2.4.19, this file was a list of all the filesystems currently "
+"mounted on the system. With the introduction of per-process mount "
+"namespaces in Linux 2.4.19 (see B<mount_namespaces>(7)), this file became a "
+"link to I</proc/self/mounts>, which lists the mounts of the process's own "
+"mount namespace. The format of this file is documented in B<fstab>(5)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 2.6, this was a scaled value based on the scheduler weighting "
+"given to this process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 2.6.36 the following factors were also used in the calculation "
+"of oom_score:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 3.1, this field incorrectly displayed the setting of "
+"B<O_CLOEXEC> at the time the file was opened, rather than the current "
+"setting of the close-on-exec flag."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 3.11, bits 60\\[en]55 were used to encode the base-2 log of the "
+"page size."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Before Linux 4.11, I<root:root> meant the \"global\" root user ID and group "
+"ID (i.e., UID 0 and GID 0 in the initial user namespace). Since Linux 4.11, "
+"if the process is in a noninitial user namespace that has a valid mapping "
+"for user (group) ID 0 inside the namespace, then the user (group) ownership "
+"of the files under I</proc/>pid is instead made the same as the root user "
+"(group) ID of the namespace. This means that inside a container, things "
+"work as expected for the container \"root\" user."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -20460,7 +22181,7 @@ msgid ""
"when a domain error occurred."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Begin a new paragraph and reset prevailing indent."
msgstr ""
@@ -20470,19 +22191,13 @@ msgid ""
"Begin assigning to I<array> at index I<origin>. The default index is 0."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Begin paragraph with a hanging indent (the first line of the paragraph is at "
"the left margin of normal paragraphs, and the rest of the paragraph's lines "
"are indented)."
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid ""
-"Begin paragraph with hanging tag. The tag is given on the next line, but "
-"its results are like those of the B<.IP> command."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
msgid ""
"Begin paragraph with hanging tag. The tag is given on the next line, but "
@@ -20501,7 +22216,7 @@ msgstr ""
msgid "Bell (ASCII 7)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Below are other relevant macros and predefined strings. Unless noted "
"otherwise, all macros cause a break (end the current line of text). Many of "
@@ -20516,17 +22231,18 @@ msgid ""
"macro definitions are:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Bold"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Bit mask of allowed sysrq functions, as follows:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Bold alternating with Roman (especially useful for referring to other manual "
"pages)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Bold alternating with italics (especially useful for function specifications)"
msgstr ""
@@ -20549,7 +22265,7 @@ msgid ""
"build host."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"By all means include full URLs (or URIs) in the text itself; some tools such "
"as B<man2html>(1) can automatically turn them into hypertext links. You "
@@ -20616,7 +22332,7 @@ msgid "C99, POSIX.1-2001. glibc 2.1."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "CANCELLATION"
msgstr ""
@@ -20651,7 +22367,7 @@ msgstr ""
msgid "CMP"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "COLUMN"
msgstr ""
@@ -20672,7 +22388,7 @@ msgstr ""
msgid "CONFIG"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "CONFIG FILES"
msgstr ""
@@ -20725,8 +22441,13 @@ msgstr ""
msgid "CP"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "CPU number last executed on."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "CRONTAB"
msgstr ""
@@ -20893,21 +22614,27 @@ msgstr ""
msgid "CYRILLIC SMALL LETTER YI"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Cap"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Capabilities"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-bookworm debian-unstable mageia-cauldron
-#, no-wrap
-msgid "Capacity"
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Capabilities are required to read the contents of the symbolic links in this "
+"directory: before Linux 5.9, the reading process requires B<CAP_SYS_ADMIN> "
+"in the initial user namespace; since Linux 5.9, the reading process must "
+"have either B<CAP_SYS_ADMIN> or B<CAP_CHECKPOINT_RESTORE> in the initial (i."
+"e. root) user namespace."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Capability bounding set, expressed in hexadecimal (since Linux 2.6.26, see "
+"B<capabilities>(7))."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -21031,10 +22758,17 @@ msgid ""
"changed; false otherwise."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Change to default font size"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Changing the value in this file takes effect whenever an application "
+"requests memory."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Check closure for this package only."
@@ -21235,6 +22969,29 @@ msgstr ""
msgid "Clear the keyring of all the keys."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Clear the soft-dirty bit for all the pages associated with the process. "
+"This is used (in conjunction with I</proc/>pidI</pagemap>) by the check-"
+"point restore system to discover which pages of a process have been dirtied "
+"since the file I</proc/>pidI</clear_refs> was written to."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method to "
+"measure approximately how much memory a process is using. One first "
+"inspects the values in the \"Referenced\" fields for the VMAs shown in I</"
+"proc/>pidI</smaps> to get an idea of the memory footprint of the process. "
+"One then clears the PG_Referenced and ACCESSED/YOUNG bits and, after some "
+"measured time interval, once again inspects the values in the \"Referenced\" "
+"fields to get an idea of the change in memory footprint of the process "
+"during the measured interval. If one is interested only in inspecting the "
+"selected mapping types, then the value 2 or 3 can be used instead of 1."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Clears the directory stack by deleting all of the entries."
@@ -21479,8 +23236,8 @@ msgstr ""
msgid "Cm forwarded-tcpip , Cm forwarded-streamlocal@openssh.com"
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
-#: fedora-rawhide mageia-cauldron
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "Cm hashalg Ns = Ns Ar algorithm"
msgstr ""
@@ -21497,6 +23254,16 @@ msgstr ""
msgid "Cm nrequests Ns = Ns Ar value"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "Cm session"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "Cm tun-connection"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -21555,6 +23322,13 @@ msgstr ""
msgid "Command names. May also be specified as B<-c>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Command run by this process. Strings longer than B<TASK_COMM_LEN> (16) "
+"characters (including the terminating null byte) are silently truncated."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -21568,6 +23342,20 @@ msgid ""
"beginning of the comment, and are terminated by the end of line character."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"CommitLimit = (total_RAM - total_huge_TLB) *\n"
+"\t overcommit_ratio / 100 + total_swap\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "CommitLimit = overcommit_kbytes + total_swap\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -21604,10 +23392,6 @@ msgid ""
"line.)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid "Compiled terminal description database."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Compute XNU UUID of the device."
@@ -21670,7 +23454,56 @@ msgid ""
"ssh 1>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Consequently, it is very simple for user space to define the amount of "
+"memory to consider for each task. Setting an I<oom_score_adj> value of "
+"+500, for example, is roughly equivalent to allowing the remainder of tasks "
+"sharing the same system, cpuset, mempolicy, or memory controller resources "
+"to use at least 50% more memory. A value of -500, on the other hand, would "
+"be roughly equivalent to discounting 50% of the task's allowed memory from "
+"being considered as scoring against the task."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Contains subdirectories for installed buses."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Contains subdirectories that in turn contain files with information about "
+"(certain) mounted filesystems."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Contains the major and minor numbers of each partition as well as the number "
+"of 1024-byte blocks and the partition name."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Contains the value 1 if the process is currently dumping core, and 0 if it "
+"is not (since Linux 4.15). This information can be used by a monitoring "
+"process to avoid killing a process that is currently dumping core, which "
+"could result in a corrupted core dump file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Contains various bus subdirectories and pseudo-files containing information "
+"about PCI buses, installed devices, and device drivers. Some of these files "
+"are not ASCII."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Control Group v2"
msgstr ""
@@ -21686,6 +23519,18 @@ msgid ""
"specifically mentioned in a linker script."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Control how to kill processes when an uncorrected memory error (typically a "
+"2-bit error in a memory module) that cannot be handled by the kernel is "
+"detected in the background by hardware. In some cases (like the page still "
+"having a valid copy on disk), the kernel will handle the failure "
+"transparently without affecting any applications. But if there is no other "
+"up-to-date copy of the data, it will kill processes to prevent any data "
+"corruptions from propagating."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
@@ -21694,14 +23539,15 @@ msgid ""
"may be active concurrently."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux opensuse-leap-15-6
+#: debian-bookworm fedora-40 fedora-rawhide archlinux debian-unstable
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Controls scan resolution. Setting B<--resolution> also sets B<--y-resolution,"
"> though this behavior is overridden by some frontends."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Controls the display of UTF-8 encoded multibyte characters in strings. The "
"default (B<--unicode=default>) is to give them no special treatment. The "
@@ -21711,7 +23557,7 @@ msgid ""
"brackets or curly braces."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Controls the display of \\s-1UTF-8\\s0 encoded multibyte characters in "
"strings. The default (B<--unicode=default>) is to give them no special "
@@ -21744,13 +23590,18 @@ msgstr ""
msgid "Convert common font file formats into PF2"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
msgid ""
"Convert each typed tab to spaces -- to the number of spaces that a tab at "
"that position would take up."
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid ""
+"Convert each typed tab to spaces -- to the number of spaces that a tab at "
+"that position would take up. (Note: pasted tabs are not converted.)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Copy FILE to local file LOCAL."
@@ -21766,15 +23617,26 @@ msgstr ""
msgid "Copy at most I<count> lines. If I<count> is 0, all lines are copied."
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Copy range; that is, how many bytes of packet payload should be copied to "
+"user space at most."
+msgstr ""
+
+#: debian-bookworm
msgid "Copyright (C) 1984-2021 Mark Nudelman"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Copyright (C) 1984-2023 Mark Nudelman"
msgstr ""
+#: mageia-cauldron
+msgid "Copyright (C) 1984-2024 Mark Nudelman"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Copyright (C) 1989, 1991 by Jef Poskanzer."
@@ -21785,8 +23647,7 @@ msgstr ""
msgid "Copyright (C) 1991 by Jef Poskanzer."
msgstr ""
-#: archlinux opensuse-tumbleweed debian-bookworm fedora-40 mageia-cauldron
-#: opensuse-leap-15-6
+#: archlinux opensuse-tumbleweed debian-bookworm fedora-40 opensuse-leap-15-6
msgid "Copyright (c) 1988-2023 Free Software Foundation, Inc."
msgstr ""
@@ -21816,15 +23677,15 @@ msgstr ""
msgid "Copyright \\(co 2014 Free Software Foundation, Inc."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "Copyright \\(co Angus J. C. Duggan 1991-1997."
msgstr ""
-#: mageia-cauldron opensuse-tumbleweed
+#: opensuse-tumbleweed
msgid "Copyright \\(co Reuben Thomas 2012-2019."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: fedora-40 fedora-rawhide mageia-cauldron
msgid "Copyright \\(co Reuben Thomas 2012-2022."
msgstr ""
@@ -21836,10 +23697,12 @@ msgid ""
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Corresponding NFT rules:"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "Corresponding NFT type name"
msgstr ""
@@ -21855,22 +23718,14 @@ msgstr ""
msgid "Could not allocate memory."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Create a DLL instead of a regular executable. You may also use \\&B<-"
"shared> or specify a CW<\\*(C`LIBRARY\\*(C'> in a given CW<\\*(C`.def\\*(C'> "
"file. [This option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create a \\s-1DLL\\s0 instead of a regular executable. You may also use "
-"\\&B<-shared> or specify a CW<\\*(C`LIBRARY\\*(C'> in a given CW<\\*(C`."
-"def\\*(C'> file. [This option is specific to the i386 \\s-1PE\\s0 targeted "
-"port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Create a blank environment block file."
@@ -21903,7 +23758,7 @@ msgstr ""
msgid "Create a position dependent executable. This is the default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#: debian-unstable
msgid ""
"Create a position independent executable. This is currently only supported "
@@ -21914,19 +23769,8 @@ msgid ""
"defined in the executable cannot be overridden by shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create a position independent executable. This is currently only supported "
-"on \\&\\s-1ELF\\s0 platforms. Position independent executables are similar "
-"to shared libraries in that they are relocated by the dynamic linker to the "
-"virtual address the \\s-1OS\\s0 chooses for them (which can vary between "
-"invocations). Like normal dynamically linked executables they can be "
-"executed and symbols defined in the executable cannot be overridden by "
-"shared libraries."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Create a shared library. This is currently only supported on ELF, XCOFF and "
"SunOS platforms. On SunOS, the linker will automatically create a shared "
@@ -21934,16 +23778,8 @@ msgid ""
"the link."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create a shared library. This is currently only supported on \\s-1ELF, "
-"XCOFF\\s0 and SunOS platforms. On SunOS, the linker will automatically "
-"create a shared library if the B<-e> option is not used and there are "
-"undefined symbols in the link."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Create an ELF CW<\\*(C`PT_GNU_RELRO\\*(C'> segment header in the object. "
"This specifies a memory segment that should be made read-only after "
@@ -21952,15 +23788,6 @@ msgid ""
"ELF CW<\\*(C`PT_GNU_RELRO\\*(C'> segment if B<norelro>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create an \\s-1ELF\\s0 CW<\\*(C`PT_GNU_RELRO\\*(C'> segment header in the "
-"object. This specifies a memory segment that should be made read-only after "
-"relocation, if supported. Specifying B<common-page-size> smaller than the "
-"system page size will render this protection ineffective. Don't create an "
-"\\s-1ELF\\s0 CW<\\*(C`PT_GNU_RELRO\\*(C'> segment if B<norelro>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -21974,8 +23801,8 @@ msgid ""
"file system size (whichever is smaller)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Create an import library in I<file> corresponding to the executable the "
"linker is generating (eg. a DLL or ELF program). This import library (which "
@@ -21986,18 +23813,6 @@ msgid ""
"i386 PE and ELF targetted ports of the linker."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create an import library in I<file> corresponding to the executable the "
-"linker is generating (eg. a \\s-1DLL\\s0 or \\s-1ELF\\s0 program). This "
-"import library (which should be called CW<\\*(C`*.dll.a\\*(C'> or CW<\\*(C`*."
-"a\\*(C'> for DLLs) may be used to link clients against the generated "
-"executable; this behaviour makes it possible to skip a separate import "
-"library creation step (eg. CW<\\*(C`dlltool\\*(C'> for DLLs). This option "
-"is only available for the i386 \\s-1PE\\s0 and \\s-1ELF\\s0 targetted ports "
-"of the linker."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -22028,23 +23843,16 @@ msgid ""
"code CW<\\*(C`PT_LOAD\\*(C'> segment if B<noseparate-code> is used."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Create the base relocation table, which is necessary if the image is loaded "
"at a different image base than specified in the PE header. This option is "
"enabled by default."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Create the base relocation table, which is necessary if the image is loaded "
-"at a different image base than specified in the \\s-1PE\\s0 header. This "
-"option is enabled by default."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Creates a separate output section for every input section matching "
"\\&I<SECTION>, or if the optional wildcard I<SECTION> argument is missing, "
@@ -22054,30 +23862,39 @@ msgid ""
"name, overriding output section assignments in a linker script."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Creates a separate output section for every input section matching "
-"\\&I<\\s-1SECTION\\s0>, or if the optional wildcard I<\\s-1SECTION\\s0> "
-"argument is missing, for every orphan input section. An orphan section is "
-"one not specifically mentioned in a linker script. You may use this option "
-"multiple times on the command line; It prevents the normal merging of input "
-"sections with the same name, overriding output section assignments in a "
-"linker script."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Credentials"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Cumulative I<nswap> for child processes (not maintained)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Current soft limit in bytes on the rss of the process; see the description "
+"of B<RLIMIT_RSS> in B<getrlimit>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Current state of the process. One of \"R (running)\", \"S (sleeping)\", \"D "
+"(disk sleep)\", \"T (stopped)\", \"t (tracing stop)\", \"Z (zombie)\", or "
+"\"X (dead)\"."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Currently ignored."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"Currently there is no way to terminate the program on gnome as the TrayIcon "
"is mandatory."
@@ -22109,6 +23926,15 @@ msgid ""
"film adapters is strongly recommended."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Currently, the possible optional fields are I<shared>, I<master>, "
+"I<propagate_from>, and I<unbindable>. See B<mount_namespaces>(7) for a "
+"description of these fields. Parsers should ignore all unrecognized "
+"optional fields."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "D-Bus"
@@ -22180,6 +24006,26 @@ msgstr ""
msgid "Data Munging with Perl"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "Data Structure Documentation"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "Data Structures"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Dead (Linux 2.6.33 to 3.13 only)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Dead (from Linux 2.6.0 onward)"
+msgstr ""
+
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Debian Administrator's Manual"
@@ -22217,7 +24063,8 @@ msgid ""
"variables attributes:"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Decode (I<demangle>) low-level symbol names into user-level names. Besides "
"removing any initial underscore prepended by the system, this makes C++ "
@@ -22226,7 +24073,7 @@ msgid ""
"appropriate demangling style for your compiler."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Decode (I<demangle>) low-level symbol names into user-level names. Besides "
"removing any initial underscore prepended by the system, this makes \\*(C+ "
@@ -22245,8 +24092,8 @@ msgstr ""
msgid "Decompress."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Default is \"qml,webservice,websocket\"."
msgstr ""
@@ -22265,24 +24112,36 @@ msgid ""
"files. Does not apply for source rpm files."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Defined in I</usr/src/linux/net/core/dev_mcast.c>:"
+msgstr ""
+
#: opensuse-leap-15-6
msgid "Defines I<MACRO> with value I<EXPR>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Defines the B<PATH> environment variable for root. B<ENV_SUPATH> takes "
"precedence. The default value is I</usr/local/sbin:/usr/local/bin:/sbin:/"
"bin:/usr/sbin:/usr/bin>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable debian-bullseye
+#: debian-bookworm debian-unstable debian-bullseye
msgid ""
"Defines the user base directory, which is used to compute the path of the "
"user I<site-packages> directory and Distutils installation paths for "
"I<python setup.py install --user>."
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"Defines the user base directory, which is used to compute the path of the "
+"user I<site-packages> directory and installation paths for I<python -m pip "
+"install --user>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -22294,21 +24153,14 @@ msgstr ""
msgid "Delete all local symbols."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Delete all temporary local symbols. (These symbols start with system-"
"specific local label prefixes, typically B<.L> for ELF systems or B<L> for "
"traditional a.out systems.)"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Delete all temporary local symbols. (These symbols start with system-"
-"specific local label prefixes, typically B<.L> for \\s-1ELF\\s0 systems or "
-"B<L> for traditional a.out systems.)"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Delete local packages no longer present in repository."
@@ -22404,8 +24256,8 @@ msgstr ""
msgid "Disable (unset) each I<optname>."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Disable default log handler. This disables logging to STDOUT."
msgstr ""
@@ -22472,8 +24324,13 @@ msgid ""
"Disable repositories identified by E<lt>repoid1E<gt> and E<lt>repoid2E<gt>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Disable sysrq completely"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Disable system proxy."
msgstr ""
@@ -22496,8 +24353,8 @@ msgid ""
"links."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Disables the CW<\\*(C`LINKER_VERSION\\*(C'> linker script directive, so that "
"it does not insert a version string. This is the default."
@@ -22647,13 +24504,13 @@ msgid ""
"Options, if supplied, have the following meanings:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Display dates in short, full or iso format. The default is short, this time "
"format is designed to be space efficient and human readable."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display each piece of information on a separate line."
msgstr ""
@@ -22756,13 +24613,14 @@ msgid ""
"of the same debug section being displayed if it exists in more than one file."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Display the contents of the specified CTF section. CTF sections themselves "
"contain many subsections, all of which are displayed in order."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Display the contents of the specified \\s-1CTF\\s0 section. \\s-1CTF\\s0 "
"sections themselves contain many subsections, all of which are displayed in "
@@ -22804,8 +24662,8 @@ msgstr ""
msgid "Display the version number and exit."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Display the version number for B<ld> and list the linker emulations "
"supported. Display which input files can and cannot be opened. Display the "
@@ -22813,22 +24671,8 @@ msgid ""
"E<gt> 1, plugin symbol status will also be displayed."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Display the version number for B<ld> and list the linker emulations "
-"supported. Display which input files can and cannot be opened. Display the "
-"linker script being used by the linker. If the optional I<\\s-1NUMBER\\s0> "
-"argument E<gt> 1, plugin symbol status will also be displayed."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Display the version number for B<ld>. The B<-V> option also lists the "
-"supported emulations."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Display the version number for B<ld>. The B<-V> option also lists the "
"supported emulations. See also the description of the \\&B<--enable-linker-"
@@ -22840,8 +24684,8 @@ msgstr ""
msgid "Display version and exit\\&."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Displays a short help message."
msgstr ""
@@ -22852,8 +24696,8 @@ msgid ""
"below)."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Displays help including Qt specific options."
msgstr ""
@@ -22985,7 +24829,8 @@ msgstr ""
msgid "Displays the contents of the B<.trace_info> section."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Displays the contents of the DWARF debug sections in the file, if any are "
"present. Compressed debug sections are automatically decompressed "
@@ -22994,7 +24839,7 @@ msgid ""
"dumped. The letters and words refer to the following information:"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Displays the contents of the \\s-1DWARF\\s0 debug sections in the file, if "
"any are present. Compressed debug sections are automatically decompressed "
@@ -23018,19 +24863,20 @@ msgstr ""
msgid "Displays the legal E<.Ic toggle> commands."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Displays version information."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<-"
"D> option, above: when copying archive members and writing the archive "
"index, use their actual UID, GID, timestamp, and file mode values."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<-"
"D> option, above: when copying archive members and writing the archive "
@@ -23044,23 +24890,16 @@ msgid ""
"by -R or --just-symbols"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Do not attempt to do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to "
"\\&CW<\\*(C`_\\|_imp_\\|_symbol\\*(C'> for DATA imports from DLLs. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Do not attempt to do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to "
-"\\&CW<\\*(C`_\\|_imp_\\|_symbol\\*(C'> for \\s-1DATA\\s0 imports from DLLs. "
-"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Do not automatically generate a unique image base. If there is no user-"
"specified image base (CW<\\*(C`--image-base\\*(C'>) then use the platform "
@@ -23068,14 +24907,6 @@ msgid ""
"linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Do not automatically generate a unique image base. If there is no user-"
-"specified image base (CW<\\*(C`--image-base\\*(C'>) then use the platform "
-"default. [This option is specific to the i386 \\s-1PE\\s0 targeted port of "
-"the linker]"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Do not bind this image. This option is disabled by default."
@@ -23086,20 +24917,13 @@ msgstr ""
msgid "Do not block on I/O; see B<splice>(2) for further details."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Do not create pseudo relocations for non-zero offset DATA imports from "
"DLLs. [This option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Do not create pseudo relocations for non-zero offset \\s-1DATA\\s0 imports "
-"from DLLs. [This option is specific to the i386 \\s-1PE\\s0 targeted port "
-"of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Do not demangle low-level symbol names. This is the default."
@@ -23123,7 +24947,8 @@ msgstr ""
msgid "Do not do setlocale(LC_COLLATE). Default is to do this setlocale."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid "Do not generate any warnings."
msgstr ""
@@ -23151,7 +24976,7 @@ msgid ""
"overwrite symlinks pointing to existing targets."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Do not print a header line in status output."
msgstr ""
@@ -23172,7 +24997,7 @@ msgid ""
"is the inverse of B<-z defs>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Do not truncate text in columns."
msgstr ""
@@ -23191,7 +25016,7 @@ msgstr ""
msgid "Do not use the line below the title bar, leaving it entirely blank."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Do not use the optional parameter for B<bp> (break page). Use only positive "
"values for B<sp> (vertical space). Don't define a macro (B<de>) with the "
@@ -23211,8 +25036,8 @@ msgid ""
"Do setlocale(LC_CTYPE) if available. Default is to not do this setlocale."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to CW<\\*(C`_\\|_imp_\\|"
"_symbol\\*(C'> for DATA imports from DLLs, thus making it possible to bypass "
@@ -23220,13 +25045,12 @@ msgid ""
"names. [This option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to CW<\\*(C`_\\|_imp_\\|"
-"_symbol\\*(C'> for \\&\\s-1DATA\\s0 imports from DLLs, thus making it "
-"possible to bypass the dllimport mechanism on the user side and to reference "
-"unmangled symbol names. [This option is specific to the i386 \\s-1PE\\s0 "
-"targeted port of the linker]"
+"Documentation for files in this directory can be found in the Linux kernel "
+"source in the file I<Documentation/admin-guide/binfmt-misc.rst> (or in "
+"I<Documentation/binfmt_misc.txt> on older kernels)."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -23253,19 +25077,27 @@ msgstr ""
msgid "Domain error: I<y> is zero"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Don't automatically add a newline when a text does not end with one. (This "
-"can cause you to save non-POSIX text files.)"
+"Don't allow B<O_CREAT> B<open>(2) on FIFOs that the caller doesn't own in "
+"world-writable sticky directories, unless the FIFO is owned by the owner of "
+"the directory."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Don't allow B<O_CREAT> B<open>(2) on regular files that the caller doesn't "
+"own in world-writable sticky directories, unless the regular file is owned "
+"by the owner of the directory."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"Don't automatically prepend a potentially unsafe path to B<sys.path> such as "
-"the current directory, the script's directory or an empty string. See also "
-"the B<PYTHONSAFEPATH> environment variable."
+"Don't automatically add a newline when a text does not end with one. (This "
+"can cause you to save non-POSIX text files.)"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -23286,11 +25118,11 @@ msgid ""
"syncing a single repository (default is to add the reponame)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Don\\(cqt print headings."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Don\\(cqt reset the environment variables specified in the comma-separated "
"I<list> when clearing the environment for B<--login>. The whitelist is "
@@ -23298,7 +25130,7 @@ msgid ""
"B<LOGNAME>, and B<PATH>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Don\\(cqt truncate output."
msgstr ""
@@ -23411,6 +25243,15 @@ msgid ""
"state directory."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"During the Linux 4.11 development cycle, this file was removed because of "
+"security concerns, as it exposes information across namespaces. "
+"Furthermore, it is possible to obtain the same information via in-kernel "
+"tracing facilities such as ftrace."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "E.g. just say:"
@@ -23422,7 +25263,7 @@ msgstr ""
msgid "E2SCRUB"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.MT colin@colin-dean.org> Colin Dean E<.ME>"
msgstr ""
@@ -23455,7 +25296,7 @@ msgid "E<.Nm> is not intended to be invoked directly by the user."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"E<.Rs> E<.%A M. Friedl> E<.%A N. Provos> E<.%A W. Simpson> E<.%D March 2006> "
"E<.%R RFC 4419> E<.%T Diffie-Hellman Group Exchange for the Secure Shell "
@@ -23500,6 +25341,12 @@ msgstr ""
msgid "E<.Xr talk 1>, E<.Xr write 1>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "E<gt> 1"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -23553,7 +25400,7 @@ msgstr ""
msgid "EXTENSIONS"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "EXTERNAL HELPERS"
msgstr ""
@@ -23585,6 +25432,14 @@ msgstr ""
msgid "Each I<name> is an indexed array variable (see B<Arrays>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Each additional line shown in the file contains information about one of the "
+"marks in the fanotify group. Most of these fields are as for inotify, "
+"except:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -23633,6 +25488,32 @@ msgid ""
"used. A typical line may look this way:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Each of the lines beginning I<tfd> describes one of the file descriptors "
+"being monitored via the epoll file descriptor (see B<epoll_ctl>(2) for some "
+"details). The I<tfd> field is the number of the file descriptor. The "
+"I<events> field is a hexadecimal mask of the events being monitored for this "
+"file descriptor. The I<data> field is the data value associated with this "
+"file descriptor."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Each of the lines beginning with \"inotify\" displays information about one "
+"file or directory that is being monitored. The fields in this line are as "
+"follows:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Each read from this read-only file returns a randomly generated 128-bit "
+"UUID, as a string in the standard UUID format."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -23687,12 +25568,9 @@ msgstr ""
msgid "Eject the film strip or mounted slide when using the slide loader."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Empty fields match all values; trailing empty fields may be omitted. For "
-"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning "
-"warnings."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Empty subdirectory."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -23714,6 +25592,11 @@ msgid ""
"the shell is interactive."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable all functions of sysrq"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -23730,13 +25613,28 @@ msgstr ""
msgid "Enable command history, as described"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable control of console logging level"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable control of keyboard (SAK, unraw)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#: opensuse-tumbleweed
msgid "Enable debug mode."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable debugging dumps of processes etc."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Enable garbage collection of unused input sections. It is ignored on "
"targets that do not support this option. The default behaviour (of not "
@@ -23746,14 +25644,9 @@ msgid ""
"considered to be experimental."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Enable garbage collection of unused input sections. It is ignored on "
-"targets that do not support this option. The default behaviour (of not "
-"performing this garbage collection) can be restored by specifying \\&B<--no-"
-"gc-sections> on the command line. Note that garbage collection for "
-"\\s-1COFF\\s0 and \\s-1PE\\s0 format targets is supported, but the "
-"implementation is currently considered to be experimental."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable memory failure recovery (when supported by the platform)."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -23782,6 +25675,11 @@ msgstr ""
msgid "Enable or disable the E<.Dv TELNET BINARY> option on output."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable remount read-only"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -23796,18 +25694,40 @@ msgid ""
"set."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable signaling of processes (term, kill, oom-kill)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Enable sync command"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Enable the specified repos (implies B<--save>)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Enable verbose messaging."
msgstr ""
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Enable verbose mode."
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
-msgid "Enable verbose mode."
+msgid ""
+"Enables a system-wide task dump (excluding kernel threads) to be produced "
+"when the kernel performs an OOM-killing. The dump includes the following "
+"information for each task (thread, process): thread ID, real user ID, thread "
+"group ID (process ID), virtual memory size, resident set size, the CPU that "
+"the task is scheduled on, oom_adj score (see the description of I</proc/"
+">pidI</oom_adj>), and command name. This is helpful to determine why the "
+"OOM-killer was invoked and to identify the rogue task that caused it."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -23817,8 +25737,8 @@ msgid ""
"links. This is the default behaviour."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Enables the CW<\\*(C`LINKER_VERSION\\*(C'> linker script directive, "
"described in B<Output Section Data>. If this directive is used in a linker "
@@ -23826,7 +25746,7 @@ msgid ""
"version will be inserted at the current point."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"End relative margin indent and restores the previous value of the prevailing "
"indent."
@@ -23949,7 +25869,7 @@ msgstr ""
msgid "Exit status"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Explain what is being done."
msgstr ""
@@ -23963,20 +25883,11 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
msgid "Extended Boot Loader Partition"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid ""
-"Extended attributes are I<name>: I<value> pairs associated with inodes "
-"(files, directories, symbolic links, etc.). They are extensions to the "
-"normal attributes which are associated with all inodes in the system (i.e., "
-"the B<stat>(2) data). A complete overview of extended attributes concepts "
-"can be found in B<xattr>(7)."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -24030,8 +25941,8 @@ msgstr ""
msgid "FL"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "FORMATS"
msgstr ""
@@ -24065,11 +25976,6 @@ msgstr ""
msgid "Failed to execute \"x\""
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
-#, no-wrap
-msgid "Feb 14, 2024"
-msgstr ""
-
#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -24081,13 +25987,8 @@ msgstr ""
msgid "Feb 28, 2023"
msgstr ""
-#: debian-unstable
-#, no-wrap
-msgid "Feb 28, 2024"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "Fedora"
msgstr ""
@@ -24104,20 +26005,29 @@ msgstr ""
msgid "File access mode"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "File containing B<script>\\(aqs terminal input."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "File containing B<script>\\(aqs terminal output and input."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"File containing B<script>\\(aqs timing output. This option overrides old-"
"style arguments."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"File descriptor 0 refers to the pipe created by the shell and owned by that "
+"shell's user, which is not I<nobody>, so B<cat> does not have permission to "
+"create a new file descriptor to read from that inode, even though it can "
+"still read from its existing file descriptor 0."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "File descriptor does not refer to a directory."
@@ -24150,13 +26060,20 @@ msgstr ""
msgid "Filenames"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "Files and directories"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Files which have been mapped into memory (with B<mmap>(2)), such as "
+"libraries."
+msgstr ""
+
+#: debian-bookworm
msgid "Filesystem errors left uncorrected"
msgstr ""
@@ -24311,12 +26228,6 @@ msgid "Fl t Ar life"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid "Fl t Ar type"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Flag"
@@ -24328,7 +26239,7 @@ msgstr ""
msgid "Flags"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Fonts"
msgstr ""
@@ -24365,14 +26276,14 @@ msgid ""
"B<--prefix=E<lt>pathE<gt>> option."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"For a list of other sections that might appear in a manual page, see B<man-"
"pages>(7)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For a native ELF linker, the directories in CW<\\*(C`DT_RUNPATH\\*(C'> or "
"\\&CW<\\*(C`DT_RPATH\\*(C'> of a shared library are searched for shared "
@@ -24380,15 +26291,6 @@ msgid ""
"\\&CW<\\*(C`DT_RUNPATH\\*(C'> entries exist."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"For a native \\s-1ELF\\s0 linker, the directories in "
-"CW<\\*(C`DT_RUNPATH\\*(C'> or \\&CW<\\*(C`DT_RPATH\\*(C'> of a shared "
-"library are searched for shared libraries needed by it. The "
-"CW<\\*(C`DT_RPATH\\*(C'> entries are ignored if "
-"\\&CW<\\*(C`DT_RUNPATH\\*(C'> entries exist."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -24416,19 +26318,16 @@ msgstr ""
msgid "For an overview of the fanotify API, see B<fanotify>(7)."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"For anything other than \\*(C+ programs, this option is equivalent to \\&B<-"
-"r>: it generates relocatable output---i.e., an output file that can in turn "
-"serve as input to B<ld>. When linking \\*(C+ programs, B<-Ur> \\&I<does> "
-"resolve references to constructors, unlike B<-r>. It does not work to use "
-"B<-Ur> on files that were themselves linked with B<-Ur>; once the "
-"constructor table has been built, it cannot be added to. Use B<-Ur> only "
-"for the last partial link, and \\&B<-r> for the others."
+"For backward compatibility with previous kernels, I</proc/>pidI</oom_adj> "
+"can still be used to tune the badness score. Its value is scaled linearly "
+"with I<oom_score_adj>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For compatibility with linkers produced by MRI, B<ld> accepts script files "
"written in an alternate, restricted command language, described in the MRI "
@@ -24439,44 +26338,38 @@ msgid ""
"any B<-L> options."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"For compatibility with linkers produced by \\s-1MRI,\\s0 B<ld> accepts "
-"script files written in an alternate, restricted command language, described "
-"in the \\s-1MRI\\s0 Compatible Script Files section of \\s-1GNU\\s0 ld "
-"documentation. Introduce \\s-1MRI\\s0 script files with the option B<-c>; "
-"use the B<-T> option to run linker scripts written in the general-purpose "
-"B<ld> scripting language. If I<MRI-cmdfile> does not exist, B<ld> looks for "
-"it in the directories specified by any B<-L> options."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For compatibility with other ELF linkers, if the B<-R> option is followed by "
"a directory name, rather than a file name, it is treated as the B<-rpath> "
"option."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"For compatibility with other \\s-1ELF\\s0 linkers, if the B<-R> option is "
-"followed by a directory name, rather than a file name, it is treated as the "
-"B<-rpath> option."
-msgstr ""
-
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"For conventions that should be employed when writing man pages for the Linux "
"I<man-pages> package, see B<man-pages>(7)."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"For details of the arguments that should be supplied to the B<TH> command, "
"see B<man-pages>(7)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For details of the effect of a process's \"dumpable\" setting on ptrace "
+"access mode checking, see B<ptrace>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "For details on these fields, see B<fanotify_mark>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -24535,10 +26428,51 @@ msgid ""
"For ease of access, the Perl manual has been split up into several sections."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For epoll file descriptors (see B<epoll>(7)), we see (since Linux 3.8) the "
+"following fields:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For eventfd file descriptors (see B<eventfd>(2)), we see (since Linux 3.8) "
+"the following fields:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "For example on an x86-64 system:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For example, I<socket:[2248868]> will be a socket and its inode is 2248868. "
+"For sockets, that inode can be used to find more information in one of the "
+"files under I</proc/net/>."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "For example, Windows uses a semicolon instead."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For example, [0301]:1502 would be inode 1502 on device major 03 (IDE, MFM, "
+"etc. drives) minor 01 (first partition on the first drive)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For example, an epoll file descriptor will have a symbolic link whose "
+"content is the string I<anon_inode:[eventpoll]>."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -24550,6 +26484,48 @@ msgid ""
"tells B<ld> to not combine duplicate entries."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For example, on a system with 16 GB of physical RAM, 16 GB of swap, no space "
+"dedicated to huge pages, and an I<overcommit_ratio> of 50, this formula "
+"yields a I<CommitLimit> of 24 GB."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For fanotify file descriptors (see B<fanotify>(7)), we see (since Linux "
+"3.8) the following fields:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For file descriptors for pipes and sockets, the entries will be symbolic "
+"links whose content is the file type with the inode. A B<readlink>(2) call "
+"on this file returns a string in the format:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For file descriptors that have no corresponding inode (e.g., file "
+"descriptors produced by B<bpf>(2), B<epoll_create>(2), B<eventfd>(2), "
+"B<inotify_init>(2), B<perf_event_open>(2), B<signalfd>(2), "
+"B<timerfd_create>(2), and B<userfaultfd>(2)), the entry will be a symbolic "
+"link with contents of the form"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For further details on the meanings of these bits, see the kernel source "
+"file I<Documentation/admin-guide/mm/pagemap.rst>. Before Linux 2.6.29, "
+"B<KPF_WRITEBACK>, B<KPF_RECLAIM>, B<KPF_BUDDY>, and B<KPF_LOCKED> did not "
+"report correctly."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "For further details on the nice value, see B<sched>(7)."
@@ -24562,6 +26538,13 @@ msgid ""
"invokes\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For inotify file descriptors (see B<inotify>(7)), we see (since Linux 3.8) "
+"the following fields:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -24576,6 +26559,14 @@ msgid ""
"CPU sets, see B<CPU_SET>(3)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For more information on mount propagation see I<Documentation/filesystems/"
+"sharedsubtree.rst> (or I<Documentation/filesystems/sharedsubtree.txt> before "
+"Linux 5.8) in the Linux kernel source tree."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid ""
@@ -24599,8 +26590,8 @@ msgid ""
"separate arguments immediately following the option that requires them."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For options whose names are multiple letters, either one dash or two can "
"precede the option name; for example, B<-trace-symbol> and \\&B<--trace-"
@@ -24611,19 +26602,8 @@ msgid ""
"whereas B<--omagic> sets the NMAGIC flag on the output."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"For options whose names are multiple letters, either one dash or two can "
-"precede the option name; for example, B<-trace-symbol> and \\&B<--trace-"
-"symbol> are equivalent. Note---there is one exception to this rule. "
-"Multiple letter options that start with a lower case 'o' can only be "
-"preceded by two dashes. This is to reduce confusion with the \\&B<-o> "
-"option. So for example B<-omagic> sets the output file name to B<magic> "
-"whereas B<--omagic> sets the \\s-1NMAGIC\\s0 flag on the output."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For programs that do not use constructors or destructors, or for ELF based "
"systems this option is equivalent to B<-r>: it generates relocatable "
@@ -24632,6 +26612,18 @@ msgid ""
"resolves references to constructors and destructors."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "For regular files and directories, we see something like:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For signalfd file descriptors (see B<signalfd>(2)), we see (since Linux "
+"3.8) the following fields:"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -24677,8 +26669,8 @@ msgid ""
"and also used by the client."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"For those systems where B<-r> and B<-Ur> behave differently, it does not "
"work to use B<-Ur> on files that were themselves linked with B<-Ur>; once "
@@ -24686,6 +26678,13 @@ msgid ""
"only for the last partial link, and B<-r> for the others."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"For timerfd file descriptors (see B<timerfd>(2)), we see (since Linux 3.17) "
+"the following fields:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -24739,6 +26738,13 @@ msgstr ""
msgid "Format of the format string"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Frame buffer information when B<CONFIG_FB> is defined during kernel "
+"compilation."
+msgstr ""
+
#: debian-bookworm debian-unstable
msgid "Frederic Lepied"
msgstr ""
@@ -24749,9 +26755,23 @@ msgstr ""
msgid "Free (as in beer) books"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "From"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Free CMA (Contiguous Memory Allocator) pages. (B<CONFIG_CMA> is required.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"From Linux 2.6.27 to Linux 3.18, this file was used to control recomputing "
+"of the value in I</proc/sys/kernel/msgmni> upon the addition or removal of "
+"memory or upon IPC namespace creation/removal. Echoing \"1\" into this file "
+"enabled I<msgmni> automatic recomputing (and triggered a recomputation of "
+"I<msgmni> based on the current amount of available memory and number of IPC "
+"namespaces). Echoing \"0\" disabled automatic recomputing. (Automatic "
+"recomputing was also disabled if a value was explicitly assigned to I</proc/"
+"sys/kernel/msgmni>.) The default value in I<auto_msgmni> was 1."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -24780,6 +26800,30 @@ msgid ""
"B<RETURN> traps."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Further information about the zones can be found in I</proc/zoneinfo>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Further values can be written to affect different properties:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Furthermore, a process may change the memory location that this file refers "
+"via B<prctl>(2) operations such as B<PR_SET_MM_ARG_START>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Furthermore, a process may change the memory location that this file refers "
+"via B<prctl>(2) operations such as B<PR_SET_MM_ENV_START>."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -24906,11 +26950,6 @@ msgstr ""
msgid "GNU extensions"
msgstr ""
-#: fedora-40
-#, no-wrap
-msgid "GNU gettext-runtime 0.22"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "GNU, POSIX.1-2008."
@@ -25111,8 +27150,8 @@ msgstr ""
msgid "General Options"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS in \\&.note.gnu."
"property section to indicate that object file requires canonical function "
@@ -25121,30 +27160,30 @@ msgid ""
"x86-64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate GNU_PROPERTY_X86_FEATURE_1_IBT in .note.gnu.property section to "
"indicate compatibility with IBT. This also implies B<ibtplt>. Supported "
"for Linux/i386 and Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48 in .note.gnu.property section to "
"indicate compatibility with Intel LAM_U48. Supported for Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57 in .note.gnu.property section to "
"indicate compatibility with Intel LAM_U57. Supported for Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK in .note.gnu.property section to "
"indicate compatibility with Intel Shadow Stack. Supported for Linux/i386 "
@@ -25156,61 +27195,18 @@ msgstr ""
msgid "Generate GRUB keyboard layout from Linux console one."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate Intel Indirect Branch Tracking (IBT) enabled PLT entries. "
"Supported for Linux/i386 and Linux/x86_64."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate Intel Indirect Branch Tracking (\\s-1IBT\\s0) enabled \\s-1PLT\\s0 "
-"entries. Supported for Linux/i386 and Linux/x86_64."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Generate PBKDF2 password hash."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate \\s-1GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS\\s0 in \\&.note."
-"gnu.property section to indicate that object file requires canonical "
-"function pointers and cannot be used with copy relocation. This option also "
-"implies B<noextern-protected-data> and \\&B<nocopyreloc>. Supported for "
-"i386 and x86-64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 in .note.gnu.property "
-"section to indicate compatibility with \\s-1IBT.\\s0 This also implies "
-"B<ibtplt>. Supported for Linux/i386 and Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 in .note.gnu.property "
-"section to indicate compatibility with Intel \\s-1LAM_U48.\\s0 Supported for "
-"Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 in .note.gnu.property "
-"section to indicate compatibility with Intel \\s-1LAM_U57.\\s0 Supported for "
-"Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 in .note.gnu.property "
-"section to indicate compatibility with Intel Shadow Stack. Supported for "
-"Linux/i386 and Linux/x86_64."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Generate a grub config file"
@@ -25227,21 +27223,15 @@ msgstr ""
msgid "Generate big-endian output."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate common symbols with STT_COMMON type during a relocatable link. Use "
"STT_OBJECT type if B<nocommon>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate common symbols with \\s-1STT_COMMON\\s0 type during a relocatable "
-"link. Use \\s-1STT_OBJECT\\s0 type if B<nocommon>."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate compact relative relocation in position-independent executable and "
"shared library. It adds CW<\\*(C`DT_RELR\\*(C'>, CW<\\*(C`DT_RELRSZ\\*(C'> "
@@ -25253,18 +27243,6 @@ msgid ""
"Supported for i386 and x86-64."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate compact relative relocation in position-independent executable and "
-"shared library. It adds CW<\\*(C`DT_RELR\\*(C'>, CW<\\*(C`DT_RELRSZ\\*(C'> "
-"and \\&CW<\\*(C`DT_RELRENT\\*(C'> entries to the dynamic section. It is "
-"ignored when building position-dependent executable and relocatable output. "
-"\\&B<nopack-relative-relocs> is the default, which disables compact relative "
-"relocation. When linked against the \\s-1GNU C\\s0 Library, a "
-"\\&\\s-1GLIBC_ABI_DT_RELR\\s0 symbol version dependency on the shared C "
-"Library is added to the output. Supported for i386 and x86-64."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Generate little-endian output."
@@ -25281,8 +27259,8 @@ msgid ""
"have useful values."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate relocatable output---i.e., generate an output file that can in turn "
"serve as input to B<ld>. This is often called I<partial linking>. As a "
@@ -25293,19 +27271,8 @@ msgid ""
"resolve references to constructors; to do that, use B<-Ur>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Generate relocatable output---i.e., generate an output file that can in turn "
-"serve as input to B<ld>. This is often called I<partial linking>. As a "
-"side effect, in environments that support standard Unix magic numbers, this "
-"option also sets the output file's magic number to "
-"\\&CW<\\*(C`OMAGIC\\*(C'>. If this option is not specified, an absolute "
-"file is produced. When linking \\*(C+ programs, this option I<will not> "
-"resolve references to constructors; to do that, use B<-Ur>."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Generate section header. Don't generate section header if "
"\\&B<nosectionheader> is used. B<sectionheader> is the default."
@@ -25324,7 +27291,7 @@ msgid ""
"B<-as> mkisofs B<-help>'."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Generic error before executing the requested command"
msgstr ""
@@ -25340,7 +27307,7 @@ msgid ""
"that command."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Get info:"
msgstr ""
@@ -25420,6 +27387,21 @@ msgstr ""
msgid "Gu"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Guest time of the process (time spent running a virtual CPU for a guest "
+"operating system), measured in clock ticks (divide by "
+"I<sysconf(_SC_CLK_TCK)>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Guest time of the process's children, measured in clock ticks (divide by "
+"I<sysconf(_SC_CLK_TCK)>)."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -25444,7 +27426,7 @@ msgstr ""
msgid "HS"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "HWCLOCK"
msgstr ""
@@ -25465,6 +27447,16 @@ msgstr ""
msgid "Help topics as accepted by the B<help> builtin."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Here \"IP address\" is the IPv4 address of the machine and the \"HW type\" "
+"is the hardware type of the address from RFC\\ 826. The flags are the "
+"internal flags of the ARP structure (as defined in I</usr/include/linux/"
+"if_arp.h>) and the \"HW address\" is the data link layer mapping for that "
+"IP address if it is known."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -25485,29 +27477,23 @@ msgid ""
"image formats cannot handle depths greater than 8 bits."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Here is a table of the generic command-line switches accepted by the GNU "
"linker:"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Here is a table of the generic command-line switches accepted by the "
-"\\s-1GNU\\s0 linker:"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Here is a trivial example:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Hewlett-Packard's terminfo library supports two nonstandard terminfo "
-"capabilities B<meml> (memory lock) and B<memu> (memory unlock). These will "
-"be discarded with a warning message."
+"Hexadecimal mask of CPUs on which this process may run (since Linux 2.6.24, "
+"see B<cpuset>(7))."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -25549,6 +27535,48 @@ msgstr ""
msgid "Historical notes"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Holds a dump of the RAW socket table. Much of the information is not of use "
+"apart from debugging. The \"sl\" value is the kernel hash slot for the "
+"socket, the \"local_address\" is the local address and protocol number "
+"pair. \\&\"St\" is the internal status of the socket. The \"tx_queue\" and "
+"\"rx_queue\" are the outgoing and incoming data queue in terms of kernel "
+"memory usage. The \"tr\", \"tm-E<gt>when\", and \"rexmits\" fields are not "
+"used by RAW. The \"uid\" field holds the effective UID of the creator of "
+"the socket."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Holds a dump of the TCP socket table. Much of the information is not of use "
+"apart from debugging. The \"sl\" value is the kernel hash slot for the "
+"socket, the \"local_address\" is the local address and port number pair. "
+"The \"rem_address\" is the remote address and port number pair (if "
+"connected). \\&\"St\" is the internal status of the socket. The "
+"\"tx_queue\" and \"rx_queue\" are the outgoing and incoming data queue in "
+"terms of kernel memory usage. The \"tr\", \"tm-E<gt>when\", and \"rexmits\" "
+"fields hold internal information of the kernel socket state and are useful "
+"only for debugging. The \"uid\" field holds the effective UID of the "
+"creator of the socket."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Holds a dump of the UDP socket table. Much of the information is not of use "
+"apart from debugging. The \"sl\" value is the kernel hash slot for the "
+"socket, the \"local_address\" is the local address and port number pair. "
+"The \"rem_address\" is the remote address and port number pair (if "
+"connected). \"St\" is the internal status of the socket. The \"tx_queue\" "
+"and \"rx_queue\" are the outgoing and incoming data queue in terms of kernel "
+"memory usage. The \"tr\", \"tm-E<gt>when\", and \"rexmits\" fields are not "
+"used by UDP. The \"uid\" field holds the effective UID of the creator of "
+"the socket. The format is:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -25556,45 +27584,42 @@ msgid ""
"variable."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "How GNU properties are merged."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid "How \\s-1GNU\\s0 properties are merged."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "How common symbols are allocated."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Hypertext link macros"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I/O memory map in Linux 2.4."
+msgstr ""
+
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<\"big_key\"> (since Linux 3.13)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<\"keyring\">"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<\"logon\"> (since Linux 3.3)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<\"user\">"
msgstr ""
@@ -25926,8 +27951,8 @@ msgstr ""
msgid "I</etc/idmapd.conf>"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "I</etc/inittab>"
msgstr ""
@@ -25943,7 +27968,7 @@ msgstr ""
msgid "I</etc/ld.so.cache>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</etc/login.defs>"
msgstr ""
@@ -25952,8 +27977,8 @@ msgstr ""
msgid "I</etc/netgroup>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I</etc/rc.local>"
msgstr ""
@@ -25982,12 +28007,14 @@ msgstr ""
msgid "I</etc/sysctl.d/*.conf>"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "I</etc/termcap>"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "I</etc/ttys>"
msgstr ""
@@ -26002,64 +28029,521 @@ msgstr ""
msgid "I</lib/sysctl.d/*.conf>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/>pidI</cgroup> (since Linux 2.6.24)"
+msgid "I</proc/>pidI</attr/current> (since Linux 2.6.0)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/>pidI</numa_maps> (since Linux 2.6.14)"
+msgid "I</proc/>pidI</attr/exec> (since Linux 2.6.0)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/cgroups> (since Linux 2.6.24)"
+msgid "I</proc/>pidI</attr/fscreate> (since Linux 2.6.0)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/key-users> (since Linux 2.6.10)"
+msgid "I</proc/>pidI</attr/keycreate> (since Linux 2.6.18)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/keys> (since Linux 2.6.10)"
+msgid "I</proc/>pidI</attr/prev> (since Linux 2.6.0)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/loadavg>"
+msgid "I</proc/>pidI</attr/socketcreate> (since Linux 2.6.18)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/meminfo>"
+msgid "I</proc/>pidI</autogroup> (since Linux 2.6.38)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/net/arp>"
+msgid "I</proc/>pidI</auxv> (since Linux 2.6.0)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/net/dev>"
+msgid "I</proc/>pidI</clear_refs> (since Linux 2.6.22)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</cmdline>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</comm> (since Linux 2.6.33)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</coredump_filter> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</cpuset> (since Linux 2.6.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</cwd>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</environ>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</exe>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</fd/>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</fdinfo/> (since Linux 2.6.22)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</gid_map> (since Linux 3.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</io> (since Linux 2.6.20)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</limits> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</map_files/> (since Linux 3.3)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</maps>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</mem>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</mountinfo> (since Linux 2.6.26)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</mounts> (since Linux 2.4.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</mountstats> (since Linux 2.6.17)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</ns/> (since Linux 3.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</oom_adj> (since Linux 2.6.11)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</oom_score> (since Linux 2.6.11)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</oom_score_adj> (since Linux 2.6.36)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</pagemap> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</personality> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</projid_map> (since Linux 3.7)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</sched_autogroup_enabled> (since Linux 2.6.38)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</seccomp> (Linux 2.6.12 to Linux 2.6.22)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</setgroups> (since Linux 3.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</smaps> (since Linux 2.6.14)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</stack> (since Linux 2.6.29)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</stat>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</statm>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</status>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</syscall> (since Linux 2.6.27)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</timers> (since Linux 3.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</timerslack_ns> (since Linux 4.6)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</uid_map> (since Linux 3.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</wchan> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/apm>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/buddyinfo>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/bus/pccard/drivers>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/bus/pci/devices>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/cmdline>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/config.gz> (since Linux 2.6)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I</proc/config.gz> is provided only if the kernel is configured with "
+"B<CONFIG_IKCONFIG_PROC>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/cpuinfo>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/crypto>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/devices>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/diskstats> (since Linux 2.5.69)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/dma>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/execdomains>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/fb>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/filesystems>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/ide>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/interrupts>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/iomem>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/ioports>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kallsyms> (since Linux 2.5.71)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kcore>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kmsg>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kpagecgroup> (since Linux 4.3)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kpagecount> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/kpageflags> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/ksyms> (Linux 1.1.23\\[en]2.5.47)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/locks>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/malloc> (only up to and including Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/modules>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/mounts>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/mtrr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/dev_mcast>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/igmp>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/netfilter/nfnetlink_queue>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/rarp>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/raw>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/net/snmp>"
+msgid "I</proc/net/tcp>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/udp>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/unix>"
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
@@ -26067,34 +28551,661 @@ msgstr ""
msgid "I</proc/net/wireless>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/slabinfo>"
+msgid "I</proc/partitions>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/sys/fs/pipe-max-size> (since Linux 2.6.35)"
+msgid "I</proc/pci>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/sys/fs/pipe-user-pages-hard> (since Linux 4.5)"
+msgid "I</proc/profile> (since Linux 2.4)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I</proc/sys/fs/pipe-user-pages-soft> (since Linux 4.5)"
+msgid "I</proc/scsi/scsi>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I</proc/self/fd/N> is approximately the same as I</dev/fd/N> in some UNIX "
+"and UNIX-like systems. Most Linux MAKEDEV scripts symbolically link I</dev/"
+"fd> to I</proc/self/fd>, in fact."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/stat>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/swaps>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/aio-max-nr> and I</proc/sys/fs/aio-nr> (since Linux 2.6.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/binfmt_misc>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/dentry-state> (since Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/dir-notify-enable>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/dquot-max>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/dquot-nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/file-max>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/file-nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/inode-max> (only present until Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/inode-nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/inode-state>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/lease-break-time>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/leases-enable>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/mount-max> (since Linux 4.9)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/nr_open> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/overflowgid> and I</proc/sys/fs/overflowuid>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/protected_fifos> (since Linux 4.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/protected_hardlinks> (since Linux 3.6)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/protected_regular> (since Linux 4.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/protected_symlinks> (since Linux 3.6)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/suid_dumpable> (since Linux 2.6.13)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/super-max>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/super-nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/acct>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/auto_msgmni> (Linux 2.6.27 to Linux 3.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/cap-bound> (from Linux 2.2 to Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/cap_last_cap> (since Linux 3.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/core_pattern>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/core_pipe_limit>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/core_uses_pid>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/ctrl-alt-del>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/dmesg_restrict> (since Linux 2.6.37)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/domainname> and I</proc/sys/kernel/hostname>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/hotplug>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/htab-reclaim> (before Linux 2.4.9.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/kptr_restrict> (since Linux 2.6.38)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/l2cr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/modprobe>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/modules_disabled> (since Linux 2.6.31)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/msgmax> (since Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/msgmnb> (since Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/msgmni> (since Linux 2.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/ngroups_max> (since Linux 2.6.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/ns_last_pid> (since Linux 3.3)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/ostype> and I</proc/sys/kernel/osrelease>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/overflowgid> and I</proc/sys/kernel/overflowuid>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/panic>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/panic_on_oops> (since Linux 2.5.68)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/pid_max> (since Linux 2.5.34)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/powersave-nap> (PowerPC only)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/printk>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/pty/max>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/pty/nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/pty> (since Linux 2.6.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/random/uuid> (since Linux 2.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/randomize_va_space> (since Linux 2.6.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/real-root-dev>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/reboot-cmd> (Sparc only)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/rtsig-max>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/rtsig-nr>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sched_child_runs_first> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sched_rr_timeslice_ms> (since Linux 3.9)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sched_rt_period_us> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sched_rt_runtime_us> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sem> (since Linux 2.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sg-big-buff>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/shm_rmid_forced> (since Linux 3.1)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/shmall> (since Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/shmmax> (since Linux 2.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/shmmni> (since Linux 2.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sysctl_writes_strict> (since Linux 3.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/sysrq>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/threads-max> (since Linux 2.3.11)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/version>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/yama/ptrace_scope> (since Linux 3.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/kernel/zero-paged> (PowerPC only)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/net/core/bpf_jit_enable>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/net/core/somaxconn>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/admin_reserve_kbytes> (since Linux 3.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/compact_memory> (since Linux 2.6.35)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/drop_caches> (since Linux 2.6.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/legacy_va_layout> (since Linux 2.6.9)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/memory_failure_early_kill> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/memory_failure_recovery> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/oom_dump_tasks> (since Linux 2.6.25)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/oom_kill_allocating_task> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/overcommit_kbytes> (since Linux 3.14)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/overcommit_memory>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/overcommit_ratio> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/panic_on_oom> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/swappiness>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/sysctl_hugetlb_shm_group> (since Linux 2.6.7)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/unprivileged_userfaultfd> (since Linux 5.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/vm/user_reserve_kbytes> (since Linux 3.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "I</proc/sys>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sysrq-trigger> (since Linux 2.4.21)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/timer_list> (since Linux 2.6.21)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/timer_stats> (from Linux 2.6.21 until Linux 4.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/uptime>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/version>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/vmstat> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/zoneinfo> (since Linux 2.6.13)"
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -26170,7 +29281,7 @@ msgstr ""
msgid "I</usr/local/lib/sysctl.d/*.conf>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "I</usr/man/whatis>"
msgstr ""
@@ -26179,13 +29290,13 @@ msgstr ""
msgid "I</usr/share/consoletrans>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</usr/share/dict/words>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "I</usr/share/groff/>[*/]I<tmac/an.tmac>"
msgstr ""
@@ -26221,7 +29332,8 @@ msgstr ""
msgid "I</usr/share/keymaps>"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "I</usr/share/tabset>"
msgstr ""
@@ -26292,6 +29404,24 @@ msgstr ""
msgid "I</var/tmp/rpm*>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<0\\ (default)>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<1\\ (\"debug\")>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<2\\ (\"suidsafe\")>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ANSI_COLOR=>"
@@ -26322,19 +29452,15 @@ msgstr ""
msgid "I<ARPIntervalSec=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ARPMissedMax=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ARPValidate=>"
msgstr ""
-#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid ""
-"I<ATTR>[,I<ATTR>]... Inverse-search objects having associated attributes. "
-"I<ATTR> is the attribute name, while the positional I<OBJECT> argument is "
-"the attribute value."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ATTRS{>I<filename>I<}>"
@@ -26370,6 +29496,24 @@ msgstr ""
msgid "I<ActivationPolicy=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Active(anon)> %lu (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Active(file)> %lu (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Active> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ActiveSlave=>"
@@ -26491,6 +29635,18 @@ msgstr ""
msgid "I<Announce=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<AnonHugePages> %lu (since Linux 2.6.38)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<AnonPages> %lu (since Linux 2.6.18)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<Anonymize=>"
@@ -26650,6 +29806,12 @@ msgstr ""
msgid "I<BootServerName=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Bounce> %lu (since Linux 2.6.18)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Bridge=>"
@@ -26665,6 +29827,10 @@ msgstr ""
msgid "I<BroadcastMulticastQueueLength=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<BroadcastQueueThreshold=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<Buckets=>"
@@ -26675,6 +29841,12 @@ msgstr ""
msgid "I<BufferBytes=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Buffers> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<BurstBytes=>"
@@ -26700,7 +29872,8 @@ msgstr ""
msgid "I<CHASSIS=>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "I<COLUMNS>"
msgstr ""
@@ -26756,7 +29929,7 @@ msgid "I<COREDUMP_OPEN_FDS=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<COREDUMP_PROC_CGROUP=>"
msgstr ""
@@ -26816,14 +29989,26 @@ msgid "I<Cache=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<CacheFromLocalhost=>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I<CacheDirectory=>"
+msgid "I<Cached> %lu"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-msgid "I<CacheFromLocalhost=>"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CapAmb>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CapBnd>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -26851,6 +30036,24 @@ msgstr ""
msgid "I<ClientIdentifier=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ClockID>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CmaFree> %lu (since Linux 3.1)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CmaTotal> %lu (since Linux 3.1)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CoalescePacketRateSampleIntervalSec=>"
@@ -26861,6 +30064,18 @@ msgstr ""
msgid "I<CollectMode=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CommitLimit> %lu (since Linux 2.6.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Committed_AS> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<CompensationMode=>"
@@ -27017,12 +30232,6 @@ msgid "I<ConditionVirtualization=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "I<ConfigurationDirectory=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ConfigureWithoutCarrier=>"
msgstr ""
@@ -27039,7 +30248,7 @@ msgid "I<ConnectionRetrySec=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CopyBlocks=>"
msgstr ""
@@ -27049,16 +30258,23 @@ msgid "I<CopyDSCP=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CopyFiles=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<CoreDumping>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CoredumpFilter=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<CoredumpReceive=>"
msgstr ""
@@ -27067,6 +30283,18 @@ msgstr ""
msgid "I<Cost=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Cpus_allowed>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Cpus_allowed_list>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CtrlAltDelBurstAction=>"
@@ -27228,6 +30456,10 @@ msgstr ""
msgid "I<DefaultStorage=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<DefaultSubvolume=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<DefaultTasksMax=>"
@@ -27283,6 +30515,36 @@ msgstr ""
msgid "I<DeviceAllow=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<DirectMap1G> %lu (since Linux 2.6.27)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<DirectMap2M> %lu (since Linux 2.6.27)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<DirectMap4M> %lu (since Linux 2.6.27)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<DirectMap4k> %lu (since Linux 2.6.27)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Dirty> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<DisableControllers=>"
@@ -27380,6 +30642,10 @@ msgstr ""
msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.addon\\&.efi"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.confext\\&.raw"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.cred"
@@ -27390,6 +30656,10 @@ msgstr ""
msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.raw"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.sysext\\&.raw"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ESP>/loader/addons/*\\&.addon\\&.efi"
@@ -27431,6 +30701,10 @@ msgstr ""
msgid "I<EncapsulationType=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<EncryptedVolume=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Endpoint=>"
@@ -27532,6 +30806,12 @@ msgstr ""
msgid "I<FDNonISO=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<FDSize>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<FOUDestinationPort=>"
@@ -27543,7 +30823,7 @@ msgid "I<FOUSourcePort=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<FactoryReset=>"
msgstr ""
@@ -27594,11 +30874,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<FileDescriptorStorePreserve=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<FinalKillSignal=>"
msgstr ""
@@ -27607,6 +30882,12 @@ msgstr ""
msgid "I<FixedRandomDelay=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Flags>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<FlowIsolationMode=>"
@@ -27643,7 +30924,7 @@ msgid "I<ForceUnmount=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Format=>"
msgstr ""
@@ -27764,6 +31045,12 @@ msgstr ""
msgid "I<GroupPolicyExtension=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Groups>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<GuessMainPID=>"
@@ -27784,16 +31071,12 @@ msgstr ""
msgid "I<HARDWARE_VENDOR=>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "I<HOME>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid "I<HOST>, B<--host=>I<HOST> Connect to I<HOST>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<HairPin=>"
@@ -27804,6 +31087,12 @@ msgstr ""
msgid "I<Handle=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HardwareCorrupted> %lu (since Linux 2.6.32)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<HelloTimeSec=>"
@@ -27819,6 +31108,18 @@ msgstr ""
msgid "I<HibernateMode=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HighFree> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HighTotal> %lu"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -27836,18 +31137,22 @@ msgid "I<HomeAddress=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<HomeAgent=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<HomeAgentLifetimeSec=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<HomeAgentPreference=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<HopLimit=>"
msgstr ""
@@ -27856,6 +31161,42 @@ msgstr ""
msgid "I<HopPenalty=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HugePages_Free> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HugePages_Rsvd> %lu (since Linux 2.6.17)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HugePages_Surp> %lu (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HugePages_Total> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Hugepagesize> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<HugetlbPages>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<IAID=>"
@@ -27871,11 +31212,21 @@ msgstr ""
msgid "I<ID=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ID>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ID_LIKE=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ID_NET_NAME_ALLOW_>I<sysfsattr>I<=>I<BOOL>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<IMAGE_ID=>"
@@ -27921,8 +31272,8 @@ msgstr ""
msgid "I<IPDoNotFragment=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "I<IPForward=>"
msgstr ""
@@ -27971,7 +31322,12 @@ msgstr ""
msgid "I<IPv4ProxyARP=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<IPv4ProxyARPPrivateVLAN=>"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<IPv4ReversePathFilter=>"
msgstr ""
@@ -28011,10 +31367,12 @@ msgid "I<IPv6MTUBytes=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<IPv6OnlyMode=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<IPv6OnlyPreferredSec=>"
msgstr ""
@@ -28038,6 +31396,10 @@ msgstr ""
msgid "I<IPv6RapidDeploymentPrefix=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<IPv6RetransmissionTimeSec=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<IPv6SendRA=>"
@@ -28083,11 +31445,33 @@ msgstr ""
msgid "I<IgnoreSIGPIPE=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ImportProperty=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Inaccessible=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Inactive(anon)> %lu (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Inactive(file)> %lu (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Inactive> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<IncomingInterface=>"
@@ -28128,6 +31512,12 @@ msgstr ""
msgid "I<InitialQuantumBytes=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Inode>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<InputKey=>"
@@ -28183,12 +31573,10 @@ msgstr ""
msgid "I<KERNELS>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid ""
-"I<KEYWORD> Return information about the server. I<KEYWORD> can be "
-"I<version> for the server version, I<sources> for the list of database "
-"sources or I<types> for the list of supported object types."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<KReclaimable> %lu (since Linux 4.20)"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -28226,6 +31614,12 @@ msgstr ""
msgid "I<KeepMaster=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<KernelStack> %lu (since Linux 2.6.32)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Key=>"
@@ -28261,6 +31655,10 @@ msgstr ""
msgid "I<L2MissNotification=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<L3MasterDevice=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<L3MissNotification=>"
@@ -28276,7 +31674,8 @@ msgstr ""
msgid "I<LACPTransmitRate=>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "I<LINES>"
msgstr ""
@@ -28311,6 +31710,12 @@ msgstr ""
msgid "I<Layer2SpecificHeader=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<LazyFree> %lu (since Linux 4.12)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<LazyUnmount=>"
@@ -28411,6 +31816,7 @@ msgid "I<LoaderBootCountPath>"
msgstr ""
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "I<LoaderConfigConsoleMode>"
msgstr ""
@@ -28420,6 +31826,7 @@ msgid "I<LoaderEntries>"
msgstr ""
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "I<LoaderEntryLastBooted>"
msgstr ""
@@ -28479,12 +31886,6 @@ msgid "I<LogNamespace=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "I<LogsDirectory=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<Loopback=>"
msgstr ""
@@ -28499,6 +31900,18 @@ msgstr ""
msgid "I<LossRate=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<LowFree> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<LowTotal> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MACAddressPolicy=>"
@@ -28545,7 +31958,7 @@ msgid "I<MachineID=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MakeDirectories=>"
msgstr ""
@@ -28554,6 +31967,10 @@ msgstr ""
msgid "I<MakeDirectory=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ManageForeignNextHops=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ManageForeignRoutes=>"
@@ -28579,6 +31996,12 @@ msgstr ""
msgid "I<ManagerEnvironment=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Mapped> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Mark=>"
@@ -28657,6 +32080,24 @@ msgstr ""
msgid "I<MaximumRate=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<MemAvailable> %lu (since Linux 3.14)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<MemFree> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<MemTotal> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MemoryAccounting=>"
@@ -28687,6 +32128,26 @@ msgstr ""
msgid "I<MemoryPressureWatch=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<MemorySleepMode=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<MemoryZSwapWriteback=>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Mems_allowed>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Mems_allowed_list>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<Metric=>"
@@ -28703,10 +32164,22 @@ msgid "I<MinVersion=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Minimize=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Mlocked> %lu (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<MmapCopy> %lu (since Linux 2.6.29)"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -28728,6 +32201,10 @@ msgstr ""
msgid "I<MountImages=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<MountPoint=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MultiQueue=>"
@@ -28793,19 +32270,44 @@ msgstr ""
msgid "I<NAutoVTs=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<NFS_Unstable> %lu (since Linux 2.6.18)"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<NFTSet=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<NTupleFilter=>"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<NSpgid>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I<Name>"
+msgid "I<NSpid>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<NSsid>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<NStgid>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<NTupleFilter=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -28844,6 +32346,12 @@ msgstr ""
msgid "I<NextHop=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Ngid>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Nice=>"
@@ -28854,11 +32362,25 @@ msgstr ""
msgid "I<NoDelay=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<NoNewPrivs>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<NonBlocking=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"I<Note>: In the current implementation, things are a bit racy on 32-bit "
+"systems: if process A reads process B's I</proc/>pidI</io> while process B "
+"is updating one of these 64-bit counters, process A could see an "
+"intermediate result."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Note>: There is no glibc wrapper for this system call; see VERSIONS."
@@ -28887,6 +32409,16 @@ msgstr ""
msgid "I<NotifyReady=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Num>:"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<OBJECT_SYSTEMD_INVOCATION_ID=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<OPTIONS>"
@@ -29003,16 +32535,17 @@ msgstr ""
msgid "I<PIDFile=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid "I<PORT>, B<--port=>I<PORT> Connect to I<PORT>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PORTABLE_PREFIXES=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<PPid>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PRETTY_HOSTNAME=>"
@@ -29064,10 +32597,16 @@ msgid "I<PacketsPerSlave=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PaddingWeight=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<PageTables> %lu (since Linux 2.6.18)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Parameters=>"
@@ -29099,6 +32638,10 @@ msgstr ""
msgid "I<PassEnvironment=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<PassFileDescriptorsToExec=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PassPacketInfo=>"
@@ -29109,6 +32652,12 @@ msgstr ""
msgid "I<PassSecurity=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Path>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<PathRelativeTo=>"
@@ -29119,6 +32668,10 @@ msgstr ""
msgid "I<PeakRate=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<PeerNotifyDelaySec=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PeerPort=>"
@@ -29158,6 +32711,10 @@ msgstr ""
msgid "I<Perl Template Toolkit>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<PersistLeases=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Persistent=>"
@@ -29178,6 +32735,12 @@ msgstr ""
msgid "I<PhysicalDevice=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Pid>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<PipeSize=>"
@@ -29352,7 +32915,7 @@ msgid "I<PropagatesReloadTo=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "I<PropagatesStopTo=>"
msgstr ""
@@ -29398,15 +32961,16 @@ msgid "I<ProtectProc=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<ProtectSystem=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ProtectVersion=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Protocol>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ProxyARP=>"
@@ -29437,6 +33001,12 @@ msgstr ""
msgid "I<QuickAck=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Quicklists> %lu (since Linux 2.6.27)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<R>"
@@ -29452,8 +33022,7 @@ msgstr ""
msgid "I<RFC 3912>: WHOIS Protocol Specification."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#: fedora-40 fedora-rawhide
+#: debian-bookworm opensuse-leap-15-6 fedora-40 fedora-rawhide
msgid ""
"I<RIPE Database Query Reference Manual>: E<lt>I<http://www.ripe.net/data-"
"tools/support/documentation/ripe-database-query-reference-manual>E<gt>"
@@ -29489,6 +33058,10 @@ msgstr ""
msgid "I<RateToQuantum=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ReachableTimeSec=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<ReadEtcHosts=>"
@@ -29519,6 +33092,10 @@ msgstr ""
msgid "I<ReceiveChecksumOffload=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ReceivePacketSteeringCPUMask=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<ReceiveQueues=>"
@@ -29539,6 +33116,12 @@ msgstr ""
msgid "I<ReduceARPProxy=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<RefCount>:"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -29618,6 +33201,7 @@ msgid "I<ReorderHeader=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<RequestAddress=>"
msgstr ""
@@ -29750,6 +33334,7 @@ msgid "I<RestrictSUIDSGID=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<RetransmitSec=>"
msgstr ""
@@ -29863,10 +33448,22 @@ msgstr ""
msgid "I<RoutingAlgorithm=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<RssAnon>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I<RuntimeDirectory=>"
+msgid "I<RssFile>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<RssShmem>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -29920,34 +33517,23 @@ msgstr ""
msgid "I<SELinuxContextFromNet=>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<SHELL>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid ""
-"I<SOURCE:FIRST-LAST> Search updates from I<SOURCE> database between I<FIRST> "
-"and I<LAST> update serial number. It is useful to obtain Near Real Time "
-"Mirroring stream."
-msgstr ""
-
-#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid ""
-"I<SOURCE>[,I<SOURCE>]... Request the server to search for objects mirrored "
-"from I<SOURCE>. Sources are delimited by comma, and the order is "
-"significant. Use the I<-q sources> parameter to obtain a list of valid "
-"sources."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SR-IOVVirtualFunctions=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SReclaimable> %lu (since Linux 2.6.19)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<SSID=>"
@@ -29968,6 +33554,12 @@ msgstr ""
msgid "I<SUPPORT_END=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SUnreclaim> %lu (since Linux 2.6.19)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SYMLINK>"
@@ -30028,6 +33620,12 @@ msgstr ""
msgid "I<Scope=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Seccomp>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SecureBits=>"
@@ -30078,6 +33676,10 @@ msgstr ""
msgid "I<ServerAddress=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ServerPort=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Service=>"
@@ -30094,9 +33696,44 @@ msgid "I<SessionsMax=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<SetLoginEnvironment=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Shmem> %lu (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ShmemHugePages> %lu (since Linux 4.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ShmemPmdMapped> %lu (since Linux 4.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SigQ>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Slab> %lu"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<SleepOperation=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Slice=>"
@@ -30152,6 +33789,12 @@ msgstr ""
msgid "I<SourcePort=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Speculation_Store_Bypass>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<SpeedMeter=>"
@@ -30168,10 +33811,16 @@ msgid "I<SplitGSO=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SplitName=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<St>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<StandardError=>"
@@ -30192,18 +33841,6 @@ msgstr ""
msgid "I<StartLimitAction=>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "I<State>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "I<StateDirectory=>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<StatisticsBlockCoalesceSec=>"
@@ -30220,7 +33857,7 @@ msgid "I<StopIdleSessionSec=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "I<StopPropagatedFrom=>"
msgstr ""
@@ -30240,6 +33877,10 @@ msgstr ""
msgid "I<StubInfo>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<StubPcrInitRDConfExts>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<StubPcrInitRDSysExts>"
@@ -30255,12 +33896,17 @@ msgstr ""
msgid "I<StubPcrKernelParameters>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<SubType=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<SubnetId=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<Subvolumes=>"
msgstr ""
@@ -30290,6 +33936,7 @@ msgid "I<SuppressSync=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<SurviveFinalKillSignal=>"
msgstr ""
@@ -30303,6 +33950,24 @@ msgstr ""
msgid "I<SuspendState=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SwapCached> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SwapFree> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<SwapTotal> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<SwapUsedLimit=>"
@@ -30384,6 +34049,7 @@ msgid "I<TCPCongestionControlAlgorithm=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<TCPRetransmissionTimeoutSec=>"
msgstr ""
@@ -30392,7 +34058,8 @@ msgstr ""
msgid "I<TCPSegmentationOffload=>"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "I<TERMCAP>"
msgstr ""
@@ -30417,8 +34084,8 @@ msgstr ""
msgid "I<TTL=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "I<TTLPropagate=>"
msgstr ""
@@ -30437,23 +34104,6 @@ msgstr ""
msgid "I<TTYVTDisallocate=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid "I<TYPE> Return the template for a object of I<TYPE>."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid "I<TYPE> Return the verbose template for a object of I<TYPE>."
-msgstr ""
-
-#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
-msgid ""
-"I<TYPE>[,I<TYPE>]... Restrict the search to objects of I<TYPE>. Multiple "
-"types are separated by a comma."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<TargetSec=>"
@@ -30474,6 +34124,12 @@ msgstr ""
msgid "I<Termination=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Tgid>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -30485,6 +34141,12 @@ msgstr ""
msgid "I<The Perl Cookbook> (the \"Ram Book\"):"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Threads>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<TimeoutAbortSec=>"
@@ -30530,6 +34192,12 @@ msgstr ""
msgid "I<Token=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<TracerPid>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<TransmitChecksumOffload=>"
@@ -30595,6 +34263,12 @@ msgstr ""
msgid "I<TxtText=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Type>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<TypeOfService=>"
@@ -30652,10 +34326,22 @@ msgid "I<USBFunctionStrings=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<UUID=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Umask>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Unevictable> %lu (since Linux 2.6.28)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<UnicastFlood=>"
@@ -30676,6 +34362,10 @@ msgstr ""
msgid "I<UnsetEnvironment=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<UnsetProperty=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<UpDelaySec=>"
@@ -30734,11 +34424,6 @@ msgid "I<UseDelegatedPrefix=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-msgid "I<UseDomains=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<UseForEncoding=>"
msgstr ""
@@ -30749,6 +34434,7 @@ msgid "I<UseGateway=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<UseHopLimit=>"
msgstr ""
@@ -30757,7 +34443,7 @@ msgstr ""
msgid "I<UseHostname=>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
msgid "I<UseICMP6RateLimit=>"
msgstr ""
@@ -30777,6 +34463,7 @@ msgid "I<UseOnLinkPrefix=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<UsePREF64=>"
msgstr ""
@@ -30785,6 +34472,18 @@ msgstr ""
msgid "I<UseRawPacketSize=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<UseReachableTime=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<UseRedirect=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<UseRetransmissionTime=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<UseRoutePrefix=>"
@@ -30891,20 +34590,22 @@ msgid "I<Verify=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Verity=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<VerityDataBlockSizeBytes=>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<VerityHashBlockSizeBytes=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<VerityMatchKey=>"
msgstr ""
@@ -30923,6 +34624,84 @@ msgstr ""
msgid "I<VirtualQueues=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmHWM>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmLck>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmLib>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmPMD>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmPTE>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmPeak>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmPin>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmRSS>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmSize>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmSwap>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmallocChunk> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmallocTotal> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<VmallocUsed> %lu"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Volatile=>"
@@ -30965,6 +34744,10 @@ msgstr ""
msgid "I<Wants=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<WantsMountsFor=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<Wash=>"
@@ -30995,6 +34778,18 @@ msgstr ""
msgid "I<Writable=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Writeback> %lu"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<WritebackTmp> %lu (since Linux 2.6.26)"
+msgstr ""
+
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux
#, no-wrap
msgid "I<Writing Perl Modules for CPAN>"
@@ -31010,18 +34805,48 @@ msgstr ""
msgid "I<Zone=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[anon:>nameI<]> (since Linux 5.17)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[anon_shmem:>nameI<]> (since Linux 6.2)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<[defaults]>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[heap]>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<[options]>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[stack:>tidI<]> (from Linux 3.4 to Linux 4.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[stack]>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<[usb] vendor-id product-id>"
@@ -31036,6 +34861,32 @@ msgid ""
"own. If device is set to I<auto> then the next matching device is used."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<[vdso]>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "I<\\[dq]big_key\\[dq]> (since Linux 3.13)"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "I<\\[dq]keyring\\[dq]>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "I<\\[dq]logon\\[dq]> (since Linux 3.3)"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "I<\\[dq]user\\[dq]>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<_BOOT_ID=>"
@@ -31142,6 +34993,32 @@ msgstr ""
msgid "I<a line of the form E<lt>interfaceE<gt>:E<lt>deviceE<gt>>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"I<address perms offset dev inode pathname>\n"
+"00400000-00452000 r-xp 00000000 08:02 173521 /usr/bin/dbus-daemon\n"
+"00651000-00652000 r--p 00051000 08:02 173521 /usr/bin/dbus-daemon\n"
+"00652000-00655000 rw-p 00052000 08:02 173521 /usr/bin/dbus-daemon\n"
+"00e03000-00e24000 rw-p 00000000 00:00 0 [heap]\n"
+"00e24000-011f7000 rw-p 00000000 00:00 0 [heap]\n"
+"\\&...\n"
+"35b1800000-35b1820000 r-xp 00000000 08:02 135522 /usr/lib64/ld-2.15.so\n"
+"35b1a1f000-35b1a20000 r--p 0001f000 08:02 135522 /usr/lib64/ld-2.15.so\n"
+"35b1a20000-35b1a21000 rw-p 00020000 08:02 135522 /usr/lib64/ld-2.15.so\n"
+"35b1a21000-35b1a22000 rw-p 00000000 00:00 0\n"
+"35b1c00000-35b1dac000 r-xp 00000000 08:02 135870 /usr/lib64/libc-2.15.so\n"
+"35b1dac000-35b1fac000 ---p 001ac000 08:02 135870 /usr/lib64/libc-2.15.so\n"
+"35b1fac000-35b1fb0000 r--p 001ac000 08:02 135870 /usr/lib64/libc-2.15.so\n"
+"35b1fb0000-35b1fb2000 rw-p 001b0000 08:02 135870 /usr/lib64/libc-2.15.so\n"
+"\\&...\n"
+"f2c6ff8c000-7f2c7078c000 rw-p 00000000 00:00 0 [stack:986]\n"
+"\\&...\n"
+"7fffb2c0d000-7fffb2c2e000 rw-p 00000000 00:00 0 [stack]\n"
+"7fffb2d48000-7fffb2d49000 r-xp 00000000 00:00 0 [vdso]\n"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed archlinux opensuse-leap-15-6
#, no-wrap
@@ -31153,6 +35030,23 @@ msgstr ""
msgid "I<addrlen> is invalid (e.g., is negative)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<age_limit> is the age in seconds after which dcache entries can be "
+"reclaimed when memory is short."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<aio-nr> is the running total of the number of events specified by "
+"B<io_setup>(2) calls for all currently active AIO contexts. If I<aio-nr> "
+"reaches I<aio-max-nr>, then B<io_setup>(2) will fail with the error "
+"B<EAGAIN>. Raising I<aio-max-nr> does not result in the preallocation or "
+"resizing of any kernel data structures."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -31194,17 +35088,47 @@ msgstr ""
msgid "I<aio_reqprio>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<allocstall> (since Linux 2.6.0)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<automount>\\&.automount"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<balloon_deflate> (since Linux 3.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<balloon_inflate> (since Linux 3.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<balloon_migrate> (since Linux 3.18)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<blank or starting with a '#' character>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<btime 769041601>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<buf> is outside your accessible address space."
@@ -31216,6 +35140,12 @@ msgstr ""
msgid "I<c>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<cancelled_write_bytes>:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<children_max=>"
@@ -31232,6 +35162,12 @@ msgstr ""
msgid "I<clear>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<clockid>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -31252,18 +35188,100 @@ msgstr ""
msgid "I<comment_char>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_fail> (since Linux 2.6.35)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_free_scanned> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_isolated> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_migrate_scanned> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_stall> (since Linux 2.6.35)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<compact_success> (since Linux 2.6.35)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<containing only the word \"auto\">"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<cpu 10132153 290696 3084719 46828483 16683 0 25195 0 175628 0>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<cpu0 1393280 32966 572056 13343292 6130 0 17875 0 23933 0>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "I<cpu>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<cryptenroll\\&.fido2-pin>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptenroll\\&.pkcs11-pin>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptsetup\\&.fido2-pin>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptsetup\\&.luks2-pin>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptsetup\\&.passphrase>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptsetup\\&.pkcs11-pin>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<cryptsetup\\&.tpm2-pin>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ctxt 115315>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<d>"
@@ -31329,6 +35347,35 @@ msgstr ""
msgid "I<discard>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<disk_io: (2,0):(31,30,5764,1,2) (3,0):>..."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<drivername> can currently be NCR53c7xx, aha152x, aha1542, aha1740, "
+"aic7xxx, buslogic, eata_dma, eata_pio, fdomain, in2000, pas16, qlogic, "
+"scsi_debug, seagate, t128, u15-24f, ultrastore, or wd7000. These "
+"directories show up for all drivers that registered at least one SCSI HBA. "
+"Every directory contains one file per registered host. Every host-file is "
+"named after the number the host was assigned during initialization."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<drop_pagecache> (since Linux 3.15)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<drop_slab> (since Linux 3.15)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -31384,11 +35431,23 @@ msgstr ""
msgid "I<escape_char>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<event-flags>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<event_timeout=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<eventfd-count> is the current value of the eventfd counter, in hexadecimal."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<exec_delay=>"
@@ -31500,6 +35559,18 @@ msgstr ""
msgid "I<group>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<guest> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<guest_nice> (since Linux 2.6.33)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -31542,6 +35613,18 @@ msgstr ""
msgid "I<height>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<htlb_buddy_alloc_fail> (since Linux 2.6.26)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<htlb_buddy_alloc_success> (since Linux 2.6.26)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<http://www.penguin-breeder.org/?page=sane-net>"
@@ -31552,10 +35635,30 @@ msgstr ""
msgid "I<https://nano-editor.org/>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<idle>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<ifname=>, I<net\\&.ifname_policy=>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "I<ino>"
+msgid "I<ignored_mask>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<intr 1462898>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<io\\&.systemd\\&.boot\\&.kernel-cmdline-extra>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -31563,23 +35666,66 @@ msgstr ""
msgid "I<io\\&.systemd\\&.stub\\&.kernel-cmdline-extra>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<iowait> (since Linux 2.5.41)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<irq> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<it_interval>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<it_value>"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "I<keyname=>"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid ""
"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor "
"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<kswapd_high_wmark_hit_quickly> (since Linux 2.6.33)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<kswapd_inodesteal> (since linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<kswapd_low_wmark_hit_quickly> (since Linux 2.6.33)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<len>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I<length>"
msgstr ""
@@ -31614,18 +35760,24 @@ msgstr ""
msgid "I<login\\&.motd>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "I<mask>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<max>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<mflags>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<mnt_id>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<modules_load=>, I<rd\\&.modules_load=>"
@@ -31666,11 +35818,15 @@ msgstr ""
msgid "I<net\\&.ifnames=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<net\\&.naming-scheme=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<net\\&.naming_scheme=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<netdev>\\&.netdev"
@@ -31681,6 +35837,12 @@ msgstr ""
msgid "I<network>\\&.network"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"I<network\\&.conf\\&.*>, I<network\\&.link\\&.*>, I<network\\&.netdev\\&.*>, "
+"I<network\\&.network\\&.*>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<network\\&.dns>, I<network\\&.search_domains>"
@@ -31691,6 +35853,10 @@ msgstr ""
msgid "I<network\\&.hosts>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<network\\&.wireguard\\&.*>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<network_service>\\&.dnssd"
@@ -31709,17 +35875,330 @@ msgid ""
"directory ownership reverting to \"nobody\" on NFSv4 mount points."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nice>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<noresume>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<notify>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<nr>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_active_anon> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_active_file> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_alloc_batch> (since Linux 3.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_anon_pages> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_anon_transparent_hugepages> (since Linux 2.6.38)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_bounce> (since Linux 2.6.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<nr_dentry> is the number of allocated dentries (dcache entries). This "
+"field is unused in Linux 2.2."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_dirtied> (since Linux 2.6.37)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_dirty> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_dirty_background_threshold> (since Linux 2.6.37)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_dirty_threshold> (since Linux 2.6.37)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_file_pages> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_free_cma> (since Linux 3.7)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_free_pages> (since Linux 2.6.31)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_inactive_anon> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_inactive_file> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<nr_inodes> is the number of inodes the system has allocated. "
+"I<nr_free_inodes> represents the number of free inodes."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_isolated_anon> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_isolated_file> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_kernel_stack> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_mapped> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_mlock> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_page_table_pages> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_pages_scanned> (since Linux 3.17)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_shmem> (since Linux 2.6.32)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_slab_reclaimable> (since Linux 2.6.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_slab_unreclaimable> (since Linux 2.6.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_tlb_local_flush_all> (since Linux 3.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_tlb_local_flush_one> (since Linux 3.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_tlb_remote_flush> (since Linux 3.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_tlb_remote_flush_received> (since Linux 3.12)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_unevictable> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_unstable> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<nr_unused> is the number of unused dentries."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_vmscan_immediate_reclaim> (since Linux 3.2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_vmscan_write> (since Linux 2.6.19)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_writeback> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_writeback_temp> (since Linux 2.6.26)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<nr_written> (since Linux 2.6.37)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_foreign> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_hint_faults> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_hint_faults_local> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_hit> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_huge_pte_updates> (since Linux 3.13)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_interleave> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_local> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_miss> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_other> (since Linux 2.6.18)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_pages_migrated> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<numa_pte_updates> (since Linux 3.8)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -31737,6 +36216,12 @@ msgstr ""
msgid "I<oldpath> or I<newpath> was too long."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<overcommit_ratio> is the value in I</proc/sys/vm/overcommit_ratio>; and"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<overridden>"
@@ -31748,7 +36233,19 @@ msgstr ""
msgid "I<pad>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<page 5741 1808>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pageoutrun> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm
msgid "I<partition>"
msgstr ""
@@ -31801,6 +36298,267 @@ msgid ""
"symbolic link, dangling or not."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<pathname> is shown unescaped except for newline characters, which are "
+"replaced with an octal escape sequence. As a result, it is not possible to "
+"determine whether the original pathname contained a newline character or the "
+"literal I<\\e012> character sequence."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgactivate> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgalloc_dma32> (since Linux 2.6.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgalloc_dma> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgalloc_high> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgalloc_movable> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgalloc_normal> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgdeactivate> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgfault> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgfree> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pginodesteal> (since linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgmajfault> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgmigrate_fail> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgmigrate_success> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgpgin> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgpgout> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrefill_dma32> (since Linux 2.6.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrefill_dma> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrefill_high> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrefill_movable> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrefill_normal> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgrotated> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_dma32> (since Linux 2.6.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_dma>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_high>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_movable> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_normal>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_direct_throttle> (since Linux 3.6)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_kswapd_dma32> (since Linux 2.6.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_kswapd_dma>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_kswapd_high>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_kswapd_movable> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgscan_kswapd_normal> (since Linux 2.6.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_direct_dma32> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_direct_dma>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_direct_high> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_direct_movable> (since Linux 2.6.23)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_direct_normal> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_kswapd_dma32> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_kswapd_dma> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_kswapd_high> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_kswapd_movable> (since Linux 3.4)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pgsteal_kswapd_normal> (since Linux 3.4)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<plymouth\\&.enable=>"
@@ -31811,6 +36569,12 @@ msgstr ""
msgid "I<port value>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pos>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -31818,12 +36582,38 @@ msgid ""
"other options have been applied."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<preshrink> is nonzero when the I<nr_inodes> E<gt> I<inode-max> and the "
+"system needs to prune the inode list instead of allocating more; since Linux "
+"2.4, this field is a dummy value (always zero)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<pressure>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<processes 86031>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<procs_blocked 2>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<procs_running 6>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -31836,6 +36626,18 @@ msgstr ""
msgid "I<psize>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pswpin> (since Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<pswpout> (since Linux 2.6.0)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<q>"
@@ -31853,12 +36655,24 @@ msgstr ""
msgid "I<random>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<rchar>: characters read"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<read>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<read_bytes>: bytes read"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<redirected>"
@@ -31910,11 +36724,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<resume_offset=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<resumeflags=>"
msgstr ""
@@ -31953,6 +36762,12 @@ msgstr ""
msgid "I<scope>\\&.scope"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<sdev>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -31964,6 +36779,12 @@ msgstr ""
msgid "I<service>\\&.service"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<settime flags>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<shmid> points to a removed identifier."
@@ -32015,12 +36836,32 @@ msgstr ""
msgid "I<sig>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<sigmask> is the hexadecimal mask of signals that are accepted via this "
+"signalfd file descriptor. (In this example, bits 2 and 3 are set, "
+"corresponding to the signals B<SIGINT> and B<SIGQUIT>; see B<signal>(7).)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<signal>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<size>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<slabs_scanned> (since linux 2.6.5)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<slice>\\&.slice"
@@ -32036,6 +36877,18 @@ msgstr ""
msgid "I<sockfd> is not a valid open file descriptor."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<softirq 229245889 94 60001584 13619 5175704 2471304 28 51212741 59130143 0 51240672>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<softirq> (since Linux 2.6.0)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
@@ -32047,12 +36900,22 @@ msgstr ""
msgid "I<ssh\\&.authorized_keys\\&.root>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<ssh\\&.listen>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<start_date>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<steal> (since Linux 2.6.11)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -32071,6 +36934,12 @@ msgstr ""
msgid "I<suspend=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<swap 1 0>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<swap>\\&.swap"
@@ -32082,21 +36951,63 @@ msgstr ""
msgid "I<sync>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<syscr>: read syscalls"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<syscw>: write syscalls"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<system>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<system\\&.hostname>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.allow_userspace_verity=>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<systemd\\&.battery_check=>"
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<systemd\\&.clock-usec=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.clock_usec=>"
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<systemd\\&.condition-first-boot=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<systemd\\&.condition-needs-update=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.condition_first_boot=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.condition_needs_update=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.confirm_spawn>"
@@ -32112,13 +37023,17 @@ msgstr ""
msgid "I<systemd\\&.cpu_weight=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.crash_action=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.crash_chvt>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<systemd\\&.crash_reboot>"
msgstr ""
@@ -32147,6 +37062,10 @@ msgstr ""
msgid "I<systemd\\&.early_core_pattern=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.extra-unit\\&.*>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.hostname=>"
@@ -32185,11 +37104,15 @@ msgstr ""
msgid "I<systemd\\&.memory_max=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "I<systemd\\&.random-seed=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.random_seed=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.runtime_max_sec=>"
@@ -32220,6 +37143,18 @@ msgstr ""
msgid "I<systemd\\&.tasks_max=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.tpm2_wait=>"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid "I<systemd\\&.unified_cgroup_hierarchy>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<systemd\\&.unit-dropin\\&.*>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.verity_root_options=>"
@@ -32273,11 +37208,59 @@ msgstr ""
msgid "I<the name of your scanner/vendor>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_collapse_alloc> (since Linux 2.6.39)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_collapse_alloc_failed> (since Linux 2.6.39)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_fault_alloc> (since Linux 2.6.39)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_fault_fallback> (since Linux 2.6.39)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_split> (since Linux 2.6.39)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_zero_page_alloc> (since Linux 3.8)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<thp_zero_page_alloc_failed> (since Linux 3.8)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<thread> is not a joinable thread."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<ticks>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<timeout_signal=>"
@@ -32293,6 +37276,21 @@ msgstr ""
msgid "I<timerid> is not a valid timer ID."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<total_RAM> is the total amount of RAM on the system;"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<total_huge_TLB> is the amount of memory set aside for huge pages;"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<total_swap> is the amount of swap space."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<type=>"
@@ -32310,6 +37308,14 @@ msgstr ""
msgid "I<u>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<udev\\&.conf\\&.*>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<udev\\&.rules\\&.*>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<udev_log=>"
@@ -32326,6 +37332,48 @@ msgstr ""
msgid "I<undo_dir>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_cleared> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_culled> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_mlocked> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_munlocked> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_rescued> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_scanned> (since Linux 2.6.28)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<unevictable_pgs_stranded> (since Linux 2.6.28)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -32350,12 +37398,49 @@ msgstr ""
msgid "I<view>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<vmacache_find_calls> (since Linux 3.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<vmacache_find_hits> (since Linux 3.16)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<vmacache_full_flushes> (since Linux 3.19)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<w>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"I<want_pages> is nonzero when the kernel has called shrink_dcache_pages() "
+"and the dcache isn't pruned yet."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<wchar>: characters written"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<wd>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -32373,18 +37458,48 @@ msgstr ""
msgid "I<width>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<workingset_activate> (since Linux 3.15)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<workingset_nodereclaim> (since Linux 3.15)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<workingset_refault> (since Linux 3.15)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<write>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<write_bytes>: bytes written"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<z>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<zone_reclaim_failed> (since linux 2.6.31)"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm
#, no-wrap
msgid "IA-64"
msgstr ""
@@ -32395,25 +37510,33 @@ msgstr ""
msgid "IBM"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"IBM's AIX has a I<\\%\\%term\\%info> facility descended from SVr1 I<\\%\\"
"%term\\%info>, but which is incompatible with the SVr4 format. B<\\"
"%captoinfo> translates the following AIX extensions."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"IBM's AIX has a terminfo facility descended from SVr1 terminfo but "
-"incompatible with the SVr4 format. The following AIX extensions are "
-"automatically translated:"
-msgstr ""
-
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "ID mapping configuration file"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"ID: 1\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 0\n"
+"ID: 0\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 1\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -32448,6 +37571,20 @@ msgstr ""
msgid "INTERFACE STABILITY"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed
+msgid "IP Sysctl"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"IP address HW type Flags HW address Mask Device\n"
+"192.168.0.50 0x1 0x2 00:50:BF:25:68:F3 * eth0\n"
+"192.168.0.250 0x1 0xc 00:00:00:00:00:00 * eth0\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -32466,7 +37603,8 @@ msgid ""
"are metacharacters for the shell and must be escaped in shell."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "IRIX"
msgstr ""
@@ -33039,7 +38177,12 @@ msgid ""
"the agent."
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Idle (Linux 4.14 onward)"
+msgstr ""
+
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid ""
"If B<--insert-timestamp> is active then the time inserted is either the time "
"that the linking takes place or, if the \\&CW<\\*(C`SOURCE_DATE_EPOCH\\*(C'> "
@@ -33066,21 +38209,14 @@ msgid ""
"the standard output."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If B<-rpath> is not used when linking an ELF executable, the contents of the "
"environment variable CW<\\*(C`LD_RUN_PATH\\*(C'> will be used if it is "
"defined."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If B<-rpath> is not used when linking an \\s-1ELF\\s0 executable, the "
-"contents of the environment variable CW<\\*(C`LD_RUN_PATH\\*(C'> will be "
-"used if it is defined."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -33126,6 +38262,13 @@ msgid ""
"terminal's eol and eol2 characters."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If I</proc/sys/vm/panic_on_oom> is nonzero, it takes precedence over "
+"whatever value is used in I</proc/sys/vm/oom_kill_allocating_task>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -33152,7 +38295,8 @@ msgid ""
"the return status is 1."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"If I<dest> is NULL, I<dsize> is ignored, and the conversion proceeds as "
"above, except that the converted wide characters are not written out to "
@@ -33177,8 +38321,8 @@ msgid ""
"application as having zero values. This provides backwards-compatibility."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If I<level> is a numeric values greater than zero B<ld> optimizes the "
"output. This might take significantly longer and therefore probably should "
@@ -33189,17 +38333,6 @@ msgid ""
"may change with future releases."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If I<level> is a numeric values greater than zero B<ld> optimizes the "
-"output. This might take significantly longer and therefore probably should "
-"only be enabled for the final binary. At the moment this option only "
-"affects \\s-1ELF\\s0 shared library generation. Future releases of the "
-"linker may make more use of this option. Also currently there is no "
-"difference in the linker's behaviour for different non-zero values of this "
-"option. Again this may change with future releases."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#: opensuse-tumbleweed
msgid ""
@@ -33354,6 +38487,35 @@ msgid ""
"I<tpm2-device=> options) the key is decrypted before use\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If a new mount is stacked on top of a previous existing mount (so that it "
+"hides the existing mount) at pathname P, then the parent of the new mount is "
+"the previous mount at that location. Thus, when looking at all the mounts "
+"stacked at a particular location, the top-most mount is the one that is not "
+"the parent of any other mount at the same location. (Note, however, that "
+"this top-most mount will be accessible only if the longest path subprefix of "
+"P that is a mount point is not itself hidden by a stacked mount.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If a process writes a security context into this file, all subsequently "
+"created keys (B<add_key>(2)) will be labeled with this context. For "
+"further information, see the kernel source file I<Documentation/security/"
+"keys/core.rst> (or file I<Documentation/security/keys.txt> between Linux 3.0 "
+"and Linux 4.13, or I<Documentation/keys.txt> before Linux 3.0)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If a process writes a security context into this file, all subsequently "
+"created sockets will be labeled with this context."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -33412,8 +38574,17 @@ msgid ""
"otherwise noted, the B<shopt> options are disabled (unset) by default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If enabled in the kernel (B<CONFIG_TIMER_STATS>), but not used, it has "
+"almost zero run-time overhead and a relatively small data-structure "
+"overhead. Even if collection is enabled at run time, overhead is low: all "
+"the locking is per-CPU and lookup is hashed."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If given, all global symbols in the objects used to build a DLL will be "
"exported by the DLL. Note that this is the default if there otherwise "
@@ -33442,52 +38613,16 @@ msgid ""
"port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If given, all global symbols in the objects used to build a \\s-1DLL\\s0 "
-"will be exported by the \\s-1DLL.\\s0 Note that this is the default if there "
-"otherwise wouldn't be any exported symbols. When symbols are explicitly "
-"exported via \\s-1DEF\\s0 files or implicitly exported via function "
-"attributes, the default is to not export anything else unless this option is "
-"given. Note that the symbols CW<\\*(C`DllMain@12\\*(C'>, "
-"\\&CW<\\*(C`DllEntryPoint@0\\*(C'>, CW<\\*(C`DllMainCRTStartup@12\\*(C'>, "
-"and \\&CW<\\*(C`impure_ptr\\*(C'> will not be automatically exported. Also, "
-"symbols imported from other DLLs will not be re-exported, nor will symbols "
-"specifying the \\s-1DLL\\s0's internal layout such as those beginning with "
-"CW<\\*(C`_head_\\*(C'> or ending with \\&CW<\\*(C`_iname\\*(C'>. In "
-"addition, no symbols from CW<\\*(C`libgcc\\*(C'>, \\&CW<\\*(C`libstd++"
-"\\*(C'>, CW<\\*(C`libmingw32\\*(C'>, or CW<\\*(C`crtX.o\\*(C'> will be "
-"exported. Symbols whose names begin with CW<\\*(C`_\\|_rtti_\\*(C'> or "
-"CW<\\*(C`_\\|_builtin_\\*(C'> will not be exported, to help with \\*(C+ "
-"DLLs. Finally, there is an extensive list of cygwin-private symbols that "
-"are not exported (obviously, this applies on when building DLLs for cygwin "
-"targets). These cygwin-excludes are: CW<\\*(C`_cygwin_dll_entry@12\\*(C'>, "
-"\\&CW<\\*(C`_cygwin_crt0_common@8\\*(C'>, "
-"CW<\\*(C`_cygwin_noncygwin_dll_entry@12\\*(C'>, \\&CW<\\*(C`_fmode\\*(C'>, "
-"CW<\\*(C`_impure_ptr\\*(C'>, CW<\\*(C`cygwin_attach_dll\\*(C'>, "
-"\\&CW<\\*(C`cygwin_premain0\\*(C'>, CW<\\*(C`cygwin_premain1\\*(C'>, "
-"CW<\\*(C`cygwin_premain2\\*(C'>, \\&CW<\\*(C`cygwin_premain3\\*(C'>, and "
-"CW<\\*(C`environ\\*(C'>. [This option is specific to the i386 \\s-1PE\\s0 "
-"targeted port of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If given, symbols with a stdcall suffix (@I<nn>) will be exported as-is and "
"also with the suffix stripped. [This option is specific to the i386 PE "
"targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If given, symbols with a stdcall suffix (@I<nn>) will be exported as-is and "
-"also with the suffix stripped. [This option is specific to the i386 "
-"\\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If given, the appropriate bit in the \"Characteristics\" field of the COFF "
"header is set to indicate that this executable supports virtual addresses "
@@ -33497,32 +38632,14 @@ msgid ""
"specific to PE targeted ports of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If given, the appropriate bit in the \\*(L\"Characteristics\\*(R\" field of "
-"the \\s-1COFF\\s0 header is set to indicate that this executable supports "
-"virtual addresses greater than 2 gigabytes. This should be used in "
-"conjunction with the /3GB or /USERVA=I<value> megabytes switch in the "
-"\\*(L\"[operating systems]\\*(R\" section of the \\s-1BOOT.INI.\\s0 "
-"Otherwise, this bit has no effect. [This option is specific to \\s-1PE\\s0 "
-"targeted ports of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If given, the stdcall suffixes (@I<nn>) will be stripped from symbols before "
"they are exported. [This option is specific to the i386 PE targeted port of "
"the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If given, the stdcall suffixes (@I<nn>) will be stripped from symbols before "
-"they are exported. [This option is specific to the i386 \\s-1PE\\s0 "
-"targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"If multiple methods are combined, implementors should make sure to use the "
@@ -33537,22 +38654,13 @@ msgid ""
"the B<CDR_DEVICE> environment."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"If no I<file> is given, then the environment variable B<TERMCAP> is used for "
-"the filename or entry. If B<TERMCAP> is a full pathname to a file, only the "
-"terminal whose name is specified in the environment variable B<TERM> is "
-"extracted from that file. If the environment variable B<TERMCAP> is not "
-"set, then the file B<\\*d> is read."
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux mageia-cauldron
msgid ""
"If no I<file>s are specified, B<\\%captoinfo> interprets the content of the "
"environment variable I<\\%TERMCAP> as a file name, and extracts only the "
"entry for the terminal named in the environment variable I<TERM> from it. "
"If the environment variable I<\\%TERMCAP> is not set, B<\\%captoinfo> reads "
-"I<\\%/etc/termcap.>"
+"I<\\%/etc/termcap>."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -33606,6 +38714,13 @@ msgid ""
"above, volume activation fails\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If nonzero, this disables the new 32-bit memory-mapping layout; the kernel "
+"will use the legacy (2.4) layout for all processes."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -34019,6 +39134,21 @@ msgid ""
"the file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "If set, the page is in swap space"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "If set, the page is present in RAM."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "If set, the page is write-protected through B<userfaultfd>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -34076,22 +39206,23 @@ msgid ""
"words are the only possible completions. See E<.SM> B<SHELL VARIABLES>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"If specified, this option will suppress printing of any header information "
"and all DIEs before the DIE numbered I<n>. Only siblings and children of "
"the specified DIE will be printed."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"If specified, this option will suppress printing of any header information "
"and all DIEs before the \\s-1DIE\\s0 numbered I<n>. Only siblings and "
"children of the specified \\s-1DIE\\s0 will be printed."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If the B<-Map> or B<--print-map> options are enabled then the remapping list "
"will be included in the map output."
@@ -34126,15 +39257,16 @@ msgid ""
"contents of the directory stack."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If the B<verbose> option is enabled then any mappings that match will be "
"reported, although again the B<verbose> option needs to be enabled on the "
"command line I<before> the remaped filenames appear."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"If the CTF section contains ambiguously-defined types, it will consist of an "
"archive of many CTF dictionaries, all inheriting from one dictionary "
@@ -34170,7 +39302,15 @@ msgid ""
"format."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the I<pathname> field is blank, this is an anonymous mapping as obtained "
+"via B<mmap>(2). There is no easy way to coordinate this back to a process's "
+"source, short of running it through B<gdb>(1), B<strace>(1), or similar."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"If the \\s-1CTF\\s0 section contains ambiguously-defined types, it will "
"consist of an archive of many \\s-1CTF\\s0 dictionaries, all inheriting from "
@@ -34189,15 +39329,15 @@ msgid ""
"file /etc/wodim.conf (see FILES section)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the calling process has a negative nice value, the nice value is reset to "
"zero in child processes."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the calling thread has a scheduling policy of B<SCHED_FIFO> or "
"B<SCHED_RR>, the policy is reset to B<SCHED_OTHER> in child processes."
@@ -34265,6 +39405,14 @@ msgid ""
"which case B<fc> returns failure."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the kernel was built with exportfs support, the path to the target file "
+"is exposed as a file handle, via three hexadecimal fields: I<fhandle-bytes>, "
+"I<fhandle-type>, and I<f_handle>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -34283,12 +39431,20 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the library was compiled with debug support enabled, this environment "
+"variable controls the debug level for this backend. E.g., a value of 255 "
+"requests all debug output to be printed. Smaller levels reduce verbosity."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the library was compiled with debug support enabled, this environment "
"variable controls the debug level for this backend. Higher debug levels "
"increase the verbosity of the output."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If the link finds a symbol that it cannot resolve, it will attempt to do "
"\"fuzzy linking\" by looking for another defined symbol that differs only in "
@@ -34306,24 +39462,6 @@ msgid ""
"targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If the link finds a symbol that it cannot resolve, it will attempt to do "
-"\\*(L\"fuzzy linking\\*(R\" by looking for another defined symbol that "
-"differs only in the format of the symbol name (cdecl vs stdcall) and will "
-"resolve that symbol by linking to the match. For example, the undefined "
-"symbol CW<\\*(C`_foo\\*(C'> might be linked to the function "
-"\\&CW<\\*(C`_foo@12\\*(C'>, or the undefined symbol CW<\\*(C`_bar@16\\*(C'> "
-"might be linked to the function CW<\\*(C`_bar\\*(C'>. When the linker does "
-"this, it prints a warning, since it normally should have failed to link, but "
-"sometimes import libraries generated from third-party dlls may need this "
-"feature to be usable. If you specify B<--enable-stdcall-fixup>, this "
-"feature is fully enabled and warnings are not printed. If you specify "
-"\\&B<--disable-stdcall-fixup>, this feature is disabled and such mismatches "
-"are considered to be errors. [This option is specific to the i386 "
-"\\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -34339,7 +39477,8 @@ msgid ""
"script entirely, but note the effect of the CW<\\*(C`INSERT\\*(C'> command."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"If the linker is going to generate a warning message about an executable "
"stack then the B<--error-execstack> option will instead change that warning "
@@ -34348,7 +39487,8 @@ msgid ""
"objects> to set a specific warning state."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"If the linker is going to generate a warning message about an executable, "
"writeable segment, or an executable TLS segment, then the \\&B<--error-rwx-"
@@ -34371,17 +39511,62 @@ msgid ""
"If the map file already exists then it will be overwritten by this operation."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the mapping is file-backed and the file has been deleted, the string \" "
+"(deleted)\" is appended to the pathname. Note that this is ambiguous too."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the memory is heavily fragmented, the counters for higher order chunks "
+"will be zero and allocation of large contiguous areas will fail."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "If the name referred to a symbolic link, the link is removed."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the page is present in RAM (bit 63), then these bits provide the page "
+"frame number, which can be used to index I</proc/kpageflags> and I</proc/"
+"kpagecount>. If the page is present in swap (bit 62), then bits 4\\[en]0 "
+"give the swap type, and bits 54\\[en]5 encode the swap offset."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the parent mount lies outside the process's root directory (see "
+"B<chroot>(2)), the ID shown here won't have a corresponding record in "
+"I<mountinfo> whose mount ID (field 1) matches this parent mount ID (because "
+"mounts that lie outside the process's root directory are not shown in "
+"I<mountinfo>). As a special case of this point, the process's root mount "
+"may have a parent mount (for the initramfs filesystem) that lies outside the "
+"process's root directory, and an entry for that mount will not appear in "
+"I<mountinfo>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the pathname given in I<pathname> is absolute, then I<dirfd> is ignored."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the process is blocked, but not in a system call, then the file displays "
+"-1 in place of the system call number, followed by just the values of the "
+"stack pointer and program counter. If process is not blocked, then the file "
+"contains just the string \"running\"."
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -34410,8 +39595,8 @@ msgid ""
"current option status."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If the replacement filename is I</dev/null> or just I<NUL> then the "
"remapping will actually cause the input file to be ignored. This can be a "
@@ -34470,14 +39655,7 @@ msgid ""
"the SANE distribution)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"If the single-line capabilities occur in an entry, they will automatically "
-"be composed into an B<acsc> string. The double-line capabilities and B<GG> "
-"are discarded with a warning message."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable
msgid ""
"If the specified list begins with a E<.Sq +> character, then the specified "
"algorithms will be appended to the default set instead of replacing them. "
@@ -34502,12 +39680,77 @@ msgid ""
"value."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If the value in this file is set to zero, then a user will be allowed to "
+"allocate all free memory with a single process (minus the amount reserved by "
+"I</proc/sys/vm/admin_reserve_kbytes>). Any subsequent attempts to execute a "
+"command will result in \"fork: Cannot allocate memory\"."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If there's no configuration file, the backend defaults to B<device auto>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this contains the value zero, this information is suppressed. On very "
+"large systems with thousands of tasks, it may not be feasible to dump the "
+"memory state information for each one. Such systems should not be forced to "
+"incur a performance penalty in OOM situations when the information may not "
+"be desired."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this file contains the value zero, then, after a B<fork>(2), the parent "
+"is first scheduled on the CPU. If the file contains a nonzero value, then "
+"the child is scheduled first on the CPU. (Of course, on a multiprocessor "
+"system, the parent and the child might both immediately be scheduled on a "
+"CPU.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this file is set to 1, all System V shared memory segments will be marked "
+"for destruction as soon as the number of attached processes falls to zero; "
+"in other words, it is no longer possible to create shared memory segments "
+"that exist independently of any attached process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this file is set to the value 0, the kernel's OOM-killer will kill some "
+"rogue process. Usually, the OOM-killer is able to kill a rogue process and "
+"the system will survive."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this file is set to the value 1, then the kernel normally panics when out-"
+"of-memory happens. However, if a process limits allocations to certain "
+"nodes using memory policies (B<mbind>(2) B<MPOL_BIND>) or cpusets "
+"(B<cpuset>(7)) and those nodes reach memory exhaustion status, one process "
+"may be killed by the OOM-killer. No panic occurs in this case: because "
+"other nodes' memory may be free, this means the system as a whole may not "
+"have reached an out-of-memory situation yet."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this file is set to the value 2, the kernel always panics when an out-of-"
+"memory condition occurs."
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -34527,12 +39770,27 @@ msgid ""
"this toggle is E<.Dv FALSE>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this is set to nonzero, the OOM-killer simply kills the task that "
+"triggered the out-of-memory condition. This avoids a possibly expensive "
+"tasklist scan."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If this is set to nonzero, this information is shown whenever the OOM-killer "
+"actually kills a memory-hogging task."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"If this is set to a non-empty string, don't automatically prepend a "
-"potentially unsafe path to B<sys.path> such as the current directory, the "
-"script's directory or an empty string. See also the B<-P> option."
+"If this is set to zero, the OOM-killer will scan through the entire tasklist "
+"and select a task based on heuristics to kill. This normally selects a "
+"rogue memory-hogging task that frees up a large amount of memory when killed."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -34543,8 +39801,8 @@ msgid ""
"option B<--require-defined> should be used instead."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If this option is provided then the linker will invoke \\&I<scriptname> "
"whenever an error is encountered. Currently however only two kinds of error "
@@ -34556,18 +39814,6 @@ msgid ""
"linker error message will be displayed."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If this option is provided then the linker will invoke \\&I<scriptname> "
-"whenever an error is encountered. Currently however only two kinds of error "
-"are supported: missing symbols and missing libraries. Two arguments will be "
-"passed to script: the keyword \\&\\*(L\"undefined-symbol\\*(R\" or `missing-"
-"lib\" and the I<name> of the undefined symbol or missing library. The "
-"intention is that the script will provide suggestions to the user as to "
-"where the symbol or library might be found. After the script has finished "
-"then the normal linker error message will be displayed."
-msgstr ""
-
#: debian-bookworm debian-unstable
msgid ""
"If this variable is set and all consoles are locked its contents will be "
@@ -34617,8 +39863,8 @@ msgid ""
"sending me the report."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If you later link a program against this filter object, then, when you run "
"the program, the dynamic linker will see the DT_AUXILIARY field. If the "
@@ -34630,8 +39876,8 @@ msgid ""
"functions, perhaps for debugging or for machine-specific performance."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If you later link a program against this filter object, then, when you run "
"the program, the dynamic linker will see the DT_FILTER field. The dynamic "
@@ -34641,28 +39887,6 @@ msgid ""
"subset of the symbols provided by the object \\&I<name>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If you later link a program against this filter object, then, when you run "
-"the program, the dynamic linker will see the \\s-1DT_AUXILIARY\\s0 field. "
-"If the dynamic linker resolves any symbols from the filter object, it will "
-"first check whether there is a definition in the shared object \\&I<name>. "
-"If there is one, it will be used instead of the definition in the filter "
-"object. The shared object I<name> need not exist. Thus the shared object "
-"I<name> may be used to provide an alternative implementation of certain "
-"functions, perhaps for debugging or for machine-specific performance."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If you later link a program against this filter object, then, when you run "
-"the program, the dynamic linker will see the \\s-1DT_FILTER\\s0 field. The "
-"dynamic linker will resolve symbols according to the symbol table of the "
-"filter object as usual, but it will actually link to the definitions found "
-"in the shared object I<name>. Thus the filter object can be used to select "
-"a subset of the symbols provided by the object \\&I<name>."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -34673,13 +39897,6 @@ msgid ""
"CW<\\*(C`malloc\\*(C'> function."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
-"If you notice any strange behavior, please report to the backend maintainer "
-"or to the SANE mailing list."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -34689,7 +39906,7 @@ msgid ""
"the program itself."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"If you use capabilities beyond these, check the results carefully on several "
"tools. Once you've confirmed that the additional capability is safe, let "
@@ -34730,8 +39947,8 @@ msgid ""
"to perl-thanks@perl.org ."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"If your code contains expressions described in --enable-auto-import section, "
"that is, DATA imports from DLL with non-zero offset, this switch will create "
@@ -34740,16 +39957,6 @@ msgid ""
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"If your code contains expressions described in --enable-auto-import section, "
-"that is, \\s-1DATA\\s0 imports from \\s-1DLL\\s0 with non-zero offset, this "
-"switch will create a vector of 'runtime pseudo relocations' which can be "
-"used by runtime environment to adjust references to such data in your client "
-"code. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the "
-"linker]"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed archlinux
msgid ""
@@ -34758,6 +39965,22 @@ msgid ""
"B<syswrite()>.)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If, after an B<execve>(2), the process modifies its I<argv> strings, those "
+"changes will show up here. This is not the same thing as modifying the "
+"I<argv> array."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"If, after an B<execve>(2), the process modifies its environment (e.g., by "
+"calling functions such as B<putenv>(3) or modifying the B<environ>(7) "
+"variable directly), this file will I<not> reflect those changes."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Ignored. Provided for compatibility with other tools."
@@ -34769,27 +39992,93 @@ msgstr ""
msgid "Image Options"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Image is compatible with 64-bit address space layout randomization (ASLR). "
"This option is enabled by default for 64-bit PE images."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Image is compatible with 64-bit address space layout randomization "
-"(\\s-1ASLR\\s0). This option is enabled by default for 64-bit \\s-1PE\\s0 "
-"images."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Implies `-p (memdisk)/boot/grub' and overrides"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In Linux 2.6.23, this file went away, to be replaced by the B<prctl>(2) "
+"B<PR_GET_SECCOMP> and B<PR_SET_SECCOMP> operations (and later by "
+"B<seccomp>(2) and the I<Seccomp> field in I</proc/>pidI</status>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In SELinux, this file is used to get the security context of a process. "
+"Prior to Linux 2.6.11, this file could not be used to set the security "
+"context (a write was always denied), since SELinux limited process security "
+"transitions to B<execve>(2) (see the description of I</proc/>pidI</attr/"
+"exec>, below). Since Linux 2.6.11, SELinux lifted this restriction and "
+"began supporting \"set\" operations via writes to this node if authorized by "
+"policy, although use of this operation is only suitable for applications "
+"that are trusted to maintain any desired separation between the old and new "
+"security contexts."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In SELinux, this is needed to support role/domain transitions, and "
+"B<execve>(2) is the preferred point to make such transitions because it "
+"offers better control over the initialization of the process in the new "
+"security label and the inheritance of state. In SELinux, this attribute is "
+"reset on B<execve>(2) so that the new program reverts to the default "
+"behavior for any B<execve>(2) calls that it may make. In SELinux, a "
+"process can set only its own I</proc/>pidI</attr/exec> attribute."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In a multithreaded process, the contents of the I</proc/>pidI</root> "
+"symbolic link are not available if the main thread has already terminated "
+"(typically by calling B<pthread_exit>(3))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In a multithreaded process, the contents of the I</proc/>pidI</task> "
+"directory are not available if the main thread has already terminated "
+"(typically by calling B<pthread_exit>(3))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In a multithreaded process, the contents of this directory are not available "
+"if the main thread has already terminated (typically by calling "
+"B<pthread_exit>(3))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In a multithreaded process, the contents of this symbolic link are not "
+"available if the main thread has already terminated (typically by calling "
+"B<pthread_exit>(3))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In a second terminal window, in the initial mount namespace, we look at the "
+"contents of the corresponding mounts in the initial and new namespaces:"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"In addition to the options common to all targets, the i386 PE linker support "
"additional command-line options that are specific to the i386 PE target. "
@@ -34797,14 +40086,6 @@ msgid ""
"space or an equals sign."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"In addition to the options common to all targets, the i386 \\s-1PE\\s0 "
-"linker support additional command-line options that are specific to the i386 "
-"\\&\\s-1PE\\s0 target. Options that take values may be separated from their "
-"values by either a space or an equals sign."
-msgstr ""
-
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -34813,14 +40094,15 @@ msgid ""
"results."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"In addition, when displaying DWARF attributes, if a form is found that "
"references the separate debug info file, then the referenced contents will "
"also be displayed."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"In addition, when displaying \\s-1DWARF\\s0 attributes, if a form is found "
"that references the separate debug info file, then the referenced contents "
@@ -34852,8 +40134,46 @@ msgid ""
"does the right thing."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In many cases (but not all), the I<file-type> is surrounded by square "
+"brackets."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In mode 0, calls of B<mmap>(2) with B<MAP_NORESERVE> are not checked, and "
+"the default check is very weak, leading to the risk of getting a process "
+"\"OOM-killed\"."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In mode 1, the kernel pretends there is always enough memory, until memory "
+"actually runs out. One use case for this mode is scientific computing "
+"applications that employ large sparse arrays. Before Linux 2.6.0, any "
+"nonzero value implies mode 1."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In mode 2 (available since Linux 2.6), the total virtual address space that "
+"can be allocated (I<CommitLimit> in I</proc/meminfo>) is calculated as"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In order to embed binary data into the credential data for B<--set-"
+"credential=>, use C-style escaping (i\\&.e\\&. \"\\en\" to embed a newline, "
+"or \"\\ex00\" to embed a B<NUL> byte)\\&. Note that the invoking shell might "
+"already apply unescaping once, hence this might require double escaping!"
+msgstr ""
+
+#: debian-bookworm fedora-40 opensuse-leap-15-6
msgid ""
"In order to embed binary data into the credential data for B<--set-"
"credential=>, use C-style escaping (i\\&.e\\&. \"\\en\" to embed a newline, "
@@ -34900,6 +40220,37 @@ msgid ""
"above. A useful alias to use with this is"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In this example, there is one node containing three zones and there are 11 "
+"different chunk sizes. If the page size is 4 kilobytes, then the first zone "
+"called I<DMA> (on x86 the first 16 megabyte of memory) has 1 chunk of 4 "
+"kilobytes (order 0) available and has 3 chunks of 4 megabytes (order 10) "
+"available."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "In-kernel data structures cache. (See B<slabinfo>(5).)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"In-memory cache for files read from the disk (the page cache). Doesn't "
+"include I<SwapCached>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Incidentally, this file may be used by B<mount>(8) when no filesystem is "
+"specified and it didn't manage to determine the filesystem type. Then "
+"filesystems contained in this file are tried (excepted those that are marked "
+"with \"nodev\")."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Include all global data symbols to the dynamic list."
@@ -34918,25 +40269,11 @@ msgid ""
"times)."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Indented paragraph macros"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid ""
-"Indented paragraph with optional hanging tag. If the tag I<x> is omitted, "
-"the entire following paragraph is indented by I<i>. If the tag I<x> is "
-"provided, it is hung at the left margin before the following indented "
-"paragraph (this is just like B<.TP> except the tag is included with the "
-"command instead of being on the following line). If the tag is too long, "
-"the text after the tag will be moved down to the next line (text will not be "
-"lost or garbled). For bulleted lists, use this macro with \\e(bu (bullet) "
-"or \\e(em (em dash) as the tag, and for numbered lists, use the number or "
-"letter followed by a period as the tag; this simplifies translation to other "
-"formats."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
msgid ""
"Indented paragraph with optional hanging tag. If the tag I<x> is omitted, "
@@ -34971,25 +40308,59 @@ msgid ""
"disappearance of files which are still being used."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Information about PCI devices. They may be accessed through B<lspci>(8) "
+"and B<setpci>(8)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Information about kernel caches. See B<slabinfo>(5) for details."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Information in this file is retrieved with the B<dmesg>(1) program."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Inhibitor Lock Developer Documentation"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Initially, permission to access this file was governed by a ptrace access "
+"mode B<PTRACE_MODE_ATTACH_FSCREDS> check (see B<ptrace>(2)). However, this "
+"was subsequently deemed too strict a requirement (and had the side effect "
+"that requiring a process to have the B<CAP_SYS_PTRACE> capability would also "
+"allow it to view and change any process's memory). Therefore, since Linux "
+"4.9, only the (weaker) B<CAP_SYS_NICE> capability is required to access "
+"this file."
+msgstr ""
+
#: debian-bookworm
msgid "Inotify was merged into the 2.6.13 Linux kernel."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Input byte sequence does not form a valid character."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Input file interpretation:"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid ""
-"Insert a hypertext link to the URI (URL) I<url>, with all text up to the "
-"following B<.UE> macro as the link text."
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Input/Output Options"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
@@ -35096,6 +40467,34 @@ msgid ""
"Insufficient resources were available in the system to perform the operation."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Integer and long values may be written either in decimal or in hexadecimal "
+"notation (e.g., 0x3FFF). When writing multiple integer or long values, "
+"these may be separated by any of the following whitespace characters: "
+"\\[aq]\\ \\[aq], \\[aq]\\et\\[aq], or \\[aq]\\en\\[aq]. Using other "
+"separators leads to the error B<EINVAL>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Integration Options"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"Inter-| Receive | Transmit\n"
+" face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed\n"
+" lo: 2776770 11307 0 0 0 0 0 0 2776770 11307 0 0 0 0 0 0\n"
+" eth0: 1215645 2751 0 0 0 0 0 0 1782404 4324 0 0 0 427 0 0\n"
+" ppp0: 1622270 5552 1 0 0 0 0 0 354130 5669 0 0 0 0 0 0\n"
+" tap0: 7714 81 0 0 0 0 0 0 7714 81 0 0 0 0 0 0\n"
+msgstr ""
+
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux
#, no-wrap
msgid "Intermediate Perl (the \"Alpaca Book\")"
@@ -35107,6 +40506,13 @@ msgstr ""
msgid "Internals and C Language Interface"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Internet Group Management Protocol. Defined in I</usr/src/linux/net/core/"
+"igmp.c>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -35171,6 +40577,14 @@ msgstr ""
msgid "Invalid value in I<flags>."
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid ""
+"Inverse-search objects having associated attributes. I<ATTR> is the "
+"attribute name, while the positional I<OBJECT> argument is the attribute "
+"value."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -35180,17 +40594,12 @@ msgid ""
"add their own plugins if they so wish."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Iris"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "It is an error to specify more than one CW<\\*(C`%\\*(C'> character."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"It is extremely important that this format is followed, and that there is a "
"backslash before the single dash which follows the item name. This syntax "
@@ -35213,15 +40622,15 @@ msgstr ""
msgid "It is typically created by:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Italics"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Italics alternating with Roman"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Italics alternating with bold"
msgstr ""
@@ -35235,11 +40644,6 @@ msgstr ""
msgid "JSON Group Record"
msgstr ""
-#: mageia-cauldron
-#, no-wrap
-msgid "Jan 09, 2024"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Jan Kara \\E<lt>jack@suse.cz\\E<gt>"
@@ -35311,13 +40715,183 @@ msgstr ""
msgid "KF"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_ACTIVE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_ANON"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_BALLOON"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_BUDDY"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_COMPOUND_HEAD"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_COMPOUND_TAIL"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_DIRTY"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_ERROR"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_HUGE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_HWPOISON"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_IDLE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_KSM"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_LOCKED"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_LRU"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_MMAP"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_NOPAGE"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_PGTABLE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_RECLAIM"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_REFERENCED"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_SLAB"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_SWAPBACKED"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_SWAPCACHE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_THP"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_UNEVICTABLE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_UPTODATE"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_WRITEBACK"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KPF_ZERO_PAGE"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Keep (don't delete) input files during compression or decompression."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Kernel allocations that the kernel will attempt to reclaim under memory "
+"pressure. Includes I<SReclaimable> (below), and other direct allocations "
+"with a shrinker."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Kernel command-line arguments I<systemd\\&.unified_cgroup_hierarchy> and "
"I<systemd\\&.legacy_systemd_cgroup_controller> were deprecated\\&. Please "
@@ -35330,6 +40904,15 @@ msgstr ""
msgid "Key types"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Kill all processes that have the corrupted-and-not-reloadable page mapped as "
+"soon as the corruption is detected. Note that this is not supported for a "
+"few types of pages, such as kernel internally allocated data or the swap "
+"cache, but works for the majority of user pages."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Known bugs/limitations are:"
@@ -35575,10 +41158,6 @@ msgstr ""
msgid "LF"
msgstr ""
-#: opensuse-leap-15-6
-msgid "LIBSMARTCOLS_DEBUG_PADDING=on"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -35591,6 +41170,12 @@ msgstr ""
msgid "LIGHT SHADE"
msgstr ""
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "LINES"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -35614,10 +41199,6 @@ msgstr ""
msgid "LOGGING"
msgstr ""
-#: opensuse-leap-15-6
-msgid "LOOPDEV_DEBUG=all"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -35630,6 +41211,14 @@ msgstr ""
msgid "Language-Specific"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Largest contiguous block of vmalloc area which is free. Since Linux 4.4, "
+"this field is no longer calculated and is hard coded as 0. See I</proc/"
+"vmallocinfo>."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid ""
@@ -35660,7 +41249,7 @@ msgid ""
"executables."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Left angled double quote: ``"
msgstr ""
@@ -35721,14 +41310,6 @@ msgid ""
"DIEs; the special value 0 for I<n> will also have this effect."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Limit the maximum digit characters in an int value when converting from a "
-"string and when converting an int back to a str. A value of 0 disables the "
-"limit. Conversions to or from bases 2, 4, 8, 16, and 32 are never limited."
-msgstr ""
-
#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
@@ -35886,6 +41467,12 @@ msgstr ""
msgid "Linux on PowerPC."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994\n"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Linux, GNU."
@@ -35965,6 +41552,13 @@ msgstr ""
msgid "Lists"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Lists the UNIX domain sockets present within the system and their status. "
+"The format is:"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Lists the current status of encryption."
@@ -35997,6 +41591,11 @@ msgid ""
"and I<org>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Locked memory size (see B<mlock>(2))."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -36179,6 +41778,16 @@ msgid ""
"that position, it will jump to the true beginning of the line."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Make the addresses of B<mmap>(2) allocations, the stack, and the VDSO page "
+"randomized. Among other things, this means that shared libraries will be "
+"loaded at randomized addresses. The text segment of PIE-linked binaries "
+"will also be loaded at a randomized address. This value is the default if "
+"the kernel was configured with B<CONFIG_COMPAT_BRK>."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -36220,7 +41829,7 @@ msgstr ""
msgid "Mandatory locking is permitted on the filesystem (see B<fcntl>(2))."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Many man pages begin with B<\\[aq]\\e\"> followed by a space and a list of "
"characters, indicating how the page is to be preprocessed. For "
@@ -36231,10 +41840,19 @@ msgid ""
"definitions of the preprocessors invoked by these characters:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
+#, no-wrap
+msgid "Mar 10, 2024"
+msgstr ""
+
+#: debian-unstable
+#, no-wrap
+msgid "Mar 24, 2024"
+msgstr ""
+
+#: fedora-40 fedora-rawhide
#, no-wrap
-msgid "Many thanks go to:"
+msgid "Mar 26, 2024"
msgstr ""
#: opensuse-leap-15-6
@@ -36245,8 +41863,8 @@ msgid ""
"Erik Troan E<lt>ewt@redhat.comE<gt>\n"
msgstr ""
-#: 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
+#: opensuse-tumbleweed
#, no-wrap
msgid "March 31, 1994"
msgstr ""
@@ -36266,7 +41884,7 @@ msgstr ""
msgid "Mark Nudelman"
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid ""
"Mark PLT entries with dynamic tags, DT_X86_64_PLT, DT_X86_64_PLTSZ and "
"DT_X86_64_PLTENT. Since this option stores a non-zero value in the r_addend "
@@ -36277,8 +41895,8 @@ msgid ""
"r_addend field of R_X86_64_JUMP_SLOT relocations. Supported for x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Mark the output as CW<\\*(C`IMAGIC\\*(C'> (0411) in the I<a.out> header to "
"indicate that when the output file is executed, the program text and data "
@@ -36292,20 +41910,6 @@ msgid ""
"creates a I<separate executable> format."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Mark the output as CW<\\*(C`IMAGIC\\*(C'> (0411) in the I<a.out> header to "
-"indicate that when the output file is executed, the program text and data "
-"areas will be loaded into separate address spaces using the split "
-"instruction and data space feature of the memory management unit in larger "
-"models of the \\s-1PDP11.\\s0 This doubles the address space available to "
-"the program. The text segment is again pure, write-protected, and "
-"shareable. The only difference in the output format between this option and "
-"the others, besides the magic number, is that both the text and data "
-"sections start at location 0. The B<-z> option selected this format in "
-"2.11BSD. This option creates a I<separate executable> format."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -36317,8 +41921,8 @@ msgid ""
"executable> format."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Mark the output as CW<\\*(C`OMAGIC\\*(C'> (0407) in the I<a.out> header to "
"indicate that the text segment is not to be write-protected and shared. "
@@ -36328,16 +41932,6 @@ msgid ""
"on PDP11 Unix systems from the beginning through 2.11BSD."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Mark the output as CW<\\*(C`OMAGIC\\*(C'> (0407) in the I<a.out> header to "
-"indicate that the text segment is not to be write-protected and shared. "
-"Since the text and data sections are both readable and writable, the data "
-"section is allocated immediately contiguous after the text segment. This is "
-"the oldest format for \\s-1PDP11\\s0 executable programs and is the default "
-"for B<ld> on \\s-1PDP11\\s0 Unix systems from the beginning through 2.11BSD."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Mark the variable E<.Ar variable> to be exported to the remote side."
@@ -36359,6 +41953,34 @@ msgstr ""
msgid "Marks the object as requiring executable stack."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Mask (expressed in hexadecimal) of signals pending for thread and for "
+"process as a whole (see B<pthreads>(7) and B<signal>(7))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Mask of memory nodes allowed to this process (since Linux 2.6.24, see "
+"B<cpuset>(7))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Masks (expressed in hexadecimal) indicating signals being blocked, ignored, "
+"and caught (see B<signal>(7))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Masks (expressed in hexadecimal) of capabilities enabled in inheritable, "
+"permitted, and effective sets (see B<capabilities>(7))."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -36377,11 +41999,72 @@ msgstr ""
msgid "Mastering Regular Expressions"
msgstr ""
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "May 02, 2024"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "May 03, 2024"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "May 2021"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Memory Type Range Registers. See the Linux kernel source file "
+"I<Documentation/x86/mtrr.rst> (or I<Documentation/x86/mtrr.txt> before Linux "
+"5.2, or I<Documentation/mtrr.txt> before Linux 2.6.28) for details."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Memory that has been used more recently and usually not reclaimed unless "
+"absolutely necessary."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Memory that once was swapped out, is swapped back in but still also is in "
+"the swap file. (If memory pressure is high, these pages don't need to be "
+"swapped out again because they are already in the swap file. This saves I/"
+"O.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Memory used by FUSE for temporary writeback buffers."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Memory used for block device \"bounce buffers\"."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Memory which has been less recently used. It is more eligible to be "
+"reclaimed for other purposes."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Memory which is actively being written back to the disk."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Memory which is waiting to get written back to the disk."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Merging a common symbol with a previous larger common symbol."
@@ -36411,7 +42094,7 @@ msgstr ""
msgid "Michael Seibel E<lt>mikes@cac.washington.eduE<gt>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Miscellaneous macros"
msgstr ""
@@ -36447,7 +42130,16 @@ msgstr ""
msgid "More Programming Pearls"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"Moreover, terminating an inactive channel or session does not necessarily "
+"close the SSH connection, nor does it prevent a client from requesting "
+"another channel of the same type. In particular, expiring an inactive "
+"forwarding session does not prevent another identical forwarding from being "
+"subsequently created."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Most of the macros describe formatting (e.g., font type and spacing) instead "
"of marking semantic content (e.g., this text is a reference to another "
@@ -36466,6 +42158,20 @@ msgid ""
"( E<lt>http://safaribooksonline.com/E<gt> )."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Most systems provide symbolic links I</dev/stdin>, I</dev/stdout>, and I</"
+"dev/stderr>, which respectively link to the files I<0>, I<1>, and I<2> in I</"
+"proc/self/fd>. Thus the example command above could be written as:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Mount Options"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -36484,15 +42190,6 @@ msgid "Multicast DNS"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Multiple B<-W> options can be given; when a warning matches more than one "
-"option, the action for the last matching option is performed. Invalid B<-W> "
-"options are ignored (though, a warning message is printed about invalid "
-"options when the first warning is issued)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Multiply all exposure times with this value. This allows exposure correction "
@@ -36521,7 +42218,13 @@ msgstr ""
msgid "N/A"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "NFS pages sent to the server, but not yet committed to stable storage."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "NFT"
msgstr ""
@@ -36548,6 +42251,11 @@ msgstr ""
msgid "NOTE: only available if thinkfan was compiled with USE_NVML enabled."
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "NOTICE"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -36559,20 +42267,26 @@ msgstr ""
msgid "NSM state number for this host"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M "
"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y, "
"R, Q. Binary prefixes can be used, too: KiB=K, MiB=M, and so on."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M "
"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, "
"Y. Binary prefixes can be used, too: KiB=K, MiB=M, and so on."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "NUMA group ID (0 if none; since Linux 3.13)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -36700,6 +42414,20 @@ msgstr ""
msgid "No value is returned."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"Node 0, zone DMA 1 1 1 0 2 1 1 0 1 1 3\n"
+"Node 0, zone DMA32 65 47 4 81 52 28 13 10 5 1 404\n"
+"Node 0, zone Normal 216 55 189 101 84 38 37 27 5 3 587\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Non-file backed pages mapped into user-space page tables."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -36730,16 +42458,11 @@ msgstr ""
msgid "None required."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Nonstd"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide
msgid "Normal exit condition\\&."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Normal paragraphs"
msgstr ""
@@ -36810,11 +42533,17 @@ msgid ""
"the colon; this may vary depending on the operating system."
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Not enough arguments; or I<format> is NULL."
+msgstr ""
+
#: debian-bookworm
msgid "Not in POSIX.1. Present on the BSDs."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Note - if support for the debuginfod protocol was enabled when the binutils "
"were built then this option will also include an attempt to contact any "
@@ -36823,7 +42552,7 @@ msgid ""
"disabled via the B<=do-not-use-debuginfod> debug option."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Note - if support for the debuginfod protocol was enabled when the binutils "
"were built then this option will also include an attempt to contact any "
@@ -36853,7 +42582,8 @@ msgid ""
"brackets. Thus for example a linker script containing:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"Note - the B<--error-rwx-segments> option does not by itself turn on "
"warnings about these segments. These warnings are either enabled by "
@@ -36871,8 +42601,8 @@ msgid ""
"different address space."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Note - these options also affect files referenced by I<INPUT> statements in "
"linker scripts. But since linker scripts are processed after the entire "
@@ -36880,8 +42610,8 @@ msgid ""
"is not significant."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Note - this location of this option on the linker command line is "
"significant. It will only affect linker scripts that come after it on the "
@@ -36898,8 +42628,8 @@ msgid ""
"msg01101.html"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Note however on Linux based systems there is an additional caveat: If the "
"B<--as-needed> option is active I<and> a shared library is located which "
@@ -36910,19 +42640,17 @@ msgid ""
"the second library will be selected instead of the first."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Note however on Linux based systems there is an additional caveat: If the "
-"B<--as-needed> option is active I<and> a shared library is located which "
-"would normally satisfy the search I<and> this library does not have "
-"\\s-1DT_NEEDED\\s0 tag for I<libc.so> \\&I<and> there is a shared library "
-"later on in the set of search directories which also satisfies the search "
-"I<and> this second shared library does have a \\s-1DT_NEEDED\\s0 tag for "
-"\\&I<libc.so> I<then> the second library will be selected instead of the "
-"first."
+"Note however that this file is not merely a symbolic link. It provides the "
+"same view of the filesystem (including namespaces and the set of per-process "
+"mounts) as the process itself. An example illustrates this point. In one "
+"terminal, we start a shell in new user and mount namespaces, and in that "
+"shell we create some new mounts:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Note that BSD mdoc-formatted pages begin with the B<Dd> command, not the "
"B<TH> command."
@@ -36951,7 +42679,7 @@ msgid ""
"dependencies)."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Note that NET-2 BSD mdoc man pages can be used with B<groff> simply by "
"specifying the B<-mdoc> option instead of the B<-man> option. Using the B<-"
@@ -36959,6 +42687,16 @@ msgid ""
"detect which macro package is in use."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Note that for file descriptors referring to inodes (pipes and sockets, see "
+"above), those inodes still have permission bits and ownership information "
+"distinct from those of the I</proc/>pidI</fd> entry, and that the owner may "
+"differ from the user and group IDs of the process. An unprivileged process "
+"may lack permissions to open them, as in this example:"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -37018,29 +42756,21 @@ msgid ""
"when part of the I<Options=> setting in a unit file\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Note that this option is position dependent and only affects filenames that "
"come after it on the command line. Thus:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Note that this option is specific to ELF targeted ports. PE targets support "
"a similar function to export all symbols from a DLL or EXE; see the "
"description of B<--export-all-symbols> below."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Note that this option is specific to \\s-1ELF\\s0 targeted ports. "
-"\\s-1PE\\s0 targets support a similar function to export all symbols from a "
-"\\s-1DLL\\s0 or \\s-1EXE\\s0; see the description of B<--export-all-symbols> "
-"below."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -37050,8 +42780,12 @@ msgid ""
"before they are copied into the output binary."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid ""
+"Note that your authenticator may choose not to support some algorithms\\&."
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed
msgid "Note that your authenticator may not support some algorithms\\&."
msgstr ""
@@ -37065,6 +42799,16 @@ msgstr ""
msgid "Note the following:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Note, however, that the classic darkstar.frop.org has the hostname "
+"\"darkstar\" and DNS (Internet Domain Name Server) domainname \"frop.org\", "
+"not to be confused with the NIS (Network Information Service) or YP (Yellow "
+"Pages) domainname. These two domain names are in general different. For a "
+"detailed discussion see the B<hostname>(1) man page."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -37098,7 +42842,8 @@ msgstr ""
msgid "Note:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"Note: ELF format input files can specify that they need an executable stack "
"by having a I<.note.GNU-stack> section with the executable bit set in its "
@@ -37134,18 +42879,6 @@ msgid ""
"specification published by Microsoft."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Note: \\s-1ELF\\s0 format input files specify that they need an executable "
-"stack by having a I<.note.GNU-stack> section with the executable bit set in "
-"its section flags. They can specify that they do not need an executable "
-"stack by having that section, but without the executable flag bit set. If "
-"an input file does not have a I<.note.GNU-stack> section present then the "
-"default behaviour is target specific. For some targets, then absence of "
-"such a section implies that an executable stack I<is> required. This is "
-"often a problem for hand crafted assembler files."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -37181,9 +42914,13 @@ msgstr ""
msgid "November 2003"
msgstr ""
-#: archlinux opensuse-tumbleweed fedora-rawhide
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "November 2023"
+msgid ""
+"Num RefCount Protocol Flags Type St Inode Path\n"
+" 0: 00000002 00000000 00000000 0001 03 42\n"
+" 1: 00000001 00000000 00010000 0001 01 1948 /dev/printer\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -37191,6 +42928,75 @@ msgstr ""
msgid "Number of PBKDF2 iterations"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Number of bytes of RAM linearly mapped by kernel in 2 MB pages. (x86 with "
+"neither B<CONFIG_X86_64> nor B<CONFIG_X86_PAE> enabled.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Number of bytes of RAM linearly mapped by kernel in 4 MB pages. (x86 with "
+"B<CONFIG_X86_64> or B<CONFIG_X86_PAE> enabled.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of bytes of RAM linearly mapped by kernel in 4 kB pages. (x86.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of file descriptor slots currently allocated."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of forks since boot."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of free CMA (Contiguous Memory Allocator) pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of pages swapped (not maintained)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Number of processes blocked waiting for I/O to complete. (Linux 2.5.45 "
+"onward.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of processes in runnable state. (Linux 2.5.45 onward.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Number of threads in process containing this thread."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Number of threads in this process (since Linux 2.6). Before Linux 2.6, this "
+"field was hard coded to 0 as a placeholder for an earlier removed field."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Number of voluntary and involuntary context switches (since Linux 2.6.23)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -37220,7 +43026,8 @@ msgstr ""
msgid "Object Oriented Perl"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "Obsolete"
msgstr ""
@@ -37231,7 +43038,7 @@ msgstr ""
msgid "Obsolete Options"
msgstr ""
-#: fedora-40 fedora-rawhide mageia-cauldron debian-bookworm debian-unstable
+#: fedora-40 debian-bookworm debian-unstable
#, no-wrap
msgid "Oct 2020"
msgstr ""
@@ -37259,15 +43066,16 @@ msgid ""
"Omit debugger symbol information (but not all symbols) from the output file."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"On ELF platforms the linker may generate warning messages if it is asked to "
"create an output file that contains an executable stack. There are three "
"possible states:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"On ELF platforms, these options control how DWARF debug sections are "
"compressed using zlib."
@@ -37296,21 +43104,6 @@ msgid ""
"specified using B<-L> options."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"On \\s-1ELF\\s0 platforms this option controls how the linker generates "
-"warning messages when it creates an output file with an executable stack. "
-"By default the linker will not warn if the B<-z execstack> command line "
-"option has been used, but this behaviour can be overridden by the \\&B<--"
-"warn-execstack> option."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"On \\s-1ELF\\s0 platforms, these options control how \\s-1DWARF\\s0 debug "
-"sections are compressed using zlib."
-msgstr ""
-
#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed archlinux
msgid ""
@@ -37318,19 +43111,19 @@ msgid ""
"available as manpages for use with the I<man> program."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"On an ELF system, for native linkers, if the B<-rpath> and \\&B<-rpath-link> "
-"options were not used, search the contents of the environment variable "
-"CW<\\*(C`LD_RUN_PATH\\*(C'>."
+"On a multi-core CPU, the task waiting for I/O to complete is not running on "
+"any CPU, so the iowait of each CPU is difficult to calculate."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
-"On an \\s-1ELF\\s0 system, for native linkers, if the B<-rpath> and \\&B<-"
-"rpath-link> options were not used, search the contents of the environment "
-"variable CW<\\*(C`LD_RUN_PATH\\*(C'>."
+"On an ELF system, for native linkers, if the B<-rpath> and \\&B<-rpath-link> "
+"options were not used, search the contents of the environment variable "
+"CW<\\*(C`LD_RUN_PATH\\*(C'>."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -37361,7 +43154,7 @@ msgid ""
"differ, for the reasons described in B<syscall>(2)."
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid "On some ELF targets, a list of fixups inserted by B<--relax>"
msgstr ""
@@ -37375,22 +43168,14 @@ msgid ""
"values."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"On some platforms these link time global optimizations may make symbolic "
"debugging of the resulting executable impossible. This is known to be the "
"case for the Matsushita MN10200 and MN10300 family of processors."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"On some platforms these link time global optimizations may make symbolic "
-"debugging of the resulting executable impossible. This is known to be the "
-"case for the Matsushita \\s-1MN10200\\s0 and \\s-1MN10300\\s0 family of "
-"processors."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -37420,6 +43205,14 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
+"On success, these functions return the number of input items successfully "
+"matched and assigned; this can be fewer than provided for, or even zero, in "
+"the event of an early matching failure."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
"On success, this function returns 0; on error, it returns a nonzero error "
"number."
msgstr ""
@@ -37431,8 +43224,8 @@ msgid ""
"set to indicate the error."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"On systems which support shared libraries, B<ld> may also search for files "
"other than I<libnamespec.a>. Specifically, on ELF and SunOS systems, B<ld> "
@@ -37443,18 +43236,7 @@ msgid ""
"\\&I<filename>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"On systems which support shared libraries, B<ld> may also search for files "
-"other than I<libnamespec.a>. Specifically, on \\s-1ELF\\s0 and SunOS "
-"systems, B<ld> will search a directory for a library called I<libnamespec."
-"so> before searching for one called \\&I<libnamespec.a>. (By convention, a "
-"CW<\\*(C`.so\\*(C'> extension indicates a shared library.) Note that this "
-"behavior does not apply to I<:filename>, which always specifies a file "
-"called \\&I<filename>."
-msgstr ""
-
-#: mageia-cauldron opensuse-leap-15-6 debian-bookworm
+#: opensuse-leap-15-6 debian-bookworm
msgid ""
"On the other hand the linker will normally warn if the stack is made "
"executable because one or more of the input files need an execuable stack "
@@ -37487,6 +43269,11 @@ msgstr ""
msgid "One of the files is a swap file. Swap files cannot share storage."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "One of the following characters, indicating process state:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -37516,12 +43303,22 @@ msgstr ""
msgid "Only big and little endian byte order is supported."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"Only generate a warning if an object file requests an executable stack, but "
"not if the B<-z execstack> option is used."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Only one of I<overcommit_kbytes> or I<overcommit_ratio> can have an effect: "
+"if I<overcommit_kbytes> has a nonzero value, then it is used to calculate "
+"I<CommitLimit>, otherwise I<overcommit_ratio> is used. Writing a value to "
+"either of these files causes the value in the other file to be set to zero."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -37553,6 +43350,10 @@ msgid ""
"refers to it."
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+msgid "Open E<.Cm TunnelForward> connections."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -37604,7 +43405,7 @@ msgid ""
"file modes for all files."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Operate on an existing PID and do not launch a new task."
msgstr ""
@@ -37635,12 +43436,20 @@ msgstr ""
msgid "Option B<--> switches to native xorriso command mode."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Optional statistics and configuration information. Currently (as at Linux "
+"2.6.26), only NFS filesystems export information via this field."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Options are:"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "Origin"
msgstr ""
@@ -37692,7 +43501,7 @@ msgstr ""
msgid "Other keywords are ignored for Solaris compatibility."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Other macros and strings"
msgstr ""
@@ -37718,6 +43527,13 @@ msgstr ""
msgid "Other options:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Other security modules may choose to support \"set\" operations via writes "
+"to this node."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Other systems use the prototype"
@@ -37805,7 +43621,13 @@ msgid ""
"sequences:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: archlinux
+msgid ""
+"PAGES is a comma-separated list of pages and page ranges; see pstops(1) for "
+"more details."
+msgstr ""
+
+#: debian-bookworm
msgid "PAM configuration file if B<--login> is specified"
msgstr ""
@@ -37833,6 +43655,16 @@ msgstr ""
msgid "PERLBOOK"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "PID of parent process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "PID of process tracing this process (0 if not being traced)."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -37845,8 +43677,8 @@ msgstr ""
msgid "POSIX"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-unstable
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed opensuse-leap-15-6
msgid "POSIX.1-2001, 4.2BSD."
msgstr ""
@@ -37896,25 +43728,20 @@ msgstr ""
msgid "POSIXLY_CORRECT"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"PTE is soft-dirty (see the kernel source file I<Documentation/admin-guide/mm/"
+"soft-dirty.rst>)."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "PU"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid "PYTHONINTMAXSTRDIGITS"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-#, no-wrap
-msgid "PYTHONSAFEPATH"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable debian-bullseye
+#: debian-bookworm debian-unstable debian-bullseye
#, no-wrap
msgid "PYTHONTHREADDEBUG"
msgstr ""
@@ -38082,6 +43909,36 @@ msgid ""
"to download the same RPM again."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Page table entries size (since Linux 2.6.10)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Pages used by shmem and B<tmpfs>(5)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Paging (only before Linux 2.6.0)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Parked (Linux 3.9 to 3.13 only)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Part of I<Slab>, that cannot be reclaimed on memory pressure."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Part of I<Slab>, that might be reclaimed, such as caches."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -38097,13 +43954,13 @@ msgid ""
"points outside your accessible address space."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Pass B<-f> to the shell, which may or may not be useful, depending on the "
"shell."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Pass I<command> to the shell with the B<-c> option."
msgstr ""
@@ -38131,13 +43988,25 @@ msgid ""
"to /efi/, if possible\\&."
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid ""
"Paul Vixie E<lt>paul@vix.comE<gt> is the author of I<cron> and original "
"creator of this manual page. This page has also been modified for Debian by "
"Steve Greenland, Javier Fernandez-Sanguino and Christian Kastner."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Peak resident set size (\"high water mark\"). This value is inaccurate; see "
+"I</proc/>pidI</statm> above."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Peak virtual memory size."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "Per-user configuration file."
@@ -38277,6 +44146,14 @@ msgid ""
"by the Foundation."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Permission to dereference or read (B<readlink>(2)) the symbolic links in "
+"this directory is governed by a ptrace access mode "
+"B<PTRACE_MODE_READ_FSCREDS> check; see B<ptrace>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -38297,6 +44174,13 @@ msgstr ""
msgid "Phil Blundell, E<lt>Philip.Blundell@pobox.comE<gt>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Pinned memory size (since Linux 3.2). These are pages that can't be moved "
+"because something needs to directly access physical memory."
+msgstr ""
+
#: opensuse-leap-15-6
msgid "Pipes the output of B<rpm> to the command I<CMD>."
msgstr ""
@@ -38351,7 +44235,7 @@ msgstr ""
msgid "Possible errors include (but are not limited to) the following:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Predefined strings"
msgstr ""
@@ -38363,8 +44247,25 @@ msgid ""
"net_directory being TFTP root."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Present only if the kernel was configured with B<CONFIG_COMPACTION>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Present only if the kernel was configured with B<CONFIG_MEMORY_FAILURE>."
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pretty host name"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Print (or do not print) local symbols in the link map. Local symbols will "
"have the text B<(local)> printed before their name, and will be listed after "
@@ -38452,13 +44353,14 @@ msgstr ""
msgid "Print lots of ugly debugging information."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Print only DIEs beginning with the DIE numbered I<n>. This is only useful "
"with B<--debug-dump=info>."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Print only DIEs beginning with the \\s-1DIE\\s0 numbered I<n>. This is only "
"useful with B<--debug-dump=info>."
@@ -38567,8 +44469,8 @@ msgstr ""
msgid "Print the version number."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Print used size, total size and used size of memory regions created with the "
"B<MEMORY> command. This is useful on embedded targets to have a quick view "
@@ -38577,15 +44479,6 @@ msgid ""
"Here is an example of an output:"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Print used size, total size and used size of memory regions created with the "
-"B<\\s-1MEMORY\\s0> command. This is useful on embedded targets to have a "
-"quick view of amount of free memory. The format of the output has one "
-"headline and one line per region. It is both human readable and easily "
-"parsable by tools. Here is an example of an output:"
-msgstr ""
-
#: opensuse-leap-15-6
msgid ""
"Print verbose information - normally routine progress messages will be "
@@ -38616,21 +44509,6 @@ msgstr ""
msgid "Prints a short usage message."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid "Prints complete usage information and exits."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid "Prints help about Python-specific environment variables and exits."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid "Prints help about implementation-specific B<-X> options and exits."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Prints out help information for the E<.Ic environ> command."
@@ -38651,6 +44529,25 @@ msgstr ""
msgid "Prints out help information for the E<.Ic slc> command."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Prior to Linux 2.6.28, SELinux did not allow threads within a multithreaded "
+"process to set their security context via this node as it would yield an "
+"inconsistency among the security contexts of the threads sharing the same "
+"memory space. Since Linux 2.6.28, SELinux lifted this restriction and began "
+"supporting \"set\" operations for threads within a multithreaded process if "
+"the new security context is bounded by the old security context, where the "
+"bounded relation is defined in policy and guarantees that the new security "
+"context has a subset of the permissions of the old security context."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Privileged processes (B<CAP_SYS_ADMIN>) can override the I<file-max> limit."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -38664,7 +44561,21 @@ msgid ""
"given)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Process group ID in each of the PID namespaces of which I<pid> is a member. "
+"The fields are ordered as for I<NStgid>. (Since Linux 4.1.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Process umask, expressed in octal with a leading zero; see B<umask>(2). "
+"(Since Linux 4.7.)"
+msgstr ""
+
+#: debian-bookworm
msgid ""
"Produce output in raw format. All potentially unsafe characters are hex-"
"escaped (\\(rsxE<lt>codeE<gt>)."
@@ -38718,35 +44629,43 @@ msgstr ""
msgid "Programming the Perl DBI"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Programs that take a filename as a command-line argument, but don't take "
+"input from standard input if no argument is supplied, and programs that "
+"write to a file named as a command-line argument, but don't send their "
+"output to standard output if no argument is supplied, can nevertheless be "
+"made to use standard input or standard output by using I</proc/>pidI</fd> "
+"files as command-line arguments. For example, assuming that I<-i> is the "
+"flag designating an input file and I<-o> is the flag designating an output "
+"file:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Property Options"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Property=ID_MODEL_ID=9999 \"ID_VENDOR_FROM_DATABASE=vendor name\" \"KEY=with \\e\"quotation\\e\"\"\n"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Provide the builtin dynamic list for C++ operator new and delete. It is "
"mainly useful for building shared libstdc++."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "Provide the builtin dynamic list for C++ runtime type identification."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Provide the builtin dynamic list for \\*(C+ operator new and delete. It is "
-"mainly useful for building shared libstdc++."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Provide the builtin dynamic list for \\*(C+ runtime type identification."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -38765,6 +44684,19 @@ msgid ""
"value. Other options are interpreted as follows:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Provides information about memory usage, measured in pages. The columns are:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Provides much of the information in I</proc/>pidI</stat> and I</proc/>pidI</"
+"statm> in a format that's easier for humans to parse. Here's an example:"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -38773,8 +44705,8 @@ msgid ""
"in one translation unit. This is the default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Put only types that occur in multiple translation units into the shared "
"dictionary: types with only one definition go into per-translation-unit "
@@ -38785,17 +44717,6 @@ msgid ""
"the CTF consumer at runtime."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Put only types that occur in multiple translation units into the shared "
-"dictionary: types with only one definition go into per-translation-unit "
-"dictionaries. Types with ambiguous definitions in multiple translation "
-"units always go into per-translation-unit dictionaries. This tends to make "
-"the \\s-1CTF\\s0 larger, but may reduce the amount of \\s-1CTF\\s0 in the "
-"shared dictionary. For very large projects this may speed up opening the "
-"\\s-1CTF\\s0 and save memory in the \\s-1CTF\\s0 consumer at runtime."
-msgstr ""
-
#: opensuse-leap-15-6
#, no-wrap
msgid "QUERY OPTIONS"
@@ -38874,6 +44795,7 @@ msgid "RFC 3315"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "RFC 3339"
msgstr ""
@@ -38883,7 +44805,7 @@ msgid "RFC 3484"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "RFC 5661 for the NFS version 4.1 specification."
msgstr ""
@@ -38931,7 +44853,7 @@ msgstr ""
msgid "Random Seeds"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Raw output (no columnation)."
msgstr ""
@@ -39012,12 +44934,32 @@ msgid ""
"the beginning of the current B<bash> session."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Reading these files will usually show driver and host configuration, "
+"statistics, and so on."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
msgid "Real World SQL Server Administration with Perl"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Real, effective, saved set, and filesystem UIDs (GIDs)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Real-time scheduling priority, a number in the range 1 to 99 for processes "
+"scheduled under a real-time policy, or 0, for non-real-time processes (see "
+"B<sched_setscheduler>(2))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -39025,7 +44967,6 @@ msgid "Reboot notification"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6
msgid "Redraw screen."
msgstr ""
@@ -39050,7 +44991,7 @@ msgstr ""
msgid "Registers"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Registration Symbol: \\*R"
msgstr ""
@@ -39066,12 +45007,19 @@ msgstr ""
msgid "Regular Expressions Cookbook"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Relative margin indent"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Relatively temporary storage for raw disk blocks that shouldn't get "
+"tremendously large (20 MB or so)."
+msgstr ""
+
+#: debian-bookworm
msgid "Released under the GNU General Public License version 2 or later."
msgstr ""
@@ -39164,21 +45112,14 @@ msgstr ""
msgid "Report all unresolved symbols. This is the default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Report an error if DT_TEXTREL is set, i.e., if the position-independent or "
"shared object has dynamic relocations in read-only sections. Don't report "
"an error if B<notext> or B<textoff>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Report an error if \\s-1DT_TEXTREL\\s0 is set, i.e., if the position-"
-"independent or shared object has dynamic relocations in read-only sections. "
-"Don't report an error if B<notext> or B<textoff>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Report bugs to E<lt>bug-cpio@gnu.orgE<gt>."
@@ -39265,23 +45206,16 @@ msgstr ""
msgid "Request"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Request (B<--eh-frame-hdr>) or suppress (B<--no-eh-frame-hdr>) the creation "
"of CW<\\*(C`.eh_frame_hdr\\*(C'> section and ELF "
"CW<\\*(C`PT_GNU_EH_FRAME\\*(C'> segment header."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Request (B<--eh-frame-hdr>) or suppress (B<--no-eh-frame-hdr>) the creation "
-"of CW<\\*(C`.eh_frame_hdr\\*(C'> section and \\s-1ELF\\s0 "
-"CW<\\*(C`PT_GNU_EH_FRAME\\*(C'> segment header."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Request creation of CW<\\*(C`.eh_frame\\*(C'> unwind info for linker "
"generated code sections like PLT. This option is on by default if linker "
@@ -39290,22 +45224,13 @@ msgid ""
"code sections like PLT."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Request creation of CW<\\*(C`.eh_frame\\*(C'> unwind info for linker "
-"generated code sections like \\s-1PLT.\\s0 This option is on by default if "
-"linker generated unwind info is supported. This option also controls the "
-"generation of CW<\\*(C`.sframe\\*(C'> unwind info for linker generated code "
-"sections like \\s-1PLT.\\s0"
-msgstr ""
-
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Request key configuration file"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Request the creation of a CW<\\*(C`.note.gnu.build-id\\*(C'> ELF note "
"section or a CW<\\*(C`.buildid\\*(C'> COFF section. The contents of the "
@@ -39319,22 +45244,7 @@ msgid ""
"are ignored). If I<style> is omitted, CW<\\*(C`sha1\\*(C'> is used."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Request the creation of a CW<\\*(C`.note.gnu.build-id\\*(C'> \\s-1ELF\\s0 "
-"note section or a CW<\\*(C`.buildid\\*(C'> \\s-1COFF\\s0 section. The "
-"contents of the note are unique bits identifying this linked file. I<style> "
-"can be \\&CW<\\*(C`uuid\\*(C'> to use 128 random bits, CW<\\*(C`sha1\\*(C'> "
-"to use a 160-bit \\&\\s-1SHA1\\s0 hash on the normative parts of the output "
-"contents, \\&CW<\\*(C`md5\\*(C'> to use a 128-bit \\s-1MD5\\s0 hash on the "
-"normative parts of the output contents, or "
-"CW<\\*(C`0x>\\f(CIhexstringCW<\\*(C'> to use a chosen bit string specified "
-"as an even number of hexadecimal digits (CW<\\*(C`-\\*(C'> and \\&CW<\\*(C`:"
-"\\*(C'> characters between digit pairs are ignored). If I<style> is "
-"omitted, CW<\\*(C`sha1\\*(C'> is used."
-msgstr ""
-
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid ""
"Request the creation of a CW<\\*(C`.note.package\\*(C'> ELF note section. "
"The contents of the note are in JSON format, as per the package metadata "
@@ -39345,15 +45255,12 @@ msgid ""
"built with libjansson, then the JSON string will be validated."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
-"Request the creation of a CW<\\*(C`.note.package\\*(C'> \\s-1ELF\\s0 note "
-"section. The contents of the note are in \\s-1JSON\\s0 format, as per the "
-"package metadata specification. For more information see: https://systemd."
-"io/ELF_PACKAGE_METADATA/ If the \\s-1JSON\\s0 argument is missing/empty then "
-"this will disable the creation of the metadata note, if one had been enabled "
-"by an earlier occurrence of the --package-metdata option. If the linker has "
-"been built with libjansson, then the \\s-1JSON\\s0 string will be validated."
+"Request the server to search for objects mirrored from I<SOURCE>. Sources "
+"are delimited by comma, and the order is significant. Use the I<-q sources> "
+"parameter to obtain a list of valid sources."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -39383,11 +45290,68 @@ msgid ""
"which B<--eject> does not work."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Reset tabs to default tab values (every 0.5 inches); does not cause a break."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Reset the PG_Referenced and ACCESSED/YOUNG bits for all anonymous pages "
+"associated with the process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Reset the PG_Referenced and ACCESSED/YOUNG bits for all file-mapped pages "
+"associated with the process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Reset the PG_Referenced and ACCESSED/YOUNG bits for all the pages associated "
+"with the process. (Before Linux 2.6.32, writing any nonzero value to this "
+"file had this effect.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Reset the peak resident set size (\"high water mark\") to the process's "
+"current resident set size value."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Resetting the \"dumpable\" attribute to 1 reverts the ownership of the I</"
+"proc/>pidI</*> files to the process's effective UID and GID. Note, however, "
+"that if the effective UID or GID is subsequently modified, then the "
+"\"dumpable\" attribute may be reset, as described in B<prctl>(2). "
+"Therefore, it may be desirable to reset the \"dumpable\" attribute I<after> "
+"making any desired changes to the process's effective UID or GID."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Resident Set Size: number of pages the process has in real memory. This is "
+"just the pages which count toward text, data, or stack space. This does not "
+"include pages which have not been demand-loaded in, or which are swapped "
+"out. This value is inaccurate; see I</proc/>pidI</statm> below."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Resident set size. Note that the value here is the sum of I<RssAnon>, "
+"I<RssFile>, and I<RssShmem>. This value is inaccurate; see I</proc/>pidI</"
+"statm> above."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Resolver library (I<libresolv>, I<-lresolv>)"
@@ -39400,16 +45364,33 @@ msgid ""
"dependencies in the system."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "Resource options"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Respect the file offset when writing strings into I</proc/sys> files. "
+"Multiple writes will I<append> to the value buffer. Anything written beyond "
+"the maximum length of the value buffer will be ignored. Writes to numeric "
+"I</proc/sys> entries must always be at file offset 0 and the value must be "
+"fully contained in the buffer provided to B<write>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Respond \"y\" if you want the output file to be replaced; \"n\" if not."
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid ""
+"Restrict the search to objects of I<TYPE>. Multiple types are separated by "
+"a comma."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -39509,6 +45490,14 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
+"Return information about the server. I<KEYWORD> can be I<version> for the "
+"server version, I<sources> for the list of database sources or I<types> for "
+"the list of supported object types."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid ""
"Return primary key attributes only. An exception is the I<members> attribute "
"of I<set> objects, which is always returned. Another exception are all "
"attributes of the objects I<organisation>, I<person> and I<role>, that are "
@@ -39530,6 +45519,16 @@ msgstr ""
msgid "Return the smallest IP address range with a reference to an irt object."
msgstr ""
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid "Return the template for a object of I<TYPE>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid "Return the verbose template for a object of I<TYPE>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -39557,8 +45556,8 @@ msgstr ""
msgid "Reverse output so that the newest entries are displayed first\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Reverts the effect of a previous B<--large-address-aware> option. This is "
"useful if B<--large-address-aware> is always set by the compiler driver (e."
@@ -39567,15 +45566,6 @@ msgid ""
"linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Reverts the effect of a previous B<--large-address-aware> option. This is "
-"useful if B<--large-address-aware> is always set by the compiler driver (e."
-"g. Cygwin gcc) and the executable does not support virtual addresses greater "
-"than 2 gigabytes. [This option is specific to \\s-1PE\\s0 targeted ports of "
-"the linker]"
-msgstr ""
-
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Revoke both the uid and gid key of the given user."
@@ -39591,15 +45581,15 @@ msgstr ""
msgid "Revoke the uid key of the given user."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Right angled double quote: ''"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Roman alternating with bold"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Roman alternating with italics"
msgstr ""
@@ -39660,16 +45650,6 @@ msgid ""
"status of the B<command> builtin is the exit status of I<command>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In "
-"isolated mode sys.path contains neither the script's directory nor the "
-"user's site-packages directory. All PYTHON* environment variables are "
-"ignored, too. Further restrictions may be imposed to prevent the user from "
-"injecting malicious code."
-msgstr ""
-
#: archlinux
msgid ""
"Run in unshare mode\\&. This will use B<unshare>(1) to create a new mount "
@@ -39677,17 +45657,60 @@ msgid ""
"installations\\&."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Run the specified I<shell> instead of the default. The shell to run is "
"selected according to the following rules, in order:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Running"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SECURITY NOTICE"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"SELinux employs this file to support creation of a file (using the "
+"aforementioned system calls) in a secure state, so that there is no risk of "
+"inappropriate access being obtained between the time of creation and the "
+"time that attributes are set. In SELinux, this attribute is reset on "
+"B<execve>(2), so that the new program reverts to the default behavior for "
+"any file creation calls it may make, but the attribute will persist across "
+"multiple file creation calls within a program unless it is explicitly "
+"reset. In SELinux, a process can set only its own I</proc/>pidI</attr/"
+"fscreate> attribute."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "SEMMNI"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "SEMMNS"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "SEMMSL"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "SEMOPM"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"SGR (Select Graphic Rendition) substring for percentage values greater than "
@@ -39782,6 +45805,12 @@ msgstr ""
msgid "SLIST"
msgstr ""
+#: debian-unstable archlinux debian-bookworm fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "SMBIOS TYPE 11 STRINGS"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
@@ -39838,10 +45867,10 @@ msgstr ""
msgid "SUBCOMMANDS"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux mageia-cauldron
msgid ""
"SVr4 systems provide B<\\%captoinfo> as a separate application from B<tic>. "
-"Its B<-v> option does not accept a trace level argument I<n;> repeat B<-v> "
+"Its B<-v> option does not accept a trace level argument I<n>; repeat B<-v> "
"I<n> times instead."
msgstr ""
@@ -39866,7 +45895,7 @@ msgstr ""
msgid "SYNOPSIS AND DESCRIPTION"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Safe subset"
msgstr ""
@@ -39923,7 +45952,7 @@ msgstr ""
msgid "Same as B<-b>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Same as B<-c>, but do not create a new session. (Discouraged.)"
msgstr ""
@@ -39982,10 +46011,6 @@ msgstr ""
msgid "Same as B<-x>."
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid "Same as B<.PP> (begin a new paragraph)."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
msgid "Same as B<\\&.PP> (begin a new paragraph)."
msgstr ""
@@ -39995,6 +46020,18 @@ msgstr ""
msgid "Same as above, but limit urls to https or rsync urls."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Same as previous, but in \"list format\" (since Linux 2.6.26, see "
+"B<cpuset>(7))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Sample output from I</proc/timer_stats>:"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Save the current options (useful with B<--setopt>)."
@@ -40031,6 +46068,13 @@ msgid ""
"may get wrong data."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Scheduling policy (see B<sched_setscheduler>(2)). Decode using the SCHED_* "
+"constants in I<linux/sched.h>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
#: fedora-rawhide mageia-cauldron
#, no-wrap
@@ -40054,12 +46098,11 @@ msgid ""
"I<pathname>. (See also B<path_resolution>(7).)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
-"Searches I<sys.path> for the named module and runs the corresponding I<.py> "
-"file as a script. This terminates the option list (following options are "
-"passed as arguments to the module)."
+"Search updates from I<SOURCE> database between I<FIRST> and I<LAST> update "
+"serial number. It is useful to obtain Near Real Time Mirroring stream."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -40073,13 +46116,18 @@ msgstr ""
msgid "Sebastien Godard (sysstat E<lt>atE<gt> orange.fr)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "Sections"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Seccomp mode of the process (since Linux 3.8, see B<seccomp>(2)). 0 means "
+"B<SECCOMP_MODE_DISABLED>; 1 means B<SECCOMP_MODE_STRICT>; 2 means "
+"B<SECCOMP_MODE_FILTER>. This field is provided only if the kernel was built "
+"with the B<CONFIG_SECCOMP> kernel configuration option enabled."
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid "Sections are started with B<.SH> followed by the heading name."
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "Sections"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
@@ -40102,20 +46150,50 @@ msgstr ""
msgid "See B<bind>(2)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<bpf>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<capabilities>(7)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<clock_getres>(2) for some further details on the above clocks."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<cpuset>(7)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<dlopen>(3)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<keyrings>(7)."
+msgstr ""
+
+#: debian-bookworm
msgid "See B<mount_namespaces>(7) for more information."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<namespaces>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<numa>(7)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<open>(2)."
@@ -40126,6 +46204,16 @@ msgstr ""
msgid "See B<pamcomp>(1) \\& for one way to use the transparency output file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<pid_namespaces>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<pipe>(7)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<pthread_attr_init>(3)."
@@ -40136,19 +46224,34 @@ msgstr ""
msgid "See B<pthread_create>(3)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<ptrace>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<sched_rr_get_interval>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<shmop>(2)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<syslog>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<timer_create>(2)."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-msgid "See B<user_namespaces>(7)."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See I</proc/kallsyms>."
msgstr ""
#: debian-bookworm debian-unstable
@@ -40157,6 +46260,13 @@ msgid ""
"init-system-helpers>\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"See also the description of I</proc/sys/vm/admin_reserve_kbytes> and I</proc/"
+"sys/vm/user_reserve_kbytes>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -40179,6 +46289,11 @@ msgid ""
"multiple times."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See the description of I</proc/net>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -40186,6 +46301,20 @@ msgid ""
"described in this manual page is similar."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"See the kernel source file I<Documentation/admin-guide/mm/transhuge.rst>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Select the address space layout randomization (ASLR) policy for the system "
+"(on architectures that support ASLR). Three values are supported for this "
+"file:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -40194,8 +46323,8 @@ msgid ""
"default if B<mkfs.fat> is run on 68k Atari Linux."
msgstr ""
-#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: archlinux debian-unstable opensuse-leap-15-6 opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron
msgid ""
"Selects a hash algorithm to use when printing SSHFP records using the E<.Fl "
"D> flag. Valid algorithms are E<.Dq sha1> and E<.Dq sha256>. The default "
@@ -40381,13 +46510,7 @@ msgstr ""
msgid "Set an alternate cache directory path."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Set implementation-specific option. The following options are available:"
-msgstr ""
-
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Set inter-paragraph vertical distance to d (if omitted, d=0.4v); does not "
"cause a break."
@@ -40401,8 +46524,8 @@ msgid ""
"reserving a few blocks per cpu is ideal."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Set the CW<\\*(C`DF_1_GROUP\\*(C'> flag in the CW<\\*(C`DT_FLAGS_1\\*(C'> "
"entry in the dynamic section. This causes the runtime linker to handle "
@@ -40411,15 +46534,6 @@ msgid ""
"only meaningful on ELF platforms which support shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Set the CW<\\*(C`DF_1_GROUP\\*(C'> flag in the CW<\\*(C`DT_FLAGS_1\\*(C'> "
-"entry in the dynamic section. This causes the runtime linker to handle "
-"lookups in this object and its dependencies to be performed only inside the "
-"group. \\&B<--unresolved-symbols=report-all> is implied. This option is "
-"only meaningful on \\s-1ELF\\s0 platforms which support shared libraries."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Set the default boot menu entry for GRUB, for the next boot only."
@@ -40456,7 +46570,7 @@ msgid ""
"executed first. Grades run 0 ... 9 A ... Z a ... z from high to low."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Set the maximum delay between updates to I<number> of seconds. The argument "
"is a floating-point number. This can be used to avoid long pauses in the "
@@ -40468,8 +46582,8 @@ msgstr ""
msgid "Set the maximum memory page size supported to I<value>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Set the maximum size of objects to be optimized using the GP register to "
"\\&I<size>. This is only meaningful for object file formats such as MIPS "
@@ -40477,29 +46591,14 @@ msgid ""
"This is ignored for other object file formats."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Set the maximum size of objects to be optimized using the \\s-1GP\\s0 "
-"register to \\&I<size>. This is only meaningful for object file formats "
-"such as \\&\\s-1MIPS ELF\\s0 that support putting large and small objects "
-"into different sections. This is ignored for other object file formats."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Set the name of the dynamic linker. This is only meaningful when generating "
"dynamically linked ELF executables. The default dynamic linker is normally "
"correct; don't use this unless you know what you are doing."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Set the name of the dynamic linker. This is only meaningful when generating "
-"dynamically linked \\s-1ELF\\s0 executables. The default dynamic linker is "
-"normally correct; don't use this unless you know what you are doing."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -40529,8 +46628,8 @@ msgid ""
"published by Microsoft."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Set the type of linker's hash table(s). I<style> can be either "
"\\&CW<\\*(C`sysv\\*(C'> for classic ELF CW<\\*(C`.hash\\*(C'> section, "
@@ -40541,17 +46640,6 @@ msgid ""
"CW<\\*(C`both\\*(C'>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Set the type of linker's hash table(s). I<style> can be either "
-"\\&CW<\\*(C`sysv\\*(C'> for classic \\s-1ELF\\s0 CW<\\*(C`.hash\\*(C'> "
-"section, CW<\\*(C`gnu\\*(C'> for new style \\s-1GNU\\s0 CW<\\*(C`.gnu."
-"hash\\*(C'> section or CW<\\*(C`both\\*(C'> for both the classic "
-"\\s-1ELF\\s0 CW<\\*(C`.hash\\*(C'> and new style \\s-1GNU\\s0 CW<\\*(C`.gnu."
-"hash\\*(C'> hash tables. The default depends upon how the linker was "
-"configured, but for most Linux based systems it will be CW<\\*(C`both\\*(C'>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -40609,86 +46697,48 @@ msgid ""
"start> or E<.Ic encrypt stop> commands."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the major number of the \"image version\". Defaults to 1. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the major number of the \"os version\". Defaults to 4. [This option "
"is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the major number of the \"subsystem version\". Defaults to 4. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the major number of the \\*(L\"image version\\*(R\". Defaults to 1. "
-"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the major number of the \\*(L\"os version\\*(R\". Defaults to 4. "
-"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the major number of the \\*(L\"subsystem version\\*(R\". Defaults to "
-"4. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the "
-"linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the minor number of the \"image version\". Defaults to 0. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the minor number of the \"os version\". Defaults to 0. [This option "
"is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the minor number of the \"subsystem version\". Defaults to 0. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the minor number of the \\*(L\"image version\\*(R\". Defaults to 0. "
-"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the minor number of the \\*(L\"os version\\*(R\". Defaults to 0. "
-"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the minor number of the \\*(L\"subsystem version\\*(R\". Defaults to "
-"0. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the "
-"linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -40697,28 +46747,21 @@ msgid ""
"only used for port forwarding to a Unix-domain socket file."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Sets the section alignment. Sections in memory will always begin at "
"addresses which are a multiple of this number. Defaults to 0x1000. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Sets the section alignment. Sections in memory will always begin at "
-"addresses which are a multiple of this number. Defaults to 0x1000. [This "
-"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "Setting"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Setting hostname or domainname will not affect the rest of the system. For "
"further details, see B<uts_namespaces>(7)."
@@ -40733,6 +46776,15 @@ msgid ""
"IDNA handling."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Setting this file to 1 provides a way of ensuring that all System V shared "
+"memory segments are counted against the resource usage and resource limits "
+"(see the description of B<RLIMIT_AS> in B<getrlimit>(2)) of at least one "
+"process."
+msgstr ""
+
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#: archlinux
msgid ""
@@ -40746,6 +46798,11 @@ msgstr ""
msgid "Sf"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Shared library code size."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Shell option names as accepted by the B<shopt> builtin."
@@ -40756,19 +46813,13 @@ msgstr ""
msgid "Shell reserved words. May also be specified as B<-k>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Show additional debug info related to auto-import symbol thunking. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Show additional debug info related to auto-import symbol thunking. [This "
-"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Show command syntax help\\&."
@@ -40779,7 +46830,7 @@ msgstr ""
msgid "Show contents of FILE in hex."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Show creator and owner."
msgstr ""
@@ -40802,10 +46853,6 @@ msgid ""
"when it\\(aqs included in the older stream versions)."
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid "Show softirqs information."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
@@ -40822,11 +46869,16 @@ msgstr ""
msgid "Show which files were renamed, if any."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "Show window on startup."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Shows the amount of memory marked by B<madvise>(2) B<MADV_FREE>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Signal names."
@@ -40840,6 +46892,11 @@ msgid ""
"there are no I<arg>s, the positional parameters remain unchanged."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Signal to be sent to parent when we die."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -40869,6 +46926,102 @@ msgid ""
"given."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Since Linux 2.6.15, this file is pollable: after opening the file for "
+"reading, a change in this file (i.e., a filesystem mount or unmount) causes "
+"B<select>(2) to mark the file descriptor as having an exceptional "
+"condition, and B<poll>(2) and B<epoll_wait>(2) mark the file as having a "
+"priority event (B<POLLPRI>). (Before Linux 2.6.30, a change in this file "
+"was indicated by the file descriptor being marked as readable for "
+"B<select>(2), and being marked as having an error condition for B<poll>(2) "
+"and B<epoll_wait>(2).)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Since Linux 3.14, if the value in I</proc/sys/vm/overcommit_kbytes> is "
+"nonzero, then I<CommitLimit> is instead calculated as:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Since Linux 3.19, the content of this file has no effect (because I<msgmni> "
+"defaults to near the maximum value possible), and reads from this file "
+"always return the value \"0\"."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Since Linux 4.1, the value that can be written to I<threads-max> is "
+"bounded. The minimum value that can be written is 20. The maximum value "
+"that can be written is given by the constant B<FUTEX_TID_MASK> "
+"(0x3fffffff). If a value outside of this range is written to I<threads-"
+"max>, the error B<EINVAL> occurs."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Since Linux 4.9, the list of locks shown in I</proc/locks> is filtered to "
+"show just the locks for the processes in the PID namespace (see "
+"B<pid_namespaces>(7)) for which the I</proc> filesystem was mounted. (In "
+"the initial PID namespace, there is no filtering of the records shown in "
+"this file.)"
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid ""
+"Since version 8.0, to be newcomer friendly, B<^F> starts a forward search, "
+"B<^B> starts a backward search, B<M-F> searches the next occurrence forward, "
+"and B<M-B> searches the next occurrence backward. If you want those "
+"keystrokes to do what they did before version 8.0, add the following lines "
+"at the end of your I<nanorc> file:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Size of data, stack, and text segments. This value is inaccurate; see I</"
+"proc/>pidI</statm> above."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Size of hugetlb memory portions (since Linux 4.4)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Size of resident anonymous memory. (since Linux 4.5). This value is "
+"inaccurate; see I</proc/>pidI</statm> above."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Size of resident file mappings. (since Linux 4.5). This value is "
+"inaccurate; see I</proc/>pidI</statm> above."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Size of resident shared memory (includes System V shared memory, mappings "
+"from B<tmpfs>(5), and shared anonymous mappings). (since Linux 4.5)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Size of second-level page tables (added in Linux 4.0; removed in Linux 4.15)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Skip N bytes from output file."
@@ -40881,11 +47034,16 @@ msgid ""
"dependencies will be installed."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Sleeping in an interruptible wait"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid "Small (useful for acronyms)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "Small alternating with bold"
msgstr ""
@@ -40932,16 +47090,6 @@ msgstr ""
msgid "Some examples:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"Some obsolete nonstandard capabilities will automatically be translated into "
-"standard (SVr4/XSI Curses) terminfo capabilities by B<captoinfo>. Whenever "
-"one of these automatic translations is done, the program will issue an "
-"notification to stderr, inviting the user to check that it has not "
-"mistakenly translated a completely unknown and random capability and/or "
-"syntax error."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
msgid ""
@@ -40971,8 +47119,17 @@ msgstr ""
msgid "Some of these books are available as free downloads."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Some of these values are inaccurate because of a kernel-internal scalability "
+"optimization. If accurate values are required, use I</proc/>pidI</smaps> or "
+"I</proc/>pidI</smaps_rollup> instead, which are much slower but provide "
+"accurate, detailed information."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Some older linkers used the B<-F> option throughout a compilation toolchain "
"for specifying object-file format for both input and output object files. "
@@ -40983,17 +47140,6 @@ msgid ""
"object."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Some older linkers used the B<-F> option throughout a compilation toolchain "
-"for specifying object-file format for both input and output object files. "
-"The \\s-1GNU\\s0 linker uses other mechanisms for this purpose: the \\&B<-"
-"b>, B<--format>, B<--oformat> options, the \\&CW<\\*(C`TARGET\\*(C'> command "
-"in linker scripts, and the CW<\\*(C`GNUTARGET\\*(C'> environment variable. "
-"The \\s-1GNU\\s0 linker will ignore the B<-F> option when not creating an "
-"\\s-1ELF\\s0 shared object."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -41011,6 +47157,7 @@ msgid "Source distribution (part of the Alpine Message System):"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "Source type"
msgstr ""
@@ -41054,8 +47201,8 @@ msgid ""
"0\\&...2147483646\\&. This option is compulsory\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specifies a list of archive libraries from which symbols should not be "
"automatically exported. The library names may be delimited by commas or "
@@ -41067,21 +47214,8 @@ msgid ""
"affected by this option will be treated as hidden."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specifies a list of archive libraries from which symbols should not be "
-"automatically exported. The library names may be delimited by commas or "
-"colons. Specifying \\&CW<\\*(C`--exclude-libs ALL\\*(C'> excludes symbols "
-"in all archive libraries from automatic export. This option is available "
-"only for the i386 \\s-1PE\\s0 targeted port of the linker and for "
-"\\s-1ELF\\s0 targeted ports. For i386 \\s-1PE,\\s0 symbols explicitly "
-"listed in a .def file are still exported, regardless of this option. For "
-"\\s-1ELF\\s0 targeted ports, symbols affected by this option will be treated "
-"as hidden."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specifies a list of object files or archive members, from which symbols "
"should not be automatically exported, but which should be copied wholesale "
@@ -41095,35 +47229,14 @@ msgid ""
"regardless of this option."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specifies a list of object files or archive members, from which symbols "
-"should not be automatically exported, but which should be copied wholesale "
-"into the import library being generated during the link. The module names "
-"may be delimited by commas or colons, and must match exactly the filenames "
-"used by B<ld> to open the files; for archive members, this is simply the "
-"member name, but for object files the name listed must include and match "
-"precisely any path used to specify the input file on the linker's command-"
-"line. This option is available only for the i386 \\s-1PE\\s0 targeted port "
-"of the linker. Symbols explicitly listed in a .def file are still exported, "
-"regardless of this option."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specifies a list of symbols which should not be automatically exported. The "
"symbol names may be delimited by commas or colons. [This option is specific "
"to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specifies a list of symbols which should not be automatically exported. The "
-"symbol names may be delimited by commas or colons. [This option is specific "
-"to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid ""
@@ -41138,24 +47251,29 @@ msgid ""
"TELNET BINARY> option on both input and output."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Specifies an amount of memory (in KiB) to reserve for user processes. This "
+"is intended to prevent a user from starting a single memory hogging process, "
+"such that they cannot recover (kill the hog). The value in this file has an "
+"effect only when I</proc/sys/vm/overcommit_memory> is set to 2 (\"overcommit "
+"never\" mode). In this case, the system reserves an amount of memory that "
+"is the minimum of [3% of current process size, I<user_reserve_kbytes>]."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "Specifies no automatic login to the remote system."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specifies no symbols should be automatically exported. [This option is "
"specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specifies no symbols should be automatically exported. [This option is "
-"specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -41175,8 +47293,8 @@ msgid ""
"options B<-i> and B<dev=>I<target> are mutual exclusive."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specifies the subsystem under which your program will execute. The legal "
"values for I<which> are CW<\\*(C`native\\*(C'>, CW<\\*(C`windows\\*(C'>, "
@@ -41186,16 +47304,6 @@ msgid ""
"to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specifies the subsystem under which your program will execute. The legal "
-"values for I<which> are CW<\\*(C`native\\*(C'>, CW<\\*(C`windows\\*(C'>, "
-"\\&CW<\\*(C`console\\*(C'>, CW<\\*(C`posix\\*(C'>, and "
-"CW<\\*(C`xbox\\*(C'>. You may optionally set the subsystem version also. "
-"Numeric values are also accepted for \\&I<which>. [This option is specific "
-"to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -41203,7 +47311,7 @@ msgid ""
"default is E<.Cm no>."
msgstr ""
-#: fedora-40 fedora-rawhide mageia-cauldron
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Specifies which algorithms are allowed for signing of certificates by "
"certificate authorities (CAs). If the specified list begins with a E<.Sq +> "
@@ -41213,7 +47321,7 @@ msgid ""
"removed from the default set instead of replacing them."
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable
msgid ""
"Specifies which algorithms are allowed for signing of certificates by "
"certificate authorities (CAs). The default is:"
@@ -41226,37 +47334,23 @@ msgid ""
"is \"es256\"\\&. Supported values are \"es256\", \"rs256\" and \"eddsa\"\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify a B<--export-dynamic-symbol> for each pattern in the file. The "
"format of the file is the same as the version node without scope and node "
"name. See B<VERSION> for more information."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify a B<--export-dynamic-symbol> for each pattern in the file. The "
-"format of the file is the same as the version node without scope and node "
-"name. See B<\\s-1VERSION\\s0> for more information."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify a stack size for an ELF CW<\\*(C`PT_GNU_STACK\\*(C'> segment. "
"Specifying zero will override any default non-zero sized "
"\\&CW<\\*(C`PT_GNU_STACK\\*(C'> segment creation."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify a stack size for an \\s-1ELF\\s0 CW<\\*(C`PT_GNU_STACK\\*(C'> "
-"segment. Specifying zero will override any default non-zero sized "
-"\\&CW<\\*(C`PT_GNU_STACK\\*(C'> segment creation."
-msgstr ""
-
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Specify a supplementary group. This option is available to the root user "
"only. The first specified supplementary group is also used as a primary "
@@ -41301,8 +47395,8 @@ msgid ""
"these completions only apply to the case specified by the option."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_IBT and "
"GNU_PROPERTY_X86_FEATURE_1_SHSTK properties in input .note.gnu.property "
@@ -41316,8 +47410,8 @@ msgid ""
"Linux/i386 and Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U48 and "
"GNU_PROPERTY_X86_FEATURE_1_LAM_U57 properties in input .note.gnu.property "
@@ -41328,8 +47422,8 @@ msgid ""
"properties in input files. Supported for Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U48 "
"property in input .note.gnu.property section. \\&B<lam-u48-report=none>, "
@@ -41340,8 +47434,8 @@ msgid ""
"Supported for Linux/x86_64."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U57 "
"property in input .note.gnu.property section. \\&B<lam-u57-report=none>, "
@@ -41352,54 +47446,6 @@ msgid ""
"Supported for Linux/x86_64."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify how to report the missing \\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 "
-"and \\&\\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 properties in input .note."
-"gnu.property section. B<cet-report=none>, which is the default, will make "
-"the linker not report missing properties in input files. \\&B<cet-"
-"report=warning> will make the linker issue a warning for missing properties "
-"in input files. B<cet-report=error> will make the linker issue an error for "
-"missing properties in input files. Note that B<ibt> will turn off the "
-"missing \\&\\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 property report and "
-"B<shstk> will turn off the missing \\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 "
-"property report. Supported for Linux/i386 and Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify how to report the missing "
-"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 and "
-"\\&\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 properties in input .note.gnu."
-"property section. B<lam-report=none>, which is the default, will make the "
-"linker not report missing properties in input files. \\&B<lam-"
-"report=warning> will make the linker issue a warning for missing properties "
-"in input files. B<lam-report=error> will make the linker issue an error for "
-"missing properties in input files. Supported for Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify how to report the missing "
-"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 property in input .note.gnu."
-"property section. \\&B<lam-u48-report=none>, which is the default, will "
-"make the linker not report missing properties in input files. \\&B<lam-u48-"
-"report=warning> will make the linker issue a warning for missing properties "
-"in input files. B<lam-u48-report=error> will make the linker issue an error "
-"for missing properties in input files. Supported for Linux/x86_64."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify how to report the missing "
-"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 property in input .note.gnu."
-"property section. \\&B<lam-u57-report=none>, which is the default, will "
-"make the linker not report missing properties in input files. \\&B<lam-u57-"
-"report=warning> will make the linker issue a warning for missing properties "
-"in input files. B<lam-u57-report=error> will make the linker issue an error "
-"for missing properties in input files. Supported for Linux/x86_64."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -41455,8 +47501,8 @@ msgstr ""
msgid "Specify that the object's filters be processed immediately at runtime."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the 1-byte CW<\\*(C`NOP\\*(C'> padding when transforming indirect "
"call to a locally defined function, foo, via its GOT slot. \\&B<call-"
@@ -41467,19 +47513,8 @@ msgid ""
">\\f(CIbyteCW<\\*(C'>. Supported for i386 and x86_64."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the 1-byte CW<\\*(C`NOP\\*(C'> padding when transforming indirect "
-"call to a locally defined function, foo, via its \\s-1GOT\\s0 slot. "
-"\\&B<call-nop=prefix-addr> generates CW<\\*(C`0x67 call foo\\*(C'>. "
-"\\&B<call-nop=suffix-nop> generates CW<\\*(C`call foo 0x90\\*(C'>. "
-"\\&B<call-nop=prefix->I<byte> generates CW<\\*(C`>\\f(CIbyteCW< call "
-"foo\\*(C'>. \\&B<call-nop=suffix->I<byte> generates CW<\\*(C`call foo "
-">\\f(CIbyteCW<\\*(C'>. Supported for i386 and x86_64."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the ELF symbol visibility for synthesized \\&CW<\\*(C`_\\|"
"_start_SECNAME\\*(C'> and CW<\\*(C`_\\|_stop_SECNAME\\*(C'> symbols. "
@@ -41491,18 +47526,6 @@ msgid ""
"shared objects, which is not usually what's intended."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the \\s-1ELF\\s0 symbol visibility for synthesized \\&CW<\\*(C`_\\|"
-"_start_SECNAME\\*(C'> and CW<\\*(C`_\\|_stop_SECNAME\\*(C'> symbols. "
-"I<value> must be exactly B<default>, \\&B<internal>, B<hidden>, or "
-"B<protected>. If no B<-z start-stop-visibility> option is given, "
-"B<protected> is used for compatibility with historical practice. However, "
-"it's highly recommended to use B<-z start-stop-visibility=hidden> in new "
-"programs and shared libraries so that these symbols are not exported between "
-"shared objects, which is not usually what's intended."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Specify the colors and other attributes used to display statistics on the "
@@ -41517,21 +47540,14 @@ msgid ""
"to B<I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22>. Supported capabilities are:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the file alignment. Sections in the file will always begin at file "
"offsets which are multiples of this number. This defaults to 512. [This "
"option is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the file alignment. Sections in the file will always begin at file "
-"offsets which are multiples of this number. This defaults to 512. [This "
-"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Specify the filesystem path prefix under which the reposync is allowed to "
@@ -41551,8 +47567,8 @@ msgid ""
"file system."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the name of a dynamic list file to the linker. This is typically "
"used when creating shared libraries to specify a list of global symbols "
@@ -41562,19 +47578,8 @@ msgid ""
"option is only meaningful on ELF platforms which support shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the name of a dynamic list file to the linker. This is typically "
-"used when creating shared libraries to specify a list of global symbols "
-"whose references shouldn't be bound to the definition within the shared "
-"library, or creating dynamically linked executables to specify a list of "
-"symbols which should be added to the symbol table in the executable. This "
-"option is only meaningful on \\s-1ELF\\s0 platforms which support shared "
-"libraries."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the name of a version script to the linker. This is typically used "
"when creating shared libraries to specify additional information about the "
@@ -41585,19 +47590,8 @@ msgid ""
"the version script will not be exported."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the name of a version script to the linker. This is typically used "
-"when creating shared libraries to specify additional information about the "
-"version hierarchy for the library being created. This option is only fully "
-"supported on \\s-1ELF\\s0 platforms which support shared libraries; see "
-"B<\\s-1VERSION\\s0>. It is partially supported on \\s-1PE\\s0 platforms, "
-"which can use version scripts to filter symbol visibility in auto-export "
-"mode: any symbols marked B<local> in the version script will not be exported."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the number of bytes of memory to reserve (and optionally commit) to "
"be used as heap for this program. The default is 1MB reserved, 4K "
@@ -41605,16 +47599,8 @@ msgid ""
"linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the number of bytes of memory to reserve (and optionally commit) to "
-"be used as heap for this program. The default is 1MB reserved, 4K "
-"committed. [This option is specific to the i386 \\s-1PE\\s0 targeted port "
-"of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the number of bytes of memory to reserve (and optionally commit) to "
"be used as stack for this program. The default is 2MB reserved, 4K "
@@ -41622,14 +47608,6 @@ msgid ""
"linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the number of bytes of memory to reserve (and optionally commit) to "
-"be used as stack for this program. The default is 2MB reserved, 4K "
-"committed. [This option is specific to the i386 \\s-1PE\\s0 targeted port "
-"of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -41646,8 +47624,8 @@ msgstr ""
msgid "Specify the number of lines read between each call to I<callback>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Specify the x86-64 ISA level needed in .note.gnu.property section. "
"\\&B<x86-64-baseline> generates "
@@ -41658,24 +47636,6 @@ msgid ""
"Linux/x86_64."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Specify the x86-64 \\s-1ISA\\s0 level needed in .note.gnu.property section. "
-"\\&B<x86-64-baseline> generates "
-"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_BASELINE\\*(C'>. \\&B<x86-64-v2> generates "
-"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V2\\*(C'>. \\&B<x86-64-v3> generates "
-"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V3\\*(C'>. \\&B<x86-64-v4> generates "
-"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V4\\*(C'>. Supported for Linux/i386 and "
-"Linux/x86_64."
-msgstr ""
-
-#: opensuse-leap-15-6 debian-bookworm
-msgid ""
-"Specify which output columns to print. Use B<--help> to get a list of all "
-"supported columns. The default list of columns may be extended if list is "
-"specified in the format I<+list>."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -41688,7 +47648,12 @@ msgid ""
"CW<\\*(C`.map\\*(C'> will no longer be appended."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Speculation flaw mitigation state (since Linux 4.17, see B<prctl>(2))."
+msgstr ""
+
+#: debian-bookworm
msgid ""
"Speed up the replay displaying this I<number> of times. The argument is a "
"floating-point number. It\\(cqs called divisor because it divides the "
@@ -41702,14 +47667,6 @@ msgid ""
"packages."
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid ""
-"Start relative margin indent: moves the left margin I<i> to the right (if "
-"I<i> is omitted, the prevailing indent value is used). A new prevailing "
-"indent is set to 0.5 inches. As a result, all following paragraph(s) will "
-"be indented until the corresponding B<.RE>."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
msgid ""
"Start relative margin indent: moves the left margin I<i> to the right (if "
@@ -41718,11 +47675,18 @@ msgid ""
"be indented until the corresponding B<\\&.RE>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Start the shell as a login shell with an environment similar to a real login:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Starting with Linux 2.4, there is no longer a static limit on the number of "
+"inodes, and this file is removed."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -41737,9 +47701,16 @@ msgstr ""
msgid "State"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Std"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Status information about the process. This is used by B<ps>(1). It is "
+"defined in the kernel source file I<fs/proc/array.c>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Stopped (on a signal) or (before Linux 2.6.33) trace stopped"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -41754,6 +47725,13 @@ msgid ""
"in the history list is removed before the I<args> are added."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"String values may be terminated by either \\[aq]\\e0\\[aq] or "
+"\\[aq]\\en\\[aq]."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Strings starting with \"#\" may be comments, the same as with B<PBM>(1) \\&."
@@ -41777,9 +47755,30 @@ msgstr ""
msgid "Stubs for Deleted Documents"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Subdirectory containing the pseudo-files I<msg>, I<sem> and I<shm>. These "
+"files list the System V Interprocess Communication (IPC) objects "
+"(respectively: message queues, semaphores, and shared memory) that "
+"currently exist on the system, providing similar information to that "
+"available via B<ipcs>(1). These files have headers and are formatted (one "
+"IPC object per line) for easy understanding. B<sysvipc>(7) provides "
+"further background on the information shown by these files."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Subdirectory containing the pseudo-files and subdirectories for tty drivers "
+"and line disciplines."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Subheading I<t> (like B<.SH>, but used for a subsection inside a section)."
+"Subdirectory for PCMCIA devices when B<CONFIG_PCMCIA> is set at kernel "
+"compilation time."
msgstr ""
#: debian-bookworm opensuse-leap-15-6
@@ -41787,6 +47786,11 @@ msgid ""
"Subheading I<t> (like B<\\&.SH>, but used for a subsection inside a section)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Supplementary group list."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -41839,11 +47843,24 @@ msgstr ""
msgid "Swap"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Swap areas in use. See also B<swapon>(8)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Swap suspend"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Swapped-out virtual memory size by anonymous private pages; shmem swap usage "
+"is not included (since Linux 2.6.34). This value is inaccurate; see I</proc/"
+">pidI</statm> above."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-tumbleweed
msgid ""
"Switch to the local defaults for the special characters. The local default "
@@ -41907,8 +47924,8 @@ msgstr ""
msgid "System Manager's Manual"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "System call"
msgstr ""
@@ -41920,6 +47937,17 @@ msgid ""
"seen only during a trace.)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Systems running in \"overcommit never\" mode (i.e., 2 in I</proc/sys/vm/"
+"overcommit_memory>) should increase the value in this file to account for "
+"the full virtual memory size of the programs used to recover (e.g., "
+"B<login>(1) B<ssh>(1), and B<top>(1)) Otherwise, the superuser may not be "
+"able to log in to recover the system. For example, on x86-64 a suitable "
+"value is 131072 (128MiB reserved)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -41933,9 +47961,9 @@ msgid "TAILQ"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "TERMPATH"
+msgid "TERMCAP"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -41962,8 +47990,8 @@ msgstr ""
msgid "THE [options] STANZA"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "TIME FORMATS"
msgstr ""
@@ -41998,11 +48026,6 @@ msgstr ""
msgid "TRADE MARK SIGN"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "TRANSLATIONS FROM NONSTANDARD CAPABILITIES"
-msgstr ""
-
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -42094,12 +48117,8 @@ msgstr ""
msgid "Task-Oriented"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Tek"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "Tektronix"
msgstr ""
@@ -42155,9 +48174,54 @@ msgstr ""
msgid "Temporary"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "Terminfo"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Text listing of major numbers and device groups. This can be used by "
+"MAKEDEV scripts for consistency with the kernel."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The \"#5\" means that this is the fifth kernel built from this source base "
+"and the date following it indicates the time the kernel was built."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The \"KernelPageSize\" line (available since Linux 2.6.29) is the page size "
+"used by the kernel to back the virtual memory area. This matches the size "
+"used by the MMU in the majority of cases. However, one counter-example "
+"occurs on PPC64 kernels whereby a kernel using 64 kB as a base page size may "
+"still use 4 kB pages for the MMU on older processors. To distinguish the "
+"two attributes, the \"MMUPageSize\" line (also available since Linux "
+"2.6.29) reports the page size used by the MMU."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The \"Locked\" indicates whether the mapping is locked in memory or not."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The \"ProtectionKey\" line (available since Linux 4.9, on x86 only) "
+"contains the memory protection key (see B<pkeys>(7)) associated with the "
+"virtual memory area. This entry is present only if the kernel was built "
+"with the B<CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS> configuration option "
+"(since Linux 4.6)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The \"VmFlags\" line (available since Linux 3.8) represents the kernel "
+"flags associated with the virtual memory area, encoded using the following "
+"two-letter codes:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -42193,8 +48257,8 @@ msgstr ""
msgid "The AIO context specified by I<ctx_id> is invalid."
msgstr ""
-#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid "The Anacron I<README> file."
msgstr ""
@@ -42350,7 +48414,8 @@ msgid ""
"for runtime symbol resolution."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"The B<--no-error-execstack> option will restore the default behaviour of "
"generating warning messages."
@@ -42475,8 +48540,8 @@ msgid ""
"configured with the B<--with-sysroot> option."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The B<-rpath> option may also be used on SunOS. By default, on SunOS, the "
"linker will form a runtime search path out of all the \\&B<-L> options it is "
@@ -42486,14 +48551,11 @@ msgid ""
"be on NFS mounted file systems."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"The B<-rpath> option may also be used on SunOS. By default, on SunOS, the "
-"linker will form a runtime search path out of all the \\&B<-L> options it is "
-"given. If a B<-rpath> option is used, the runtime search path will be "
-"formed exclusively using the B<-rpath> options, ignoring the B<-L> options. "
-"This can be useful when using gcc, which adds many B<-L> options which may "
-"be on \\s-1NFS\\s0 mounted file systems."
+"The B<choom>(1) program provides a command-line interface for adjusting the "
+"I<oom_score_adj> value of a running process or a newly executed command."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -42503,7 +48565,20 @@ msgid ""
"readable string, suitable for error reporting."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The B<hdparm>(8) utility provides access to this information in a friendly "
+"format."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The B<lslocks>(8) command provides a bit more information about each lock."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid "The B<man> package has the following predefined strings:"
msgstr ""
@@ -42536,23 +48611,24 @@ msgid ""
"is used, for example, to dynamically select an appropriate memset function."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The C6X uClinux target uses a binary format called DSBT to support shared "
"libraries. Each shared library in the system needs to have a unique index; "
"all executables use an index of 0."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"The C6X uClinux target uses a binary format called \\s-1DSBT\\s0 to support "
-"shared libraries. Each shared library in the system needs to have a unique "
-"index; all executables use an index of 0."
+"The CPU will not wait for I/O to complete; iowait is the time that a task is "
+"waiting for I/O to complete. When a CPU goes into idle state for "
+"outstanding task I/O, another task will be scheduled on this CPU."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The CTF debuginfo format supports a section which encodes the names and "
"types of variables found in the program which do not appear in any symbol "
@@ -42563,8 +48639,8 @@ msgid ""
"behaviour can be restored with B<--no-ctf-variables>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The CW<\\*(C`md5\\*(C'> and CW<\\*(C`sha1\\*(C'> styles produces an "
"identifier that is always the same in an identical output file, but will be "
@@ -42574,16 +48650,6 @@ msgid ""
"original linked file does not change."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The CW<\\*(C`md5\\*(C'> and CW<\\*(C`sha1\\*(C'> styles produces an "
-"identifier that is always the same in an identical output file, but will be "
-"unique among all nonidentical output files. It is not intended to be "
-"compared as a checksum for the file's contents. A linked file may be "
-"changed later by other tools, but the build \\s-1ID\\s0 bit string "
-"identifying the original linked file does not change."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed archlinux
msgid ""
@@ -42626,21 +48692,81 @@ msgstr ""
msgid "The E<.Nm> command appeared in E<.Bx 4.3>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The GNU linker B<ld> is meant to cover a broad range of situations, and to "
"be as compatible as possible with other linkers. As a result, you have many "
"choices to control its behavior."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"The HP-UX I<\\%\\%term\\%info> library supports two nonstandard I<\\%\\"
"%term\\%info> capabilities, B<meml> (memory lock) and B<memu> (memory "
"unlock). B<\\%captoinfo> discards these with a warning message."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/>pidI</clear_refs> file is present only if the "
+"B<CONFIG_PROC_PAGE_MONITOR> kernel configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/>pidI</pagemap> file is present only if the "
+"B<CONFIG_PROC_PAGE_MONITOR> kernel configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/>pidI</smaps> file is present only if the "
+"B<CONFIG_PROC_PAGE_MONITOR> kernel configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/>tid subdirectories are I<not> visible when iterating through I</"
+"proc> with B<getdents>(2) (and thus are I<not> visible when one uses "
+"B<ls>(1) to view the contents of I</proc>). However, the pathnames of "
+"these directories are visible to (i.e., usable as arguments in) system "
+"calls that operate on pathnames."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/kpagecgroup> file is present only if the B<CONFIG_MEMCG> kernel "
+"configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/kpagecount> file is present only if the "
+"B<CONFIG_PROC_PAGE_MONITOR> kernel configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/kpageflags> file is present only if the "
+"B<CONFIG_PROC_PAGE_MONITOR> kernel configuration option is enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I</proc/timer_stats> file is used both to control sampling facility and "
+"to read out the sampled information."
+msgstr ""
+
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -42659,13 +48785,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The I<action> field is as explained above but only applies to warnings that "
-"match the remaining fields."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The I<action> may be one of the following to generate a list of possible "
@@ -42679,6 +48798,13 @@ msgid ""
"address space."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<address> field is the address space in the process that the mapping "
+"occupies. The I<perms> field is a set of permissions:"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -42696,21 +48822,26 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The I<category> field matches the warning category (ex: "
-"\"DeprecationWarning\"). This must be a class name; the match test whether "
-"the actual warning category of the message is a subclass of the specified "
-"warning category."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The I<comp-option> controls several aspects of the compspec's behavior "
"beyond the simple generation of completions. I<comp-option> may be one of:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<event_f_flags> argument given to B<fanotify_init>(2) (expressed in "
+"hexadecimal)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<flags> argument given to B<fanotify_init>(2) (expressed in "
+"hexadecimal)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -42753,20 +48884,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The I<lineno> field matches the line number, where zero matches all line "
-"numbers and is thus equivalent to an omitted line number."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The I<message> field must match the whole printed warning message; this "
-"match is case-insensitive."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The I<mmsghdr> structure is defined in I<E<lt>sys/socket.hE<gt>> as:"
msgstr ""
@@ -42784,24 +48901,41 @@ msgid "The I<mode> argument must include one of the following values:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The I<module> field matches the (fully-qualified) module name; this match is "
-"case-sensitive."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The I<msgvec> argument is a pointer to an array of I<mmsghdr> structures. "
"The size of this array is specified in I<vlen>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<offset> field is the offset into the file/whatever; I<dev> is the "
+"device (major:minor); I<inode> is the inode on that device. 0 indicates "
+"that no inode is associated with the memory region, as would be the case "
+"with BSS (uninitialized data)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<oom_score> also reflects the adjustment specified by the "
+"I<oom_score_adj> or I<oom_adj> setting for the process."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The I<option-name> can be one of the following:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<pathname> field will usually be the file that is backing the mapping. "
+"For ELF files, you can easily coordinate with the I<offset> field by looking "
+"at the Offset field in the ELF program headers (I<readelf\\ -l>)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed archlinux
msgid ""
@@ -42817,6 +48951,13 @@ msgid ""
"implementations."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The I<timer_stats> functionality is inactive on bootup. A sampling period "
+"can be started using the following command:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -42828,6 +48969,35 @@ msgid ""
"which match the word being completed."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The ID for this timer. This is not the same as the timer ID returned by "
+"B<timer_create>(2); rather, it is the same kernel-internal ID that is "
+"available via the I<si_timerid> field of the I<siginfo_t> structure (see "
+"B<sigaction>(2))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The ID of the device where the target file resides (in hexadecimal)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The ID of the foreground process group of the controlling terminal of the "
+"process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The ID of the queue. This matches what is specified in the B<--queue-num> "
+"or B<--queue-balance> options to the B<iptables>(8) NFQUEUE target. See "
+"B<iptables-extensions>(8) for more information."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -42854,8 +49024,8 @@ msgid ""
"UID to string and string to UID is referred to as \"ID mapping.\""
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The PE variants of the COFF object format add an extension that permits the "
"use of section names longer than eight characters, the normal limit for "
@@ -42875,6 +49045,16 @@ msgid ""
"symbols. [This option is valid for all PE targeted ports of the linker]"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The PID of the parent of this process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The PID of the process that owns the lock."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
#, no-wrap
@@ -42900,7 +49080,7 @@ msgid ""
"specific tasks:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "The Sun macro B<TX> is not implemented."
msgstr ""
@@ -42942,66 +49122,60 @@ msgid ""
"machine\\(cqs network stack\\&."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The \\s-1CTF\\s0 debuginfo format supports a section which encodes the names "
-"and types of variables found in the program which do not appear in any "
-"symbol table. These variables clearly cannot be looked up by address by "
-"conventional debuggers, so the space used for their types and names is "
-"usually wasted: the types are usually small but the names are often not. "
-"\\&B<--ctf-variables> causes the generation of such a section. The default "
-"behaviour can be restored with B<--no-ctf-variables>."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The address above which program text can run."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The \\s-1GNU\\s0 linker B<ld> is meant to cover a broad range of situations, "
-"and to be as compatible as possible with other linkers. As a result, you "
-"have many choices to control its behavior."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The address below which program text can run."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The address of the start (i.e., bottom) of the stack."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
-"The \\s-1PE\\s0 variants of the \\s-1COFF\\s0 object format add an extension "
-"that permits the use of section names longer than eight characters, the "
-"normal limit for \\s-1COFF.\\s0 By default, these names are only allowed in "
-"object files, as fully-linked executable images do not carry the "
-"\\s-1COFF\\s0 string table required to support the longer names. As a "
-"\\s-1GNU\\s0 extension, it is possible to allow their use in executable "
-"images as well, or to (probably pointlessly!) disallow it in object files, "
-"by using these two options. Executable images generated with these long "
-"section names are slightly non-standard, carrying as they do a string table, "
-"and may generate confusing output when examined with non-GNU PE-aware tools, "
-"such as file viewers and dumpers. However, \\&\\s-1GDB\\s0 relies on the "
-"use of \\s-1PE\\s0 long section names to find Dwarf-2 debug information "
-"sections in an executable image at runtime, and so if neither option is "
-"specified on the command-line, B<ld> will enable long section names, "
-"overriding the default and technically correct behaviour, when it finds the "
-"presence of debug information while linking an executable image and not "
-"stripping symbols. [This option is valid for all \\s-1PE\\s0 targeted ports "
-"of the linker]"
+"The alternative form of these tokens - I<${ORIGIN}> and \\&I<${LIB}> can "
+"also be used. The token \\f(CI$PLATFORM\\fR is not supported."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"The action names can be abbreviated as desired and the interpreter will "
-"resolve them to the appropriate action name. For example, B<-Wi> is the same "
-"as B<-Wignore .>"
+"The amount of \"allowed\" memory depends on the context in which the OOM-"
+"killer was called. If it is due to the memory assigned to the allocating "
+"task's cpuset being exhausted, the allowed memory represents the set of mems "
+"assigned to that cpuset (see B<cpuset>(7)). If it is due to a mempolicy's "
+"node(s) being exhausted, the allowed memory represents the set of mempolicy "
+"nodes. If it is due to a memory limit (or swap limit) being reached, the "
+"allowed memory is that configured limit. Finally, if it is due to the "
+"entire system being out of memory, the allowed memory represents all "
+"allocatable resources."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"The alternative form of these tokens - I<${ORIGIN}> and \\&I<${LIB}> can "
-"also be used. The token \\f(CI$PLATFORM\\fR is not supported."
+"The amount of memory presently allocated on the system. The committed "
+"memory is a sum of all of the memory which has been allocated by processes, "
+"even if it has not been \"used\" by them as of yet. A process which "
+"allocates 1 GB of memory (using B<malloc>(3) or similar), but touches only "
+"300 MB of that memory will show up as using only 300 MB of memory even if it "
+"has the address space allocated for the entire 1 GB."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"The alternative form of these tokens - I<${\\s-1ORIGIN\\s0}> and "
-"\\&I<${\\s-1LIB\\s0}> can also be used. The token \\f(CI$PLATFORM\\fR is "
-"not supported."
+"The amount of time, measured in units of USER_HZ (1/100ths of a second on "
+"most architectures, use I<sysconf(_SC_CLK_TCK)> to obtain the right value), "
+"that the system (\"cpu\" line) or the specific CPU (\"cpuI<N>\" line) spent "
+"in various states:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -43034,6 +49208,20 @@ msgstr ""
msgid "The arguments I<arg3>, I<arg4>, and I<arg5> are ignored."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The attribute was explicitly set via the B<prctl>(2) B<PR_SET_DUMPABLE> "
+"operation."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The attribute was reset to the value in the file I</proc/sys/fs/"
+"suid_dumpable> (described below), for the reasons described in B<prctl>(2)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6
msgid ""
@@ -43052,8 +49240,11 @@ msgid ""
"it may not be present in specific implementations."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm
-#: mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable
+msgid "The available channel type names include:"
+msgstr ""
+
+#: fedora-40 fedora-rawhide debian-bookworm mageia-cauldron opensuse-tumbleweed
msgid "The available channel types include:"
msgstr ""
@@ -43071,6 +49262,18 @@ msgstr ""
msgid "The backend was written by Panasonic Russia Ltd."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The badness heuristic assigns a value to each candidate task ranging from 0 "
+"(never kill) to 1000 (always kill) to determine which process is targeted. "
+"The units are roughly a proportion along that range of allowed memory the "
+"process may allocate from, based on an estimation of its current memory and "
+"swap use. For example, if a task is using all allowed memory, its badness "
+"score will be 1000. If it is using half of its allowed memory, its score "
+"will be 500."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid "The behavior implied by the B<use warnings> pragma is not mandatory."
@@ -43090,6 +49293,75 @@ msgid ""
"the B<--[no-]allow-shlib-undefined> option."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"The big inaccuracy here is truncate. If a process writes 1 MB to a file and "
+"then deletes the file, it will in fact perform no writeout. But it will "
+"have been accounted as having caused 1 MB of write. In other words: this "
+"field represents the number of bytes which this process caused to not "
+"happen, by truncating pagecache. A task can cause \"negative\" I/O too. If "
+"this task truncates some dirty pagecache, some I/O which another task has "
+"been accounted for (in its I<write_bytes>) will not be happening."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The binary buddy allocator algorithm inside the kernel will split one chunk "
+"into two chunks of a smaller order (thus with half the size) or combine two "
+"contiguous chunks into one larger chunk of a higher order (thus with double "
+"the size) to satisfy allocation requests and to counter memory "
+"fragmentation. The order matches the column number, when starting to count "
+"at zero."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The bitmap of blocked signals, displayed as a decimal number. Obsolete, "
+"because it does not provide information on real-time signals; use I</proc/"
+">pidI</status> instead."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The bitmap of caught signals, displayed as a decimal number. Obsolete, "
+"because it does not provide information on real-time signals; use I</proc/"
+">pidI</status> instead."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The bitmap of ignored signals, displayed as a decimal number. Obsolete, "
+"because it does not provide information on real-time signals; use I</proc/"
+">pidI</status> instead."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The bitmap of pending signals, displayed as a decimal number. Obsolete, "
+"because it does not provide information on real-time signals; use I</proc/"
+">pidI</status> instead."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The byte offset of the first byte of the lock. For BSD locks, this value is "
+"always 0."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The byte offset of the last byte of the lock. B<EOF> in this field means "
+"that the lock extends to the end of the file. For BSD locks, the value "
+"shown is always I<EOF>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
@@ -43130,6 +49402,13 @@ msgstr ""
msgid "The caller does not have the required privileges."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The calling process has the B<CAP_FOWNER> capability in its user namespace "
+"and the file UID has a mapping in the namespace."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -43175,7 +49454,7 @@ msgid ""
"redisplay the --More-- message."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "The commands to select the type face are:"
msgstr ""
@@ -43189,6 +49468,40 @@ msgstr ""
msgid "The container \"rawhide\" is spawned using B<systemd-nspawn>(1):"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The contents of this file represent the current security attributes of the "
+"process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The controlling terminal of the process. (The minor device number is "
+"contained in the combination of bits 31 to 20 and 7 to 0; the major device "
+"number is in bits 15 to 8.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The copy mode of the queue. It is either 1 (metadata only) or 2 (also copy "
+"payload data to user space)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The current EIP (instruction pointer)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The current value of ESP (stack pointer), as found in the kernel stack page "
+"for the process."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -43243,7 +49556,7 @@ msgid ""
"option only applies to connections using GSSAPI."
msgstr ""
-#: fedora-40 fedora-rawhide mageia-cauldron
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The default is handled system-wide by E<.Xr crypto-policies 7>. Information "
"about defaults, how to modify the defaults and how to customize existing "
@@ -43256,31 +49569,16 @@ msgstr ""
msgid "The default is not to expire channels of any type for inactivity."
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable
msgid "The default is:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The default list of columns may be extended if I<list> is specified in the "
"format I<+list> (e.g., B<-o +UUID>)."
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid ""
-"The default output is subject to change. So whenever possible, you should "
-"avoid using default outputs in your scripts. Always explicitly define "
-"expected columns by using B<--output>."
-msgstr ""
-
-#: opensuse-leap-15-6 debian-bookworm
-msgid ""
-"The default output is subject to change. So whenever possible, you should "
-"avoid using default outputs in your scripts. Always explicitly define "
-"expected columns by using the B<--output> option together with a columns "
-"list in environments where a stable output is required."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -43289,7 +49587,8 @@ msgid ""
"how it was configured."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid ""
"The default state depends upon how the linker was configured when it was "
"built. The B<--no-warn-execstack> option always puts the linker into the no-"
@@ -43298,6 +49597,56 @@ msgid ""
"linker into the warn-for-object-files-only state."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The default value in this file is 0. Setting the value to 1 avoids a "
+"longstanding class of security issues based on time-of-check, time-of-use "
+"races when accessing symbolic links."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The default value in this file is 0. Setting the value to 1 prevents a "
+"longstanding class of security issues caused by hard-link-based time-of-"
+"check, time-of-use races, most commonly seen in world-writable directories "
+"such as I</tmp>. The common method of exploiting this flaw is to cross "
+"privilege boundaries when following a given hard link (i.e., a root process "
+"follows a hard link created by another user). Additionally, on systems "
+"without separated partitions, this stops unauthorized users from \"pinning\" "
+"vulnerable set-user-ID and set-group-ID files against being upgraded by the "
+"administrator, or linking to special files."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The default value in this file is the minimum of [3% of free pages, 128MiB] "
+"expressed as KiB."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The default value in this file is the minimum of [3% of free pages, 8MiB] "
+"expressed as KiB. The default is intended to provide enough for the "
+"superuser to log in and kill a process, if necessary, under the default "
+"overcommit 'guess' mode (i.e., 0 in I</proc/sys/vm/overcommit_memory>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The default value is 0."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The default value is 0. 1 and 2 are for failover of clustering. Select "
+"either according to your policy of failover."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -43313,12 +49662,21 @@ msgid ""
"hE<gt>>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The dev pseudo-file contains network device status information. This gives "
+"the number of received and sent packets, the number of errors and collisions "
+"and other basic statistics. These are used by the B<ifconfig>(8) program "
+"to report device status. The format is:"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "The difference in the plain format is:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The disk device."
msgstr ""
@@ -43327,24 +49685,30 @@ msgstr ""
msgid "The dispositions for B<SIGKILL> and B<SIGSTOP> cannot be changed."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The driver uses the MS Windows Driver Model. This option is disabled by "
"default."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The driver uses the \\s-1MS\\s0 Windows Driver Model. This option is "
-"disabled by default."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The effect is as if the shell command"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The effect is as though a B<shmctl>(2) B<IPC_RMID> is performed on all "
+"existing segments as well as all segments created in the future (until this "
+"file is reset to 0). Note that existing segments that are attached to no "
+"process will be immediately destroyed when this file is set to 1. Setting "
+"this option will also destroy segments that were created, but never "
+"attached, upon termination of the process that created the segment with "
+"B<shmget>(2)."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -43357,7 +49721,7 @@ msgstr ""
msgid "The elements of this structure are as follows:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The environment variable B<PATH> may be different on systems where I</bin> "
"and I</sbin> are merged into I</usr>; this variable is also affected by the "
@@ -43373,6 +49737,11 @@ msgid ""
"special behavior. See the Linux kernel source code for details."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The events mask for this mark (expressed in hexadecimal)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The expression is false."
@@ -43400,14 +49769,15 @@ msgstr ""
msgid "The field descriptions are:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "The fields are as follows:"
-msgstr ""
-
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-msgid "The fields shown in each line are as follows:"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The fields, in order, with their proper B<scanf>(3) format specifiers, are "
+"listed below. Whether or not certain of these fields display valid "
+"information is governed by a ptrace access mode B<PTRACE_MODE_READ_FSCREDS> "
+"| B<PTRACE_MODE_NOAUDIT> check (refer to B<ptrace>(2)). If the check denies "
+"access, then the field value is displayed as 0. The affected fields are "
+"indicated with the marking [PT]."
msgstr ""
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
@@ -43418,23 +49788,80 @@ msgid ""
"added before a call to keyctl negate:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The file contains lines of the form:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The file descriptor on which the I/O operation is to be performed."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The file has one of the following values:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The file is assumed to be already compressed. Rename the file and try again."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The filename of the executable, in parentheses. Strings longer than "
+"B<TASK_COMM_LEN> (16) characters (including the terminating null byte) are "
+"silently truncated. This is visible whether or not the executable is "
+"swapped out."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The files in this directory provide an API for security modules. The "
+"contents of this directory are files that can be read and written in order "
+"to set security-related attributes. This directory was added to support "
+"SELinux, but the intention was that the API be general enough to support "
+"other security modules. For the purpose of explanation, examples of how "
+"SELinux uses these files are provided below."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The files inside each I</proc/>pid directory are normally owned by the "
+"effective user and effective group ID of the process. However, as a "
+"security measure, the ownership is made I<root:root> if the process's "
+"\"dumpable\" attribute is set to a value other than 1."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The filesystem UID of the process creating the link matches the owner (UID) "
+"of the target file (as described in B<credentials>(7), a process's "
+"filesystem UID is normally the same as its effective UID)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The filesystem does not support this call."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The filesystem does not support this operation."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The filesystem type."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The first character of I<delim> is used to terminate each input line, rather "
@@ -43450,7 +49877,7 @@ msgid ""
"line when it reads a NUL character."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The first command in a man page (after comment lines, that is, lines that "
"start with B<.\\e\">) should be"
@@ -43486,11 +49913,44 @@ msgid ""
"to the current command for listing (so that"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The first of these lines shows the same information as is displayed for the "
+"mapping in I</proc/>pidI</maps>. The following lines show the size of the "
+"mapping, the amount of the mapping that is currently resident in RAM "
+"(\"Rss\"), the process's proportional share of this mapping (\"Pss\"), the "
+"number of clean and dirty shared pages in the mapping, and the number of "
+"clean and dirty private pages in the mapping. \"Referenced\" indicates the "
+"amount of memory currently marked as referenced or accessed. \"Anonymous\" "
+"shows the amount of memory that does not belong to any file. \"Swap\" shows "
+"how much would-be-anonymous memory is also used, but out on swap."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The first three fields in this file are load average figures giving the "
+"number of jobs in the run queue (state R) or waiting for disk I/O (state D) "
+"averaged over 1, 5, and 15 minutes. They are the same as the load average "
+"numbers given by B<uptime>(1) and other programs. The fourth field "
+"consists of two numbers separated by a slash (/). The first of these is the "
+"number of currently runnable kernel scheduling entities (processes, "
+"threads). The value after the slash is the number of kernel scheduling "
+"entities that currently exist on the system. The fifth field is the PID of "
+"the process that was most recently created on the system."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "The flag value is specified by ORing any of the following values:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The flags associated with the mark (expressed in hexadecimal)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -43506,6 +49966,11 @@ msgid ""
"slc>, E<.Ic environ>, and E<.Ic display> commands)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The following command stops a sampling period:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -43537,34 +50002,21 @@ msgstr ""
msgid "The following manuals:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The following options are supported to control handling of GOT generation "
"when linking for 68K targets."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The following options are supported to control handling of \\s-1GOT\\s0 "
-"generation when linking for 68K targets."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The following options are supported to control microMIPS instruction "
"generation and branch relocation checks for ISA mode transitions when "
"linking for MIPS targets."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The following options are supported to control microMIPS instruction "
-"generation and branch relocation checks for \\s-1ISA\\s0 mode transitions "
-"when linking for \\s-1MIPS\\s0 targets."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "The following options control how packages are displayed in the output:"
@@ -43574,19 +50026,19 @@ msgstr ""
msgid "The following options may also be used:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-rawhide opensuse-tumbleweed
msgid ""
-"The following options set flags in the CW<\\*(C`DllCharacteristics\\*(C'> "
-"field of the PE file header: [These options are specific to PE targeted "
-"ports of the linker]"
+"The following options modify how a hierarchy is traversed when the B<-R> "
+"option is also specified. If more than one is specified, only the final one "
+"takes effect. '-P' is the default."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The following options set flags in the CW<\\*(C`DllCharacteristics\\*(C'> "
-"field of the \\s-1PE\\s0 file header: [These options are specific to "
-"\\s-1PE\\s0 targeted ports of the linker]"
+"field of the PE file header: [These options are specific to PE targeted "
+"ports of the linker]"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -43631,6 +50083,11 @@ msgid ""
"required for bash-5.1 and later versions."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The following values may be written to the file:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The following variables are understood:"
@@ -43640,17 +50097,26 @@ msgstr ""
msgid "The following variables can be set."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The format for this field was %lu before Linux 2.6."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The format for this field was %lu before Linux 2.6.22."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The format of the dynamic list is the same as the version node without scope "
"and node name. See B<VERSION> for more information."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The format of the dynamic list is the same as the version node without scope "
-"and node name. See B<\\s-1VERSION\\s0> for more information."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The format of the file is:"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -43670,6 +50136,13 @@ msgid ""
"The forward and reverse DNS mapping of the UTS nodenames should be consistent"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The fourth line displays information defined when the fanotify group was "
+"created via B<fanotify_init>(2):"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -43877,11 +50350,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid "The full form of argument is: I<action:message:category:module:lineno>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The functionality is not provided by the current system, because either the "
@@ -43906,7 +50374,7 @@ msgid ""
"B<-f> is supplied with a I<name> that is not a function."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The header of the output tables."
msgstr ""
@@ -43939,8 +50407,8 @@ msgid ""
"I<mon_name> in SM_NOTIFY requests it sends"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The i386 PE linker supports the B<-shared> option, which causes the output "
"to be a dynamically linked library (DLL) instead of a normal executable. "
@@ -43951,25 +50419,13 @@ msgid ""
"they get linked in, just like a normal object file)."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The i386 \\s-1PE\\s0 linker supports the B<-shared> option, which causes the "
-"output to be a dynamically linked library (\\s-1DLL\\s0) instead of a normal "
-"executable. You should name the output CW<\\*(C`*.dll\\*(C'> when you use "
-"this option. In addition, the linker fully supports the standard "
-"\\&CW<\\*(C`*.def\\*(C'> files, which may be specified on the linker command "
-"line like an object file (in fact, it should precede archives it exports "
-"symbols from, to ensure that they get linked in, just like a normal object "
-"file)."
-msgstr ""
-
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The idmapper system uses four key descriptions:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The image base address may be relocated using address space layout "
"randomization (ASLR). This feature was introduced with MS Windows Vista for "
@@ -43978,49 +50434,27 @@ msgid ""
"reloc-section>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The image base address may be relocated using address space layout "
-"randomization (\\s-1ASLR\\s0). This feature was introduced with \\s-1MS\\s0 "
-"Windows Vista for i386 \\s-1PE\\s0 targets. This option is enabled by "
-"default but can be disabled via the B<--disable-dynamicbase> option. This "
-"option also implies B<--enable-reloc-section>."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The image does not use SEH. No SE handler may be called from this image. "
"This option is disabled by default."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The image does not use \\s-1SEH.\\s0 No \\s-1SE\\s0 handler may be called "
-"from this image. This option is disabled by default."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
"The image is Terminal Server aware. This option is disabled by default."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The image is compatible with the Data Execution Prevention. This feature "
"was introduced with MS Windows XP SP2 for i386 PE targets. The option is "
"enabled by default."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The image is compatible with the Data Execution Prevention. This feature "
-"was introduced with \\s-1MS\\s0 Windows \\s-1XP SP2\\s0 for i386 \\s-1PE\\s0 "
-"targets. The option is enabled by default."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44035,8 +50469,18 @@ msgid ""
"explains how to write a gpm client."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The initial process's (also known as the main thread's) stack."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The inode number of the target file (in hexadecimal)."
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The input file has links; it is left unchanged. See I<ln>(1) for more "
"information. Use the B<-f> flag to force compression of multiply-linked "
@@ -44052,7 +50496,23 @@ msgid ""
"the returned value before assigning it to an integer type."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The intent of the above protections is similar to I<protected_fifos>, but "
+"allows an application to avoid writes to an attacker-controlled regular "
+"file, where the application expected to create one."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The intent of the above protections is to avoid unintentional writes to an "
+"attacker-controlled FIFO when a program expected to create a regular file."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The intention is that this option will be used in conjunction with \\&B<--"
"add-gnu-debuglink> to create a two part executable. One a stripped binary "
@@ -44061,7 +50521,7 @@ msgid ""
"required. The suggested procedure to create these files is as follows:"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The intention is that this option will be used in conjunction with \\&B<--"
"add-gnu-debuglink> to create a two part executable. One a stripped binary "
@@ -44071,6 +50531,12 @@ msgid ""
"follows:"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"The interactive main session, including shell session, command execution, E<."
+"Xr scp 1>, E<.Xr sftp 1>, etc."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44099,6 +50565,14 @@ msgid ""
"The kernel could not allocate a free page to copy filenames or data into."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The kernel flags word of the process. For bit meanings, see the PF_* "
+"defines in the Linux kernel source file I<include/linux/sched.h>. Details "
+"depend on the kernel version."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: debian-bookworm
msgid ""
@@ -44127,6 +50601,14 @@ msgstr ""
msgid "The keyring wasn't available for modification by the user."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The kill is performed using a B<SIGBUS> signal with I<si_code> set to "
+"B<BUS_MCEERR_AO>. Processes can handle this if they want to; see "
+"B<sigaction>(2) for more details."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid ""
@@ -44140,6 +50622,11 @@ msgid ""
"projects, whatever your bent."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The last number exists only for compatibility reasons and is always 1."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44148,6 +50635,11 @@ msgid ""
"permission bits are as follows:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The lines shown for each timer have the following meanings:"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -44170,15 +50662,15 @@ msgid ""
"o\\*(C'>:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable
msgid ""
"The linker uses the following search paths to locate required shared "
"libraries:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The linker will create the file I<file> which will contain a DEF file "
"corresponding to the DLL the linker is generating. This DEF file (which "
@@ -44188,16 +50680,6 @@ msgid ""
"the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"The linker will create the file I<file> which will contain a \\s-1DEF\\s0 "
-"file corresponding to the \\s-1DLL\\s0 the linker is generating. This "
-"\\s-1DEF\\s0 file (which should be called CW<\\*(C`*.def\\*(C'>) may be used "
-"to create an import library with CW<\\*(C`dlltool\\*(C'> or may be used as a "
-"reference to automatically or implicitly exported symbols. [This option is "
-"specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "The linker will exit with an error if any orphan section is found."
@@ -44241,7 +50723,7 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron
msgid ""
"The list of available signature algorithms may also be obtained using E<.Qq "
"ssh -Q HostKeyAlgorithms>."
@@ -44264,6 +50746,11 @@ msgid ""
"passes the reboot notification back to the local NFS lock manager."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The lock type. Values that may appear here include:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44283,6 +50770,18 @@ msgstr ""
msgid "The manpage was largely copied from the B<sane-dc210>(5) manpage."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The mask of events being monitored for the target file (in hexadecimal)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The mask of events that are ignored for this mark (expressed in hexadecimal)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44326,6 +50825,13 @@ msgid ""
"value to be set)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The maximum number of operations that may be specified in a B<semop>(2) "
+"call."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The maximum number of pending signals"
@@ -44361,6 +50867,11 @@ msgstr ""
msgid "The maximum scheduling priority (\"nice\")"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The maximum semaphores per semaphore set."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The maximum size of a process's data segment"
@@ -44408,16 +50919,110 @@ msgstr ""
msgid "The most popular books"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The mount point within the filesystem tree."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "The name of the file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The name of the mounted device (or \"nodevice\" if there is no corresponding "
+"device)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The netlink port ID subscribed to the queue."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The nice value (see B<setpriority>(2)), a value in the range 19 (low "
+"priority) to -20 (high priority)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"The number of bytes which this task has caused to be read from storage. "
+"This is simply the sum of bytes which this process passed to B<read>(2) and "
+"similar system calls. It includes things such as terminal I/O and is "
+"unaffected by whether or not actual physical disk I/O was required (the read "
+"might have been satisfied from pagecache)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid ""
+"The number of bytes which this task has caused, or shall cause to be written "
+"to disk. Similar caveats apply here as with I<rchar>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The number of context switches that the system underwent."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The number of heads (sides)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of major faults that the process's waited-for children have made."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of major faults the process has made which have required loading "
+"a memory page from disk."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of minor faults that the process's waited-for children have made."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of minor faults the process has made which have not required "
+"loading a memory page from disk."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of packets currently queued and waiting to be processed by the "
+"application."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The number of pages the system paged in and the number that were paged out "
+"(from disk)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The number of swap pages that have been brought in and out."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The numbers in parentheses are labels for the descriptions below:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44426,7 +51031,7 @@ msgid ""
"configuration, the I<strict> flag is disabled."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The only mandatory heading is NAME, which should be the first section and be "
"followed on the next line by a one-line description of the program:"
@@ -44480,8 +51085,8 @@ msgid ""
"option is encountered."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"The options can be specified multiple times. Their contents accumulate. "
"The remappings will be processed in the order in which they occur on the "
@@ -44506,6 +51111,11 @@ msgid ""
"the syntax with which they must be supplied to B<scanimage>(1):"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The ordinal position of the lock in the list."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The other functions do not return a value."
@@ -44517,8 +51127,23 @@ msgid ""
"The other functions perform the same task for I<float> and I<long double>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The output columns are:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The page is a file-mapped page or a shared anonymous page."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The page is exclusively mapped."
+msgstr ""
+
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid ""
"The parallel interface can be configured in two ways: An integer value "
"starting at the beginning of a line will be interpreted as the IO address of "
@@ -44528,7 +51153,19 @@ msgid ""
"The IO address can be specified in hex mode (prefixed with \"0x\")."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The part before the slash specifies the mechanism that this timer uses to "
+"deliver notifications, and is one of \"thread\", \"signal\", or \"none\". "
+"Immediately following the slash is either the string \"tid\" for timers with "
+"B<SIGEV_THREAD_ID> notification, or \"pid\" for timers that notify by other "
+"mechanisms. Following the \".\" is the PID of the process (or the kernel "
+"thread ID of the thread) that will be delivered a signal if the timer "
+"delivers notifications via a signal."
+msgstr ""
+
+#: debian-bookworm
msgid "The partition number."
msgstr ""
@@ -44571,13 +51208,23 @@ msgid ""
"are case-insensitive and arguments are case-sensitive):"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The process ID."
+msgstr ""
+
+#: debian-bookworm
msgid ""
"The process can have a distinct view of B<CLOCK_MONOTONIC> and/or "
"B<CLOCK_BOOTTIME> which can be changed using I</proc/self/timens_offsets>. "
"For further details, see B<time_namespaces>(7)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The process group ID of the process."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -44585,33 +51232,44 @@ msgid ""
"is attempted is described"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The process will have a distinct set of UIDs, GIDs and capabilities. For "
"further details, see B<user_namespaces>(7)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The process will have a virtualized view of I</proc/self/cgroup>, and new "
"cgroup mounts will be rooted at the namespace cgroup root. For further "
"details, see B<cgroup_namespaces>(7)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The process will have an independent namespace for POSIX message queues as "
"well as System V message queues, semaphore sets and shared memory segments. "
"For further details, see B<ipc_namespaces>(7)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The process will have independent IPv4 and IPv6 stacks, IP routing tables, "
"firewall rules, the I</proc/net> and I</sys/class/net> directory trees, "
"sockets, etc. For further details, see B<network_namespaces>(7)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The process's \"dumpable\" attribute may change for the following reasons:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The process's heap."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
@@ -44620,7 +51278,8 @@ msgid ""
"strings library."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The programmer must ensure that there is room for at least I<dsize> wide "
"characters at I<dest>."
@@ -44669,11 +51328,11 @@ msgid ""
"running the command, unless you truly know what you are doing."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The requested command could not be executed"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The requested command was not found"
msgstr ""
@@ -44769,6 +51428,11 @@ msgstr ""
msgid "The semaphore set was removed."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The session ID of the process."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44813,14 +51477,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"The simplest settings apply a particular action unconditionally to all "
-"warnings emitted by a process (even those that are otherwise ignored by "
-"default):"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The size of the string (including the terminating null byte) specified in "
@@ -44832,6 +51488,14 @@ msgstr ""
msgid "The sorting options are not implemented."
msgstr ""
+#: archlinux debian-unstable
+msgid ""
+"The special timeout E<.Dq global> applies to all active channels, taken "
+"together. Traffic on any active channel will reset the timeout, but when "
+"the timeout expires then all open channels will be closed. Note that this "
+"global timeout is not matched by wildcards and must be specified explicitly."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -44853,6 +51517,16 @@ msgid ""
"as in the following example:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The statistics can be retrieved by:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The sum of I<LowFree>+I<HighFree>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44872,6 +51546,13 @@ msgstr ""
msgid "The supported ciphers are:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The symbolic name corresponding to the location in the kernel where the "
+"process is sleeping."
+msgstr ""
+
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -44911,6 +51592,11 @@ msgid ""
"https://www.kernel.org/doc/html/latest/admin-guide/laptops/thinkpad-acpi.html\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The thread's exit status in the form reported by B<waitpid>(2)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid ""
@@ -44918,6 +51604,30 @@ msgid ""
"Hubris. See the Camel Book for why."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The time in jiffies before the next B<SIGALRM> is sent to the process due to "
+"an interval timer. Since Linux 2.6.17, this field is no longer maintained, "
+"and is hard coded as 0."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The time the process started after system boot. Before Linux 2.6, this "
+"value was expressed in jiffies. Since Linux 2.6, the value is expressed in "
+"clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)."
+msgstr ""
+
+#: archlinux debian-unstable
+msgid ""
+"The timeout value E<.Dq interval> is specified in seconds or may use any of "
+"the units documented in the E<.Sx TIME FORMATS> section. For example, E<.Dq "
+"session=5m> would cause interactive sessions to terminate after five minutes "
+"of inactivity. Specifying a zero value disables the inactivity timeout."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -44938,6 +51648,13 @@ msgid ""
"prior to this is reset\\&. Defaults to unset\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The total length of the file is the size of physical memory (RAM) plus 4\\ "
+"KiB."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux
msgid ""
@@ -44946,6 +51663,11 @@ msgid ""
"programming, and modules:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The type of lock. Values that can appear here are:"
+msgstr ""
+
#: debian-bookworm
msgid ""
"The types I<size_t> and I<ssize_t> are, respectively, unsigned and signed "
@@ -44983,8 +51705,18 @@ msgstr ""
msgid "The user's quota of disk blocks on the filesystem has been exhausted."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The value B<EOF> is returned if the end of input is reached before either "
+"the first successful conversion or a matching failure occurs. B<EOF> is "
+"also returned if a read error occurs, in which case the error indicator for "
+"the stream (see B<ferror>(3)) is set, and I<errno> is set to indicate the "
+"error."
+msgstr ""
+
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 archlinux
+#: debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "The value controls the verbosity of the backend."
msgstr ""
@@ -45002,6 +51734,73 @@ msgid ""
"I<tv_sec> was negative."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The value in this field may I<decrease> in certain conditions."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file controls how aggressively the kernel will swap memory "
+"pages. Higher values increase aggressiveness, lower values decrease "
+"aggressiveness. The default value is 60."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file determines how the file offset affects the behavior "
+"of updating entries in files under I</proc/sys>. The file has three "
+"possible values:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file determines whether kernel addresses are exposed via "
+"I</proc> files and other interfaces. A value of 0 in this file imposes no "
+"restrictions. If the value is 1, kernel pointers printed using the I<%pK> "
+"format specifier will be replaced with zeros unless the user has the "
+"B<CAP_SYSLOG> capability. If the value is 2, kernel pointers printed using "
+"the I<%pK> format specifier will be replaced with zeros regardless of the "
+"user's capabilities. The initial default value for this file was 1, but the "
+"default was changed to 0 in Linux 2.6.39. Since Linux 3.4, only users with "
+"the B<CAP_SYS_ADMIN> capability can change the value in this file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file determines who can see kernel syslog contents. A "
+"value of 0 in this file imposes no restrictions. If the value is 1, only "
+"privileged users can read the kernel syslog. (See B<syslog>(2) for more "
+"details.) Since Linux 3.4, only users with the B<CAP_SYS_ADMIN> capability "
+"may change the value in this file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file is assigned to a process's \"dumpable\" flag in the "
+"circumstances described in B<prctl>(2). In effect, the value in this file "
+"determines whether core dump files are produced for set-user-ID or otherwise "
+"protected/tainted binaries. The \"dumpable\" setting also affects the "
+"ownership of files in a process's I</proc/>pid directory, as described above."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The value in this file is/can be set to one of the following:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value in this file specifies the maximum number of mounts that may exist "
+"in a mount namespace. The default value in this file is 100,000."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "The value may not be changed."
@@ -45015,11 +51814,31 @@ msgid ""
"restricted."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value of I<oom_score_adj> is added to the badness score before it is "
+"used to determine which task to kill. Acceptable values range from -1000 "
+"(OOM_SCORE_ADJ_MIN) to +1000 (OOM_SCORE_ADJ_MAX). This allows user space to "
+"control the preference for OOM-killing, ranging from always preferring a "
+"certain task or completely disabling it from OOM-killing. The lowest "
+"possible value, -1000, is equivalent to disabling OOM-killing entirely for "
+"that task, since it will always report a badness score of 0."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The value specified in I<cmd> is not recognized by this kernel."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The value written is checked against the available RAM pages. If the thread "
+"structures would occupy too much (more than 1/8th) of the available RAM "
+"pages, I<threads-max> is reduced accordingly."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "The values assigned to symbols."
@@ -45038,13 +51857,12 @@ msgid ""
"The various authors of the B<sane-fujitsu>(5) backend provided useful code."
msgstr ""
-#: debian-bookworm archlinux
-msgid ""
-"The verbose option is not identical to SVr4's. Under SVr4, instead of "
-"following the B<-v> with a trace level n, you repeat it n times."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The virtual dynamically linked shared object. See B<vdso>(7)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The warning messages."
msgstr ""
@@ -45055,7 +51873,7 @@ msgid ""
"B<procmailsc>(5) man page."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The welcome message."
msgstr ""
@@ -45077,6 +51895,11 @@ msgid ""
"I<name> arguments are ignored."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "There are additional helpful pseudo-paths:"
+msgstr ""
+
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux
msgid ""
"There are many books on Perl and Perl-related. A few of these are good, some "
@@ -45093,19 +51916,13 @@ msgid ""
"type of the exported variable:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"There are some operating systems, eg BeOS and HPPA, where undefined symbols "
"in shared libraries are normal."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"There are some operating systems, eg BeOS and \\s-1HPPA,\\s0 where undefined "
-"symbols in shared libraries are normal."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -45117,10 +51934,36 @@ msgstr ""
msgid "There are too many inconsistent error values."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: debian-bookworm debian-unstable
msgid "There is NO WARRANTY, to the extent permitted by law."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"There is a numerical subdirectory for each running process; the subdirectory "
+"is named by the process ID. Each I</proc/>pid subdirectory contains the "
+"pseudo-files and directories described below."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"There is a numerical subdirectory for each running thread that is not a "
+"thread group leader (i.e., a thread whose thread ID is not the same as its "
+"process ID); the subdirectory is named by the thread ID. Each one of these "
+"subdirectories contains files and subdirectories exposing information about "
+"the thread with the thread ID I<tid>. The contents of these directories are "
+"the same as the corresponding I</proc/>pidI</task/>tid directories."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"There is an additional factor included in the badness score: root processes "
+"are given 3% extra memory over other tasks."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -45133,14 +51976,6 @@ msgstr ""
msgid "There was insufficient memory to create a new anonymous file."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-msgid ""
-"These are subject to difference depending on local installation conventions; "
-"${prefix} and ${exec_prefix} are installation-dependent and should be "
-"interpreted as for GNU software; they may be the same. The default for both "
-"is I</usr/local>."
-msgstr ""
-
#: debian-bookworm
msgid ""
"These calls are nonstandard; they also appear on HP-UX and some of the BSDs."
@@ -45153,6 +51988,28 @@ msgid ""
"COMPATIBILITY MODE>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"These files allow you to change the value of the fixed UID and GID. The "
+"default is 65534. Some filesystems support only 16-bit UIDs and GIDs, "
+"although in Linux UIDs and GIDs are 32 bits. When one of these filesystems "
+"is mounted with writes enabled, any UID or GID that would exceed 65535 is "
+"translated to the overflow value before being written to disk."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"These files duplicate the files I</proc/sys/fs/overflowgid> and I</proc/sys/"
+"fs/overflowuid>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "These files give substrings of I</proc/version>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These function names are reserved for future use in C99."
@@ -45196,6 +52053,10 @@ msgstr ""
msgid "These functions are provided since glibc 2.3.4."
msgstr ""
+#: debian-bookworm
+msgid "These functions conform to C99 and POSIX.1-2001."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These functions do not return a value."
@@ -45236,14 +52097,14 @@ msgstr ""
msgid "These macros define and operate on doubly linked lists."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"These macros have been supported since GNU Troff 1.20 (2009-01-05) and "
"Heirloom Doctools Troff since 160217 (2016-02-17)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"These options allow the names of input files to be changed before the linker "
"attempts to open them. The option \\&B<--remap-inputs=foo.o=bar.o> will "
@@ -45257,8 +52118,8 @@ msgstr ""
msgid "These options can be used in all the different modes."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"These options control branch relocation checks for invalid ISA mode "
"transitions. If B<--ignore-branch-isa> is used, then the linker accepts any "
@@ -45270,20 +52131,8 @@ msgid ""
"made causing the loss of an ISA mode transition to produce an error."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"These options control branch relocation checks for invalid \\s-1ISA\\s0 mode "
-"transitions. If B<--ignore-branch-isa> is used, then the linker accepts any "
-"branch relocations and any \\s-1ISA\\s0 mode transition required is lost in "
-"relocation calculation, except for some cases of CW<\\*(C`BAL\\*(C'> "
-"instructions which meet relaxation conditions and are converted to "
-"equivalent CW<\\*(C`JALX\\*(C'> instructions as the associated relocation is "
-"calculated. By default or if B<--no-ignore-branch-isa> is used a check is "
-"made causing the loss of an \\s-1ISA\\s0 mode transition to produce an error."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"These options control the choice of microMIPS instructions used in code "
"generated by the linker, such as that in the PLT or lazy binding stubs, or "
@@ -45292,30 +52141,15 @@ msgid ""
"instruction encodings are used, including 16-bit ones where possible."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"These options control the choice of microMIPS instructions used in code "
-"generated by the linker, such as that in the \\s-1PLT\\s0 or lazy binding "
-"stubs, or in relaxation. If B<--insn32> is used, then the linker only uses "
-"32-bit instruction encodings. By default or if B<--no-insn32> is used, all "
-"instruction encodings are used, including 16-bit ones where possible."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"These options control the generation of compact instructions by the linker "
"in the PLT entries for MIPS R6."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"These options control the generation of compact instructions by the linker "
-"in the \\s-1PLT\\s0 entries for \\s-1MIPS R6.\\s0"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"These options control whether to demangle symbol names in error messages and "
"other output. When the linker is told to demangle, it tries to present "
@@ -45328,19 +52162,6 @@ msgid ""
"These options may be used to override the default."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"These options control whether to demangle symbol names in error messages and "
-"other output. When the linker is told to demangle, it tries to present "
-"symbol names in a readable fashion: it strips leading underscores if they "
-"are used by the object file format, and converts \\*(C+ mangled symbol names "
-"into user readable names. Different compilers have different mangling "
-"styles. The optional demangling style argument can be used to choose an "
-"appropriate demangling style for your compiler. The linker will demangle by "
-"default unless the environment variable B<\\s-1COLLECT_NO_DEMANGLE\\s0> is "
-"set. These options may be used to override the default."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These restrictions are enforced after any startup files are read."
@@ -45376,6 +52197,51 @@ msgstr ""
msgid "They are typically created by:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Think of this file as the command line that the process wants you to see."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This (read-only) file contains three numbers: the number of allocated file "
+"handles (i.e., the number of open file descriptions; see B<open>(2)); the "
+"number of free file handles; and the maximum number of file handles (i.e., "
+"the same value as I</proc/sys/fs/file-max>). If the number of allocated "
+"file handles is close to the maximum, you should consider increasing the "
+"maximum. Before Linux 2.6, the kernel allocated file handles dynamically, "
+"but it didn't free them again. Instead the free file handles were kept in a "
+"list for reallocation; the \"free file handles\" value indicates the size of "
+"that list. A large number of free file handles indicates that there was a "
+"past peak in the usage of open file handles. Since Linux 2.6, the kernel "
+"does deallocate freed file handles, and the \"free file handles\" value is "
+"always zero."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This (writable) file exposes a flag that controls whether unprivileged "
+"processes are allowed to employ B<userfaultfd>(2). If this file has the "
+"value 1, then unprivileged processes may use B<userfaultfd>(2). If this "
+"file has the value 0, then only processes that have the B<CAP_SYS_PTRACE> "
+"capability may employ B<userfaultfd>(2). The default value in this file is "
+"1."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This 1 GB is memory which has been \"committed\" to by the VM and can be "
+"used at any time by the allocating application. With strict overcommit "
+"enabled on the system (mode 2 in I</proc/sys/vm/overcommit_memory>), "
+"allocations which would exceed the I<CommitLimit> will not be permitted. "
+"This is useful if one needs to guarantee that processes will not fail due to "
+"lack of memory once that memory has been successfully allocated."
+msgstr ""
+
#: debian-bookworm
msgid ""
"This Linux-specific system call is available only on the s390 architecture."
@@ -45461,6 +52327,128 @@ msgid ""
"to set a timer against this clock."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This contains the contents of the ELF interpreter information passed to the "
+"process at exec time. The format is one I<unsigned long> ID plus one "
+"I<unsigned long> value for each entry. The last entry contains two zeros. "
+"See also B<getauxval>(3)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory (present since Linux 1.3.57) contains a number of files and "
+"subdirectories corresponding to kernel variables. These variables can be "
+"read and in some cases modified using the I</proc> filesystem, and the "
+"(deprecated) B<sysctl>(2) system call."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains device-specific information (e.g., I<dev/cdrom/"
+"info>). On some systems, it may be empty."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains files I<max_queued_events>, I<max_user_instances>, "
+"and I<max_user_watches>, that can be used to limit the amount of kernel "
+"memory consumed by the I<inotify> interface. For further details, see "
+"B<inotify>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains files I<msg_max>, I<msgsize_max>, and I<queues_max>, "
+"controlling the resources used by POSIX message queues. See "
+"B<mq_overview>(7) for details."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains files controlling a range of kernel parameters, as "
+"described below."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains files for memory management tuning, buffer, and "
+"cache management."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains networking stuff. Explanations for some of the "
+"files under this directory can be found in B<tcp>(7) and B<ip>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains the file I<max_user_watches>, which can be used to "
+"limit the amount of kernel memory consumed by the I<epoll> interface. For "
+"further details, see B<epoll>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains the files and subdirectories for kernel variables "
+"related to filesystems."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains two files relating to the number of UNIX 98 "
+"pseudoterminals (see B<pts>(4)) on the system."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains various files and subdirectories containing "
+"information about the networking layer. The files contain ASCII structures "
+"and are, therefore, readable with B<cat>(1). However, the standard "
+"B<netstat>(8) suite provides much cleaner access to these files."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains various files that define parameters and limits for "
+"the key-management facility. These files are described in B<keyrings>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory contains various parameters controlling the operation of the "
+"file I</dev/random>. See B<random>(4) for further information."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory exists on systems with the IDE bus. There are directories "
+"for each IDE channel and attached device. Files include:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory is present only if the kernel was configured with "
+"B<CONFIG_SECURITY>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -45470,6 +52458,63 @@ msgid ""
"are read/write/execute for the user, and not accessible by others."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory may contain files with application binary information. See "
+"the Linux kernel source file I<Documentation/sysctl/abi.rst> (or "
+"I<Documentation/sysctl/abi.txt> before Linux 5.3) for more information."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory provides additional seccomp information and configuration. "
+"See B<seccomp>(2) for further details."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory refers to the process accessing the I</proc> filesystem, and "
+"is identical to the I</proc> directory named by the process ID of the same "
+"process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory refers to the thread accessing the I</proc> filesystem, and "
+"is identical to the I</proc/self/task/>tid directory named by the process "
+"thread ID (I<tid>) of the same thread."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This directory supports Sun remote procedure call for network filesystem "
+"(NFS). On some systems, it is not present."
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable fedora-rawhide
+msgid ""
+"This downloads and verifies the specified \\&.tar image, and then uses "
+"B<systemd-nspawn>(1) to open a shell in it\\&."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This enables or disables a kernel panic in an out-of-memory situation."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This enables or disables killing the OOM-triggering task in out-of-memory "
+"situations."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -45529,6 +52574,607 @@ msgid ""
"etc/sane.d> being searched (in this order)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This feature is active only on architectures/platforms with advanced machine "
+"check handling and depends on the hardware capabilities."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field contains the amount of time until the timer will next expire, "
+"expressed in seconds and nanoseconds. This is always expressed as a "
+"relative value, regardless of whether the timer was created using the "
+"B<TFD_TIMER_ABSTIME> flag."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field contains the interval of the timer, in seconds and nanoseconds. "
+"(The I<it_value> and I<it_interval> fields contain the values that "
+"B<timerfd_gettime>(2) on this file descriptor would return.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field contains two slash-separated numbers that relate to queued "
+"signals for the real user ID of this process. The first of these is the "
+"number of currently queued signals for this real user ID, and the second is "
+"the resource limit on the number of queued signals for this process (see the "
+"description of B<RLIMIT_SIGPENDING> in B<getrlimit>(2))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field identifies the clock that the timer uses for measuring time. For "
+"most clocks, this is a number that matches one of the user-space B<CLOCK_*> "
+"constants exposed via I<E<lt>time.hE<gt>>. B<CLOCK_PROCESS_CPUTIME_ID> "
+"timers display with a value of -6 in this field. B<CLOCK_THREAD_CPUTIME_ID> "
+"timers display with a value of -2 in this field."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field lists the flags with which the timerfd was last armed (see "
+"B<timerfd_settime>(2)), in octal (in this example, both B<TFD_TIMER_ABSTIME> "
+"and B<TFD_TIMER_CANCEL_ON_SET> are set)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This field, present since Linux 3.15, is the ID of the mount containing this "
+"file. See the description of I</proc/>pidI</mountinfo>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used instead of the B<syslog>(2) system call to read "
+"kernel messages. A process must have superuser privileges to read this "
+"file, and only one process should read this file. This file should not be "
+"read if a syslog process is running which uses the B<syslog>(2) system call "
+"facility to log kernel messages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to access the pages of a process's memory through "
+"B<open>(2), B<read>(2), and B<lseek>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to adjust the badness heuristic used to select which "
+"process gets killed in out-of-memory conditions."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to adjust the score used to select which process "
+"should be killed in an out-of-memory (OOM) situation. The kernel uses this "
+"value for a bit-shift operation of the process's I<oom_score> value: valid "
+"values are in the range -16 to +15, plus the special value -17, which "
+"disables OOM-killing altogether for this process. A positive score "
+"increases the likelihood of this process being killed by the OOM-killer; a "
+"negative score decreases the likelihood."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to disable or enable the I<dnotify> interface "
+"described in B<fcntl>(2) on a system-wide basis. A value of 0 in this file "
+"disables the interface, and a value of 1 enables it."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to enable or disable file leases (B<fcntl>(2)) on a "
+"system-wide basis. If this file contains the value 0, leases are disabled. "
+"A nonzero value enables leases."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to query and set the run-time limit on the maximum "
+"(System V IPC) shared memory segment size that can be created. Shared "
+"memory segments up to 1 GB are now supported in the kernel. This value "
+"defaults to B<SHMMAX>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file can be used to read and change the process's secure computing "
+"(seccomp) mode setting. It contains the value 0 if the process is not in "
+"seccomp mode, and 1 if the process is in strict seccomp mode (see "
+"B<seccomp>(2)). Writing 1 to this file places the process irreversibly in "
+"strict seccomp mode. (Further attempts to write to the file fail with the "
+"B<EPERM> error.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains 4 numbers defining limits for System V IPC semaphores. "
+"These fields are, in order:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains 64-bit masks corresponding to each physical page frame; "
+"it is indexed by page frame number (see the discussion of I</proc/>pidI</"
+"pagemap>). The bits are as follows:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-40 mageia-cauldron
+msgid "This file contains I/O statistics for the process, for example:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains a 64-bit count of the number of times each physical page "
+"frame is mapped, indexed by page frame number (see the discussion of I</proc/"
+">pidI</pagemap>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains a 64-bit inode number of the memory cgroup each page is "
+"charged to, indexed by page frame number (see the discussion of I</proc/"
+">pidI</pagemap>)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains a flag. If set, Linux-PPC will use the \"nap\" mode of "
+"powersaving, otherwise the \"doze\" mode will be used."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains a flag. When enabled (nonzero), Linux-PPC will pre-zero "
+"pages in the idle loop, possibly speeding up get_free_pages."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This file contains a string such as:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains disk I/O statistics for each disk device. See the Linux "
+"kernel source file I<Documentation/admin-guide/iostats.rst> (or "
+"I<Documentation/iostats.txt> before Linux 5.3) for further information."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains information about mounts in the process's mount namespace "
+"(see B<mount_namespaces>(7)). It supplies various information (e.g., "
+"propagation state, root of mount for bind mounts, identifier for each mount "
+"and its parent) that is missing from the (older) I</proc/>pidI</mounts> "
+"file, and fixes various other problems with that file (e.g., "
+"nonextensibility, failure to distinguish per-mount versus per-superblock "
+"options)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains information about netfilter user-space queueing, if "
+"used. Each line represents a queue. Queues that have not been subscribed "
+"to by user space are not shown."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains information about the status of the directory cache "
+"(dcache). The file contains six numbers, I<nr_dentry>, I<nr_unused>, "
+"I<age_limit> (age in seconds), I<want_pages> (pages requested by system) and "
+"two dummy values."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains information which is used for diagnosing memory "
+"fragmentation issues. Each line starts with the identification of the node "
+"and the name of the zone which together identify a memory region. This is "
+"then followed by the count of available chunks of a certain order in which "
+"these zones are split. The size in bytes of a certain order is given by the "
+"formula:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains seven numbers: I<nr_inodes>, I<nr_free_inodes>, "
+"I<preshrink>, and four dummy values (always zero)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This file contains the first two values from I<inode-state>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the initial environment that was set when the currently "
+"executing program was started via B<execve>(2). The entries are separated "
+"by null bytes (\\[aq]\\e0\\[aq]), and there may be a null byte at the end. "
+"Thus, to print out the environment of process 1, you would do:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the kernel virtual memory accounting mode. Values are:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the maximum number of in-memory inodes. This value "
+"should be 3\\[en]4 times larger than the value in I<file-max>, since "
+"I<stdin>, I<stdout> and network sockets also need an inode to handle them. "
+"When you regularly run out of inodes, you need to increase this value."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This file contains the number of filesystems currently mounted."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the pathname for the hotplug policy agent. The default "
+"value in this file is I</sbin/hotplug>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the pathname for the kernel module loader. The default "
+"value is I</sbin/modprobe>. The file is present only if the kernel is built "
+"with the B<CONFIG_MODULES> (B<CONFIG_KMOD> in Linux 2.6.26 and earlier) "
+"option enabled. It is described by the Linux kernel source file "
+"I<Documentation/kmod.txt> (present only in Linux 2.4 and earlier)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the security context of the process before the last "
+"B<execve>(2); that is, the previous value of I</proc/>pidI</attr/current>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains the system-wide limit on the total number of pages of "
+"System V shared memory."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains three numbers: I<highwater>, I<lowwater>, and "
+"I<frequency>. If BSD-style process accounting is enabled, these values "
+"control its behavior. If free space on filesystem where the log lives goes "
+"below I<lowwater> percent, accounting suspends. If free space gets above "
+"I<highwater> percent, accounting resumes. I<frequency> determines how often "
+"the kernel checks the amount of free space (value is in seconds). Default "
+"values are 4, 2, and 30. That is, suspend accounting if 2% or less space is "
+"free; resume it if 4% or more space is free; consider information about "
+"amount of free space valid for 30 seconds."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file contains two numbers (values in seconds): the uptime of the system "
+"(including time spent in suspend) and the amount of time spent in the idle "
+"process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file controls the functions allowed to be invoked by the SysRq key. By "
+"default, the file contains 1 meaning that every possible SysRq request is "
+"allowed (in older kernel versions, SysRq was disabled by default, and you "
+"were required to specifically enable it at run-time, but this is not the "
+"case any more). Possible values in this file are:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file controls the kernel's behavior when an oops or BUG is "
+"encountered. If this file contains 0, then the system tries to continue "
+"operation. If it contains 1, then the system delays a few seconds (to give "
+"klogd time to record the oops output) and then panics. If the I</proc/sys/"
+"kernel/panic> file is also nonzero, then the machine will be rebooted."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file controls the maximum number of superblocks, and thus the maximum "
+"number of mounted filesystems the kernel can have. You need increase only "
+"I<super-max> if you need to mount more filesystems than the current value in "
+"I<super-max> allows you to."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines a ceiling value for the I<backlog> argument of "
+"B<listen>(2); see the B<listen>(2) manual page for details."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines a system-wide limit on the number of open files for all "
+"processes. System calls that fail when encountering this limit fail with "
+"the error B<ENFILE>. (See also B<setrlimit>(2), which can be used by a "
+"process to set the per-process limit, B<RLIMIT_NOFILE>, on the number of "
+"files it may open.) If you get lots of error messages in the kernel log "
+"about running out of file handles (open file descriptions) (look for \"VFS: "
+"file-max limit E<lt>numberE<gt> reached\"), try increasing this value:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines a system-wide limit specifying the maximum number of bytes "
+"in a single message written on a System V message queue."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines a system-wide parameter used to initialize the "
+"I<msg_qbytes> setting for subsequently created message queues. The "
+"I<msg_qbytes> setting specifies the maximum number of bytes that may be "
+"written to the message queue."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines the amount of free memory (in KiB) on the system that "
+"should be reserved for users with the capability B<CAP_SYS_ADMIN>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This file defines the maximum number of pseudoterminals."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file defines the system-wide limit on the number of message queue "
+"identifiers. See also I</proc/sys/kernel/auto_msgmni>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file displays information about memory zones. This is useful for "
+"analyzing virtual memory behavior."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file displays the current score that the kernel gives to this process "
+"for the purpose of selecting a process for the OOM-killer. A higher score "
+"means that the process is more likely to be selected by the OOM-killer. The "
+"basis for this score is the amount of memory used by the process, with "
+"increases (+) or decreases (-) for factors including:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file displays the soft limit, hard limit, and units of measurement for "
+"each of the process's resource limits (see B<getrlimit>(2)). Up to and "
+"including Linux 2.6.35, this file is protected to allow reading only by the "
+"real UID of the process. Since Linux 2.6.36, this file is readable by all "
+"users on the system."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file displays various virtual memory statistics. Each line of this "
+"file contains a single name-value pair, delimited by white space. Some "
+"lines are present only if the kernel was configured with suitable options. "
+"(In some cases, the options required for particular files have changed "
+"across kernel versions, so they are not listed here. Details can be found "
+"by consulting the kernel source code.) The following fields may be present:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file exports information (statistics, configuration information) about "
+"the mounts in the process's mount namespace (see B<mount_namespaces>(7)). "
+"Lines in this file have the form:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file exposes the configuration options that were used to build the "
+"currently running kernel, in the same format as they would be shown in the "
+"I<.config> file that resulted when configuring the kernel (using I<make "
+"xconfig>, I<make config>, or similar). The file contents are compressed; "
+"view or search them using B<zcat>(1) and B<zgrep>(1). As long as no "
+"changes have been made to the following file, the contents of I</proc/config."
+"gz> are the same as those provided by:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file exposes the process's \"current\" timer slack value, expressed in "
+"nanoseconds. The file is writable, allowing the process's timer slack value "
+"to be changed. Writing 0 to this file resets the \"current\" timer slack to "
+"the \"default\" timer slack value. For further details, see the discussion "
+"of B<PR_SET_TIMERSLACK> in B<prctl>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file exposes the process's I<comm> value\\[em]that is, the command name "
+"associated with the process. Different threads in the same process may have "
+"different I<comm> values, accessible via I</proc/>pidI</task/>tidI</comm>. "
+"A thread may modify its I<comm> value, or that of any of other thread in the "
+"same thread group (see the discussion of B<CLONE_THREAD> in B<clone>(2)), by "
+"writing to the file I</proc/self/task/>tidI</comm>. Strings longer than "
+"B<TASK_COMM_LEN> (16) characters (including the terminating null byte) are "
+"silently truncated."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file exposes the system call number and argument registers for the "
+"system call currently being executed by the process, followed by the values "
+"of the stack pointer and program counter registers. The values of all six "
+"argument registers are exposed, although most system calls use fewer "
+"registers."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file gives read/write access to the kernel variable I<panic_timeout>. "
+"If this is zero, the kernel will loop on a panic; if nonzero, it indicates "
+"that the kernel should autoreboot after this number of seconds. When you "
+"use the software watchdog device driver, the recommended setting is 60."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file has been deprecated in favor of a new I</proc> interface for PCI "
+"(I</proc/bus/pci>). It became optional in Linux 2.2 (available with "
+"B<CONFIG_PCI_OLD_PROC> set at kernel compilation). It became once more "
+"nonoptionally enabled in Linux 2.4. Next, it was deprecated in Linux 2.6 "
+"(still available with B<CONFIG_PCI_LEGACY_PROC> set), and finally removed "
+"altogether since Linux 2.6.17."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file holds the ASCII data needed for the IP, ICMP, TCP, and UDP "
+"management information bases for an SNMP agent."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file holds the value of the kernel I<capability bounding set> "
+"(expressed as a signed decimal number). This set is ANDed against the "
+"capabilities permitted to a process during B<execve>(2). Starting with "
+"Linux 2.6.25, the system-wide capability bounding set disappeared, and was "
+"replaced by a per-thread bounding set; see B<capabilities>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file imposes a ceiling on the value to which the B<RLIMIT_NOFILE> "
+"resource limit can be raised (see B<getrlimit>(2)). This ceiling is "
+"enforced for both unprivileged and privileged process. The default value in "
+"this file is 1048576. (Before Linux 2.6.25, the ceiling for "
+"B<RLIMIT_NOFILE> was hard-coded to the same value.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is available only when the kernel was configured with "
+"B<CONFIG_CHECKPOINT_RESTORE>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is documented in the Linux kernel source file I<Documentation/"
+"admin-guide/initrd.rst> (or I<Documentation/initrd.txt> before Linux 4.10)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is present only if B<CONFIG_DEBUG_MALLOC> was defined during "
+"compilation."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is present only if the B<CONFIG_MAGIC_SYSRQ> kernel configuration "
+"option is enabled. For further details see the Linux kernel source file "
+"I<Documentation/admin-guide/sysrq.rst> (or I<Documentation/sysrq.txt> before "
+"Linux 4.10)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is present only if the kernel was booted with the I<profile=1> "
+"command-line option. It exposes kernel profiling information in a binary "
+"format for use by B<readprofile>(1). Writing (e.g., an empty string) to "
+"this file resets the profiling counters; on some architectures, writing a "
+"binary integer \"profiling multiplier\" of size I<sizeof(int)> sets the "
+"profiling interrupt frequency."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file is present only if the kernel was configured with "
+"B<CONFIG_HAVE_ARCH_TRACEHOOK>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This file is readable only by the owner of the process."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -45543,6 +53189,14 @@ msgid ""
"host-based authentication without permitting login with rlogin/rsh."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file lists all the filesystems currently mounted in the process's mount "
+"namespace (see B<mount_namespaces>(7)). The format of this file is "
+"documented in B<fstab>(5)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -45550,12 +53204,164 @@ msgid ""
"service like Yellow Pages/NIS or BIND/Hesiod."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file provides a superset of the B<prctl>(2) B<PR_SET_NAME> and "
+"B<PR_GET_NAME> operations, and is employed by B<pthread_setname_np>(3) when "
+"used to rename threads other than the caller. The value in this file is "
+"used for the I<%e> specifier in I</proc/sys/kernel/core_pattern>; see "
+"B<core>(5)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file provides a symbolic trace of the function calls in this process's "
+"kernel stack. This file is provided only if the kernel was built with the "
+"B<CONFIG_STACKTRACE> configuration option."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file reports statistics about memory usage on the system. It is used "
+"by B<free>(1) to report the amount of free and used memory (both physical "
+"and swap) on the system as well as the shared memory and buffers used by "
+"the kernel. Each line of the file consists of a parameter name, followed by "
+"a colon, the value of the parameter, and an option unit of measurement (e."
+"g., \"kB\"). The list below describes the parameter names and the format "
+"specifier required to read the field value. Except as noted below, all of "
+"the fields have been present since at least Linux 2.6.0. Some fields are "
+"displayed only if the kernel was configured with various options; those "
+"dependencies are noted in the list."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file represents the attributes to assign to files created by subsequent "
+"calls to B<open>(2), B<mkdir>(2), B<symlink>(2), and B<mknod>(2)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file represents the attributes to assign to the process upon a "
+"subsequent B<execve>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file represents the physical memory of the system and is stored in the "
+"ELF core file format. With this pseudo-file, and an unstripped kernel (I</"
+"usr/src/linux/vmlinux>) binary, GDB can be used to examine the current "
+"state of any kernel data structures."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file seems to be a way to give an argument to the SPARC ROM/Flash boot "
+"loader. Maybe to tell it what to do after rebooting?"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file shows memory consumption for each of the process's mappings. (The "
+"B<pmap>(1) command displays similar information, in a form that may be "
+"easier for parsing.) For each mapping there is a series of lines such as "
+"the following:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file shows the mapping of each of the process's virtual pages into "
+"physical page frames or swap area. It contains one 64-bit value for each "
+"virtual page, with the bits set as follows:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file shows the maximum number of cached disk quota entries. On some "
+"(2.4) systems, it is not present. If the number of free cached disk quota "
+"entries is very low and you have some awesome number of simultaneous system "
+"users, you might want to raise the limit."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file shows the number of allocated disk quota entries and the number of "
+"free disk quota entries."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file shows the size of the generic SCSI device (sg) buffer. You can't "
+"tune it just yet, but you could change it at compile time by editing "
+"I<include/scsi/sg.h> and changing the value of B<SG_BIG_BUFF>. However, "
+"there shouldn't be any reason to change this value."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file specifies the grace period that the kernel grants to a process "
+"holding a file lease (B<fcntl>(2)) after it has sent a signal to that "
+"process notifying it that another process is waiting to open the file. If "
+"the lease holder does not remove or downgrade the lease within this grace "
+"period, the kernel forcibly breaks the lease."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file specifies the system-wide limit on the number of threads (tasks) "
+"that can be created on the system."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file specifies the system-wide maximum number of System V shared memory "
+"segments that can be created."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file specifies the value at which PIDs wrap around (i.e., the value in "
+"this file is one greater than the maximum PID). PIDs greater than this "
+"value are not allocated; thus, the value in this file also acts as a system-"
+"wide limit on the total number of processes and threads. The default value "
+"for this file, 32768, results in the same range of PIDs as on earlier "
+"kernels. On 32-bit platforms, 32768 is the maximum value for I<pid_max>. "
+"On 64-bit systems, I<pid_max> can be set to any value up to 2\\[ha]22 "
+"(B<PID_MAX_LIMIT>, approximately 4 million)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This file uses the same format as the I<arp> file and contains the current "
+"reverse mapping database used to provide B<rarp>(8) reverse address lookup "
+"services. If RARP is not configured into the kernel, this file will not be "
+"present."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This filesystem is mounted read-only."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "This function does not modify I<errno> on success."
msgstr ""
@@ -45580,6 +53386,22 @@ msgid ""
"because Unicode knows about three cases: upper, lower, and title case."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This holds an ASCII readable dump of the kernel ARP table used for address "
+"resolutions. It will show both dynamically learned and preprogrammed ARP "
+"entries. The format is:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This holds the kernel exported symbol definitions used by the B<modules>(X) "
+"tools to dynamically link and bind loadable modules. In Linux 2.5.47 and "
+"earlier, a similar file with slightly different syntax was named I<ksyms>."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -45596,7 +53418,7 @@ msgid ""
"and I<bar.o>, whose 0xc0010001 property value is 0x1."
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid ""
"This indicates that the branch at 0x00000008 in foo.o, targeting the symbol "
"\"far\" in section .text, has been replaced by a trampoline."
@@ -45618,6 +53440,26 @@ msgid ""
"of the scan area."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a BSD file lock created using B<flock>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a POSIX byte-range lock created using B<fcntl>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a POSIX or OFD read lock, or a BSD shared lock."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a POSIX or OFD write lock, or a BSD exclusive lock."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is a UNIX domain socket."
@@ -45633,32 +53475,167 @@ msgstr ""
msgid "This is a character device."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a collection of CPU and system architecture dependent items, for "
+"each supported architecture a different list. Two common entries are "
+"I<processor> which gives CPU number and I<bogomips>; a system constant that "
+"is calculated during kernel initialization. SMP machines have information "
+"for each CPU. The B<lscpu>(1) command gathers its information from this "
+"file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a debugging facility to make timer (ab)use in a Linux system visible "
+"to kernel and user-space developers. It can be used by kernel and user-"
+"space developers to verify that their code does not make undue use of "
+"timers. The goal is to avoid unnecessary wakeups, thereby optimizing power "
+"consumption."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a decimal number showing the file offset."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a directory that contains one subdirectory for each thread in the "
+"process. The name of each subdirectory is the numerical thread ID (I<tid>) "
+"of the thread (see B<gettid>(2))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is a directory."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a list of currently registered Input-Output port regions that are in "
+"use."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a list of the registered I<ISA> DMA (direct memory access) channels "
+"in use."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a listing of all PCI devices found during kernel initialization and "
+"their configuration."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a listing of all SCSI devices known to the kernel. The listing is "
+"similar to the one seen during bootup. scsi currently supports only the "
+"I<add-single-device> command which allows root to add a hotplugged device to "
+"the list of known devices."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a mandatory lock."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is a named pipe (FIFO)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a read-only file that displays the upper limit on the number of a "
+"process's group memberships."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is a regular file."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a subdirectory containing one entry for each file which the process "
+"has open, named by its file descriptor, and which is a symbolic link to the "
+"actual file. Thus, 0 is standard input, 1 standard output, 2 standard "
+"error, and so on."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a subdirectory containing one entry for each file which the process "
+"has open, named by its file descriptor. The files in this directory are "
+"readable only by the owner of the process. The contents of each file can be "
+"read to obtain information about the corresponding file descriptor. The "
+"content depends on the type of file referred to by the corresponding file "
+"descriptor."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a subdirectory containing one entry for each namespace that supports "
+"being manipulated by B<setns>(2). For more information, see "
+"B<namespaces>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is a symbolic link to the current working directory of the process. To "
+"find out the current working directory of process 20, for instance, you can "
+"do this:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is a symbolic link."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is a write-only file, writable only by owner of the process."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is an advisory lock."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is an octal number that displays the file access mode and file status "
+"flags (see B<open>(2)). If the close-on-exec file descriptor flag is set, "
+"then I<flags> will also include the value B<O_CLOEXEC>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This is an open file description (OFD) lock created using B<fcntl>(2)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "This is enabled by default."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"This is free software; see the source for copying conditions. There is NO "
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -45681,6 +53658,14 @@ msgstr ""
msgid "This is on by default."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is the \"channel\" in which the process is waiting. It is the address "
+"of a location in the kernel where the process is sleeping. The "
+"corresponding symbolic name can be found in I</proc/>pidI</wchan>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is the buffer used to transfer data for a read or write operation."
@@ -45708,6 +53693,21 @@ msgid ""
"default)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is the number of timer expirations that have occurred, (i.e., the value "
+"that B<read>(2) on it would return)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is the numeric value of the clock ID (corresponding to one of the "
+"B<CLOCK_*> constants defined via I<E<lt>time.hE<gt>>) that is used to mark "
+"the progress of the timer (in this example, 0 is B<CLOCK_REALTIME>)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
msgid "This is the same as the E<.Ic encrypt start input> command."
@@ -45728,73 +53728,100 @@ msgstr ""
msgid "This is the same as the E<.Ic encrypt stop output> command."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is the signal number that this timer uses to deliver notifications "
+"followed by a slash, and then the I<sigev_value> value supplied to the "
+"signal handler. Valid only for timers that notify via a signal."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This is the size of the buffer pointed to by I<aio_buf>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This is the total amount of memory currently available to be allocated on "
+"the system, expressed in kilobytes. This limit is adhered to only if strict "
+"overcommit accounting is enabled (mode 2 in I</proc/sys/vm/"
+"overcommit_memory>). The limit is calculated according to the formula "
+"described under I</proc/sys/vm/overcommit_memory>. For further details, see "
+"the kernel source file I<Documentation/vm/overcommit-accounting.rst>."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This is used by COFF/PE based targets to create a task-linked object file "
"where all of the global symbols have been converted to statics."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"This is used by \\s-1COFF/PE\\s0 based targets to create a task-linked "
-"object file where all of the global symbols have been converted to statics."
+"This is used to record the number of interrupts per CPU per IO device. "
+"Since Linux 2.6.24, for the i386 and x86-64 architectures, at least, this "
+"also includes interrupts internal to the system (that is, not associated "
+"with a device as such), such as NMI (nonmaskable interrupt), LOC (local "
+"timer interrupt), and for SMP systems, TLB (TLB flush interrupt), RES "
+"(rescheduling interrupt), CAL (remote function call interrupt), and possibly "
+"others. Very easy to read formatting, done in ASCII."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"This library generates UUIDs compatible with OSF DCE 1.1, and hash based "
"UUIDs V3 and V5 compatible with"
msgstr ""
-#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"This linker can create the new dynamic tags in ELF. But the older ELF "
-"systems may not understand them. If you specify \\&B<--enable-new-dtags>, "
-"the new dynamic tags will be created as needed and older dynamic tags will "
-"be omitted. If you specify B<--disable-new-dtags>, no new dynamic tags will "
-"be created. By default, the new dynamic tags are not created. Note that "
-"those options are only available for ELF systems."
+"This line shows counts of interrupts serviced since boot time, for each of "
+"the possible system interrupts. The first column is the total of all "
+"interrupts serviced including unnumbered architecture specific interrupts; "
+"each subsequent column is the total for that particular numbered interrupt. "
+"Unnumbered interrupts are not shown, only summed into the total."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"This linker can create the new dynamic tags in \\s-1ELF.\\s0 But the older "
-"\\s-1ELF\\s0 systems may not understand them. If you specify \\&B<--enable-"
-"new-dtags>, the new dynamic tags will be created as needed and older dynamic "
-"tags will be omitted. If you specify B<--disable-new-dtags>, no new dynamic "
-"tags will be created. By default, the new dynamic tags are not created. Note "
-"that those options are only available for \\s-1ELF\\s0 systems."
+"This line shows the number of softirq for all CPUs. The first column is the "
+"total of all softirqs and each subsequent column is the total for particular "
+"softirq. (Linux 2.6.31 onward.)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#: debian-unstable
msgid ""
-"This man page does not describe the command language; see the \\&B<ld> entry "
-"in CW<\\*(C`info\\*(C'> for full details on the command language and on "
-"other aspects of the GNU linker."
+"This linker can create the new dynamic tags in ELF. But the older ELF "
+"systems may not understand them. If you specify \\&B<--enable-new-dtags>, "
+"the new dynamic tags will be created as needed and older dynamic tags will "
+"be omitted. If you specify B<--disable-new-dtags>, no new dynamic tags will "
+"be created. By default, the new dynamic tags are not created. Note that "
+"those options are only available for ELF systems."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This man page does not describe the command language; see the \\&B<ld> entry "
"in CW<\\*(C`info\\*(C'> for full details on the command language and on "
-"other aspects of the \\s-1GNU\\s0 linker."
+"other aspects of the GNU linker."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"This man page was written by Lee Garrett (debian@rocketjump.eu) for Debian "
"(but may be used by others)."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"This manual page explains the B<groff an.tmac> macro package (often called "
"the B<man> macro package). This macro package should be used by developers "
@@ -45804,8 +53831,8 @@ msgid ""
"totally different macro package called mdoc; see B<mdoc>(7))."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"This manual page is incomplete, possibly inaccurate, and is the kind of "
"thing that needs to be updated very often."
@@ -45842,8 +53869,8 @@ msgid ""
"of the SCSI transport library or a label in the file /etc/wodim.conf."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This message occurs when some (sub)expression accesses an address ultimately "
"given by the sum of two constants (Win32 import tables only allow one). "
@@ -45855,16 +53882,15 @@ msgid ""
"will always detect it, issue the warning, and exit."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux debian-unstable opensuse-tumbleweed
msgid ""
-"This message occurs when some (sub)expression accesses an address ultimately "
-"given by the sum of two constants (Win32 import tables only allow one). "
-"Instances where this may occur include accesses to member fields of struct "
-"variables imported from a \\s-1DLL,\\s0 as well as using a constant index "
-"into an array variable imported from a \\s-1DLL.\\s0 Any multiword variable "
-"(arrays, structs, long long, etc) may trigger this error condition. "
-"However, regardless of the exact data type of the offending exported "
-"variable, ld will always detect it, issue the warning, and exit."
+"This mode interleaves page allocations across the nodes specified in "
+"I<nodemask> according to the weights in I</sys/kernel/mm/mempolicy/"
+"weighted_interleave>. For example, if bits 0, 2, and 5 are set in "
+"I<nodemask>, and the contents of I</sys/kernel/mm/mempolicy/"
+"weighted_interleave/node0>, I</sys/>.\\|.\\|.I</node2>, and I</sys/>.\\|.\\|."
+"I</node5> are 4, 7, and 9, respectively, then pages in this region will be "
+"allocated on nodes 0, 2, and 5 in a 4:7:9 ratio."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -45885,8 +53911,8 @@ msgid ""
"B<CONFIG_SECCOMP> enabled."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option affects ELF DT_NEEDED tags for dynamic libraries mentioned on "
"the command line after the B<--as-needed> option. Normally the linker will "
@@ -45902,25 +53928,8 @@ msgid ""
"archives. B<--no-as-needed> restores the default behaviour."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option affects \\s-1ELF DT_NEEDED\\s0 tags for dynamic libraries "
-"mentioned on the command line after the B<--as-needed> option. Normally the "
-"linker will add a \\s-1DT_NEEDED\\s0 tag for each dynamic library mentioned "
-"on the command line, regardless of whether the library is actually needed or "
-"not. B<--as-needed> causes a \\s-1DT_NEEDED\\s0 tag to only be emitted for "
-"a library that I<at that point in the link> satisfies a non-weak undefined "
-"symbol reference from a regular object file or, if the library is not found "
-"in the \\s-1DT_NEEDED\\s0 lists of other needed libraries, a non-weak "
-"undefined symbol reference from another needed dynamic library. Object "
-"files or libraries appearing on the command line I<after> the library in "
-"question do not affect whether the library is seen as needed. This is "
-"similar to the rules for extraction of object files from archives. B<--no-"
-"as-needed> restores the default behaviour."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option affects the treatment of dynamic libraries referred to by "
"DT_NEEDED tags I<inside> ELF dynamic libraries mentioned on the command "
@@ -45931,18 +53940,6 @@ msgid ""
"The default behaviour can be restored with B<--no-copy-dt-needed-entries>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option affects the treatment of dynamic libraries referred to by "
-"\\s-1DT_NEEDED\\s0 tags I<inside> \\s-1ELF\\s0 dynamic libraries mentioned "
-"on the command line. Normally the linker won't add a \\s-1DT_NEEDED\\s0 tag "
-"to the output binary for each library mentioned in a \\s-1DT_NEEDED\\s0 tag "
-"in an input dynamic library. With B<--copy-dt-needed-entries> specified on "
-"the command line however any dynamic libraries that follow it will have "
-"their \\s-1DT_NEEDED\\s0 entries added. The default behaviour can be "
-"restored with B<--no-copy-dt-needed-entries>."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -45954,8 +53951,8 @@ msgid ""
"linker should choose suitable defaults."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option also has an effect on the resolution of symbols in dynamic "
"libraries. With B<--copy-dt-needed-entries> dynamic libraries mentioned on "
@@ -45966,18 +53963,6 @@ msgid ""
"links will be traversed to resolve symbols."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option also has an effect on the resolution of symbols in dynamic "
-"libraries. With B<--copy-dt-needed-entries> dynamic libraries mentioned on "
-"the command line will be recursively searched, following their "
-"\\s-1DT_NEEDED\\s0 tags to other libraries, in order to resolve symbols "
-"required by the output binary. With the default setting however the "
-"searching of dynamic libraries that follow it will stop with the dynamic "
-"library itself. No \\s-1DT_NEEDED\\s0 links will be traversed to resolve "
-"symbols."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46069,8 +54054,8 @@ msgid ""
"because it does not fit any output region."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option indicates to the linker the name of the memory region in the "
"B<MEMORY> specification that describes the memory bank window. The "
@@ -46078,14 +54063,6 @@ msgid ""
"addresses within the memory window."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option indicates to the linker the name of the memory region in the "
-"B<\\s-1MEMORY\\s0> specification that describes the memory bank window. The "
-"definition of such region is then used by the linker to compute paging and "
-"addresses within the memory window."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46093,15 +54070,11 @@ msgid ""
"script command CW<\\*(C`INHIBIT_COMMON_ALLOCATION\\*(C'> has the same effect."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "This option is currently only supported on ELF platforms."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid "This option is currently only supported on \\s-1ELF\\s0 platforms."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "This option is enabled by default."
@@ -46112,8 +54085,8 @@ msgstr ""
msgid "This option is ignored for Linux compatibility."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "This option is ignored for SVR4 compatibility."
msgstr ""
@@ -46122,21 +54095,23 @@ msgstr ""
msgid "This option is ignored for SunOS compatibility."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid "This option is ignored for \\s-1SVR4\\s0 compatibility."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option is incompatible with INSERT statements because it changes the "
"way input sections are mapped to output sections."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"This option is incompatible with \\s-1INSERT\\s0 statements because it "
-"changes the way input sections are mapped to output sections."
+"This option is intended for use by the checkpoint-restore (CRIU) system, and "
+"reliably provides a list of children only if all of the child processes are "
+"stopped or frozen. It does not work properly if children of the target task "
+"exit while the file is being read! Exiting children may cause non-exiting "
+"children to be omitted from the list. This makes this interface even more "
+"unreliable than classic PID-based approaches if the inspected task and its "
+"children aren't frozen, and most code should probably not use this interface."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -46148,6 +54123,13 @@ msgid ""
"configuration might already exist and should be given higher priority\\&."
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This option is only available for system services and is not supported for "
+"services running in per-user instances of the service manager\\&."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46177,25 +54159,18 @@ msgid ""
"runtime finalization of any other objects."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "This option is silently ignored."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option is similar to the B<--emit-relocs> option except that the relocs "
"are stored in a target-specific section. This option is only supported by "
"the B<BFIN>, B<CR16> and I<M68K> targets."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option is similar to the B<--emit-relocs> option except that the relocs "
-"are stored in a target-specific section. This option is only supported by "
-"the B<\\s-1BFIN\\s0>, B<\\s-1CR16\\s0> and I<M68K> targets."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46208,8 +54183,8 @@ msgid ""
"by another tool, such as \\&B<gcc>)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option is supported for HP/UX compatibility. The I<keyword> argument "
"must be one of the strings B<archive>, B<shared>, or \\&B<default>. B<-"
@@ -46218,15 +54193,6 @@ msgid ""
"used any number of times."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option is supported for \\s-1HP/UX\\s0 compatibility. The I<keyword> "
-"argument must be one of the strings B<archive>, B<shared>, or "
-"\\&B<default>. B<-aarchive> is functionally equivalent to \\&B<-Bstatic>, "
-"and the other two keywords are functionally equivalent to B<-Bdynamic>. "
-"This option may be used any number of times."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46234,18 +54200,22 @@ msgid ""
"don't know where the reference is coming from."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: fedora-rawhide
msgid ""
-"This option may be specified more than once. The DT_AUXILIARY entries will "
-"be created in the order in which they appear on the command line."
+"This option lets you pick a completely different section for the CTF parent "
+"dictionary containing unambiguous types than for the child dictionaries that "
+"contain the ambiguous remainder. The linker does not emit ELF objects "
+"structured like this, but some third-party linkers may. It's also "
+"convenient to inspect CTF written out as multiple raw files to compose them "
+"with objcopy, which can put them in different ELF sections but not in "
+"different members of a single CTF dict."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
-"This option may be specified more than once. The \\s-1DT_AUXILIARY\\s0 "
-"entries will be created in the order in which they appear on the command "
-"line."
+"This option may be specified more than once. The DT_AUXILIARY entries will "
+"be created in the order in which they appear on the command line."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -46279,8 +54249,8 @@ msgid ""
"about 40% more memory for symbol storage."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option sets the DSBT index of the current executable or shared library "
"to I<index>. The default is 0, which is appropriate for generating "
@@ -46288,30 +54258,14 @@ msgid ""
"\\&CW<\\*(C`R_C6000_DSBT_INDEX\\*(C'> relocs are copied into the output file."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option sets the \\s-1DSBT\\s0 index of the current executable or shared "
-"library to I<index>. The default is 0, which is appropriate for generating "
-"executables. If a shared library is generated with a \\s-1DSBT\\s0 index of "
-"0, the \\&CW<\\*(C`R_C6000_DSBT_INDEX\\*(C'> relocs are copied into the "
-"output file."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option sets the number of entries in the DSBT of the current executable "
"or shared library to I<size>. The default is to create a table with 64 "
"entries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option sets the number of entries in the \\s-1DSBT\\s0 of the current "
-"executable or shared library to I<size>. The default is to create a table "
-"with 64 entries."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -46319,8 +54273,8 @@ msgid ""
"mm)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable
msgid ""
"This option should be used with caution as it overrides the search path that "
"may have been hard compiled into a shared library. In such a case it is "
@@ -46328,21 +54282,14 @@ msgid ""
"linker would do."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option specifies the number of empty slots to leave in the \\&.dynamic "
"section of ELF shared objects. Empty slots may be needed by post processing "
"tools, such as the prelinker. The default is 5."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option specifies the number of empty slots to leave in the \\&.dynamic "
-"section of \\s-1ELF\\s0 shared objects. Empty slots may be needed by post "
-"processing tools, such as the prelinker. The default is 5."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -46363,21 +54310,14 @@ msgid ""
"descending order is assumed."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This option tells the linker which GOT generation scheme to use. \\&I<type> "
"should be one of B<single>, B<negative>, \\&B<multigot> or B<target>. For "
"more information refer to the Info entry for I<ld>."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This option tells the linker which \\s-1GOT\\s0 generation scheme to use. "
-"\\&I<type> should be one of B<single>, B<negative>, \\&B<multigot> or "
-"B<target>. For more information refer to the Info entry for I<ld>."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46413,13 +54353,52 @@ msgid ""
"more details."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"This program will provide a local webserver for your browser to interface "
"against."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This provides legacy handling, with no printk warnings. Each B<write>(2) "
+"must fully contain the value to be written, and multiple writes on the same "
+"file descriptor will overwrite the entire value, regardless of the file "
+"position."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This provides the traditional (pre-Linux 2.6.13) behavior. A core dump will "
+"not be produced for a process which has changed credentials (by calling "
+"B<seteuid>(2), B<setgid>(2), or similar, or by executing a set-user-ID or "
+"set-group-ID program) or whose binary does not have read permission enabled."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This read-only file exposes a list of all currently pending (high-"
+"resolution) timers, all clock-event sources, and their parameters in a human-"
+"readable form."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This read-only file exposes the process's execution domain, as set by "
+"B<personality>(2). The value is displayed in hexadecimal notation."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This read-only file indicates how many pseudoterminals are currently in use."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46460,6 +54439,24 @@ msgid ""
"of the unit after B<systemd-oomd> kills a cgroup associated with it\\&."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This string identifies the kernel version that is currently running. It "
+"includes the contents of I</proc/sys/kernel/ostype>, I</proc/sys/kernel/"
+"osrelease>, and I</proc/sys/kernel/version>. For example:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This subdirectory contains entries corresponding to memory-mapped files (see "
+"B<mmap>(2)). Entries are named by memory region start and end address pair "
+"(expressed as hexadecimal numbers), and are symbolic links to the mapped "
+"files themselves. Here is an example, with the output wrapped and "
+"reformatted to fit on an 80-column display:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This system call does not exist on x86-64."
@@ -46491,28 +54488,21 @@ msgid ""
"and the default FIFO size."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This type of archive searching is standard for Unix linkers. However, if "
"you are using B<ld> on AIX, note that it is different from the behaviour of "
"the AIX linker."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This type of archive searching is standard for Unix linkers. However, if "
-"you are using B<ld> on \\s-1AIX,\\s0 note that it is different from the "
-"behaviour of the \\s-1AIX\\s0 linker."
-msgstr ""
-
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This utility is most useful on systems with very small disks."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"This version of B<ld> uses the general purpose BFD libraries to operate on "
"object files. This allows B<ld> to read, combine, and write object files in "
@@ -46521,15 +54511,6 @@ msgid ""
"object file."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"This version of B<ld> uses the general purpose \\s-1BFD\\s0 libraries to "
-"operate on object files. This allows B<ld> to read, combine, and write "
-"object files in many different formats---for example, \\s-1COFF\\s0 or "
-"\\&CW<\\*(C`a.out\\*(C'>. Different formats may be linked together to "
-"produce any available kind of object file."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
@@ -46548,11 +54529,81 @@ msgid ""
"will default to 600 seconds when not specified."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This writable file contains a group ID that is allowed to allocate memory "
+"using huge pages. If a process has a filesystem group ID or any "
+"supplementary group ID that matches this group ID, then it can make huge-"
+"page allocations without holding the B<CAP_IPC_LOCK> capability; see "
+"B<memfd_create>(2), B<mmap>(2), and B<shmget>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This writable file defines a percentage by which memory can be "
+"overcommitted. The default value in the file is 50. See the description of "
+"I</proc/sys/vm/overcommit_memory>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"This writable file provides an alternative to I</proc/sys/vm/"
+"overcommit_ratio> for controlling the I<CommitLimit> when I</proc/sys/vm/"
+"overcommit_memory> has the value 2. It allows the amount of memory "
+"overcommitting to be specified as an absolute value (in kB), rather than as "
+"a percentage, as is done with I<overcommit_ratio>. This allows for finer-"
+"grained control of I<CommitLimit> on systems with extremely large memory "
+"sizes."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
msgid "Thomas E. Dickey E<lt>dickey@invisible-island.netE<gt>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Thread ID (see B<gettid>(2))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Thread ID in each of the PID namespaces of which I<pid> is a member. The "
+"fields are ordered as for I<NStgid>. (Since Linux 4.1.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Thread group ID (i.e., PID) in each of the PID namespaces of which I<pid> is "
+"a member. The leftmost entry shows the value with respect to the PID "
+"namespace of the process that mounted this procfs (or the root namespace if "
+"mounted by the kernel), followed by the value in successively nested inner "
+"namespaces. (Since Linux 4.1.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Thread group ID (i.e., Process ID)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Three colon-separated subfields that identify the major and minor device ID "
+"of the device containing the filesystem where the locked file resides, "
+"followed by the inode number of the locked file."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Three different integer values can be specified:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Three different locking mechanisms (and combinations thereof) are in general "
@@ -46568,6 +54619,29 @@ msgid ""
"time."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"To employ I</proc/>pidI</pagemap> efficiently, use I</proc/>pidI</maps> to "
+"determine which areas of memory are actually mapped and seek to skip over "
+"unmapped regions."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "To free dentries and inodes, use:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "To free pagecache, dentries, and inodes, use:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "To free pagecache, use:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -46635,7 +54709,7 @@ msgstr ""
msgid "Tool to edit environment block."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Tools processing these files should open the file and examine the first "
"nonwhitespace character. A period (.) or single quote (\\[aq]) at the "
@@ -46650,21 +54724,36 @@ msgstr ""
msgid "Top-left x position of scan area."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Trademark Symbol: \\*(Tm"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Total CMA (Contiguous Memory Allocator) pages. (B<CONFIG_CMA> is required.)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Total amount of swap space available."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Total size of vmalloc memory area."
msgstr ""
-#: debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Traditionally, each command can have up to six arguments, but the GNU "
-"implementation removes this limitation (you might still want to limit "
-"yourself to 6 arguments for portability's sake). Arguments are delimited by "
-"spaces. Double quotes can be used to specify an argument which contains "
-"spaces. For the macros that produce alternating type faces, the arguments "
-"will be printed next to each other without intervening spaces, so that the "
-"B<.BR> command can be used to specify a word in bold followed by a mark of "
-"punctuation in Roman. If no arguments are given, the command is applied to "
-"the following line of text."
+"Total usable RAM (i.e., physical RAM minus a few reserved bits and the "
+"kernel binary code)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Tracing stop (Linux 2.6.33 onward)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "Trademark Symbol: \\*(Tm"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
@@ -46699,7 +54788,8 @@ msgstr ""
msgid "Transform syslinux config into GRUB one."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "Translations from Nonstandard Capabilities"
msgstr ""
@@ -46736,8 +54826,8 @@ msgstr ""
msgid "Tried to bind to an address already in use."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Tries to creates extra sections in the output file so that no single output "
"section in the file contains more than I<count> relocations. This is useful "
@@ -46751,20 +54841,6 @@ msgid ""
"value of 32768."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Tries to creates extra sections in the output file so that no single output "
-"section in the file contains more than I<count> relocations. This is useful "
-"when generating huge relocatable files for downloading into certain real "
-"time kernels with the \\s-1COFF\\s0 object file format; since \\s-1COFF\\s0 "
-"cannot represent more than 65535 relocations in a single section. Note that "
-"this will fail to work with object file formats which do not support "
-"arbitrary sections. The linker will not split up individual input sections "
-"for redistribution, so if a single input section contains more than I<count> "
-"relocations one output section will contain that many relocations. I<count> "
-"defaults to a value of 32768."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "True if I<expr> is false."
@@ -46803,9 +54879,11 @@ msgid ""
"side."
msgstr ""
-#: archlinux
-#, no-wrap
-msgid "Tue Feb 6 2024 19:11:31"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Turn ASLR off. This is the default for architectures that don't support "
+"ASLR, and when the kernel is booted with the I<norandmaps> parameter."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -46893,6 +54971,15 @@ msgstr ""
msgid "UNIX"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"UNIX and Linux support the idea of a per-process root of the filesystem, set "
+"by the B<chroot>(2) system call. This file is a symbolic link that points "
+"to the process's root directory, and behaves in the same way as I<exe>, and "
+"I<fd/*>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -46911,7 +54998,20 @@ msgstr ""
msgid "UP"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"UPDATE controls which existing files in the destination are replaced. "
+"\\&'all' is the default operation when an B<--update> option is not "
+"specified, and results in all existing files in the destination being "
+"replaced. \\&'none' is like the B<--no-clobber> option, in that no files in "
+"the destination are replaced, and skipped files do not induce a failure. "
+"\\&'none-fail' also ensures no files are replaced in the destination, but "
+"any skipped files are diagnosed and induce a failure. \\&'older' is the "
+"default operation when B<--update> is specified, and results in files being "
+"replaced if they're older than the corresponding source file."
+msgstr ""
+
+#: debian-unstable fedora-40 mageia-cauldron
msgid ""
"UPDATE controls which existing files in the destination are replaced. "
"\\&'all' is the default operation when an B<--update> option is not "
@@ -46962,6 +55062,19 @@ msgstr ""
msgid "Uncompress data."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Under Linux 2.0 and earlier, I</proc/>pidI</exe> is a pointer to the binary "
+"which was executed, and appears as a symbolic link. A B<readlink>(2) call "
+"on this file under Linux 2.0 returns a string in the format:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Under Linux 2.0, there is no field giving pathname."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -46992,6 +55105,13 @@ msgid ""
"to prevent this interpretation."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Unmap the corrupted page from all processes and kill a process only if it "
+"tries to access the page."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -47001,6 +55121,21 @@ msgid ""
"in fresh mounts and additional file locking."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Until Linux 4.2, the presence of this file was governed by the "
+"B<CONFIG_CHECKPOINT_RESTORE> kernel configuration option. Since Linux 4.2, "
+"it is governed by the B<CONFIG_PROC_CHILDREN> option."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Until Linux 4.3, this directory appeared only if the "
+"B<CONFIG_CHECKPOINT_RESTORE> kernel configuration option was enabled."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -47051,21 +55186,14 @@ msgid ""
"B<0x> for base 16, or a leading \\&B<0> for base 8)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Use I<file> as the name of a file in which to save the base addresses of all "
"the relocations needed for generating DLLs with \\&I<dlltool>. [This is an "
"i386 PE specific option]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Use I<file> as the name of a file in which to save the base addresses of all "
-"the relocations needed for generating DLLs with \\&I<dlltool>. [This is an "
-"i386 \\s-1PE\\s0 specific option]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -47089,17 +55217,7 @@ msgstr ""
msgid "Use I<scriptfile> as the default linker script."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Use I<scriptfile> as the linker script. This script replaces \\&B<ld>'s "
-"default linker script (rather than adding to it), so \\&I<commandfile> must "
-"specify everything necessary to describe the output file. If I<scriptfile> "
-"does not exist in the current directory, CW<\\*(C`ld\\*(C'> looks for it in "
-"the directories specified by any preceding B<-L> options. Multiple B<-T> "
-"options accumulate."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#: debian-unstable
msgid ""
"Use I<scriptfile> as the linker script. This script replaces \\&B<ld>'s "
@@ -47110,8 +55228,8 @@ msgid ""
"specified by any preceding B<-L> options. Multiple B<-T> options accumulate."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Use I<value> as the base address of your program or dll. This is the lowest "
"memory location that will be used when your program or dll is loaded. To "
@@ -47121,16 +55239,6 @@ msgid ""
"is specific to the i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Use I<value> as the base address of your program or dll. This is the lowest "
-"memory location that will be used when your program or dll is loaded. To "
-"reduce the need to relocate and improve performance of your dlls, each "
-"should have a unique base address and not overlap any other dlls. The "
-"default is 0x400000 for executables, and 0x10000000 for dlls. [This option "
-"is specific to the i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -47174,11 +55282,6 @@ msgid ""
"matches."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6
-msgid "Use the"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -47235,6 +55338,16 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "User Namespacing Options"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "User Record Blob Directories"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "User UID"
msgstr ""
@@ -47261,19 +55374,13 @@ msgstr ""
msgid "User shell"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Using 'auto-import' generally will 'just work' -- but sometimes you may see "
"this message:"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Using 'auto-import' generally will 'just work' \\*(-- but sometimes you may "
-"see this message:"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -47363,13 +55470,18 @@ msgstr ""
msgid "Valid arguments for the encrypt command are as follows:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Value of the I<no_new_privs> bit (since Linux 4.10, see B<prctl>(2))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Value which is equivalent to the number of B<-r>."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Value which is equivalent to the number of B<-v>."
msgstr ""
@@ -47390,7 +55502,7 @@ msgid ""
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "Varlink"
msgstr ""
@@ -47430,6 +55542,16 @@ msgstr ""
msgid "Vertical Tab (ASCII 11)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Virtual memory size in bytes."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Virtual memory size."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -47488,28 +55610,32 @@ msgid ""
"optional I<seconds>) until the exclusive lock can be obtained."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
-msgid "Warn if an object has alternate ELF machine code."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Waiting in uninterruptible disk sleep"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid "Warn if an object has alternate \\s-1ELF\\s0 machine code."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Wakekill (Linux 2.6.33 to 3.13 only)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
-msgid ""
-"Warn if any global constructors are used. This is only useful for a few "
-"object file formats. For formats like COFF or ELF, the linker can not "
-"detect the use of global constructors."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Waking (Linux 2.6.33 to 3.13 only)"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
+msgid "Warn if an object has alternate ELF machine code."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Warn if any global constructors are used. This is only useful for a few "
-"object file formats. For formats like \\s-1COFF\\s0 or \\s-1ELF,\\s0 the "
-"linker can not detect the use of global constructors."
+"object file formats. For formats like COFF or ELF, the linker can not "
+"detect the use of global constructors."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -47538,19 +55664,13 @@ msgid ""
"section."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Warn if the linker adds DT_TEXTREL to a position-independent executable or "
"shared object."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Warn if the linker adds \\s-1DT_TEXTREL\\s0 to a position-independent "
-"executable or shared object."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -47573,22 +55693,6 @@ msgid ""
"the libraries as well as in your programs."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Warning control. Python's warning machinery by default prints warning "
-"messages to I<sys.stderr>."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
-msgid ""
-"Warnings can also be controlled using the B<PYTHONWARNINGS> environment "
-"variable and from within a Python program using the warnings module. For "
-"example, the warnings.filterwarnings() function can be used to use a regular "
-"expression on the warning message."
-msgstr ""
-
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Wed, 07 May 2003 15:55:00 +0200"
@@ -47613,19 +55717,16 @@ msgid ""
"a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"When B<--gc-sections> is enabled, this option prevents garbage collection of "
-"unused input sections that contain global symbols having default or "
-"protected visibility. This option is intended to be used for executables "
-"where unreferenced sections would otherwise be garbage collected regardless "
-"of the external visibility of contained symbols. Note that this option has "
-"no effect when linking shared objects since it is already the default "
-"behaviour. This option is only supported for ELF format targets."
+"When 1 is written to this file, all zones are compacted such that free "
+"memory is available in contiguous blocks where possible. The effect of this "
+"action can be seen by examining I</proc/buddyinfo>."
msgstr ""
-#: mageia-cauldron debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When B<--gc-sections> is enabled, this option prevents garbage collection of "
"unused input sections that contain global symbols having default or "
@@ -47633,7 +55734,7 @@ msgid ""
"where unreferenced sections would otherwise be garbage collected regardless "
"of the external visibility of contained symbols. Note that this option has "
"no effect when linking shared objects since it is already the default "
-"behaviour. This option is only supported for \\&\\s-1ELF\\s0 format targets."
+"behaviour. This option is only supported for ELF format targets."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -47670,8 +55771,8 @@ msgstr ""
msgid "When FILE1 or FILE2 (not both) is -, read standard input."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid ""
"When I<mode> is B<MPOL_BIND>, enable the kernel NUMA balancing for the task "
"if it is supported by the kernel. If the flag isn't supported by the "
@@ -47706,8 +55807,8 @@ msgid ""
"This option may also be used with the E<.Ic open> command."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating a dynamically linked executable, symbols matching \\&I<glob> "
"will be added to the dynamic symbol table. When creating a shared library, "
@@ -47717,17 +55818,6 @@ msgid ""
"option is only meaningful on ELF platforms which support shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating a dynamically linked executable, symbols matching \\&I<glob> "
-"will be added to the dynamic symbol table. When creating a shared library, "
-"references to symbols matching I<glob> will not be bound to the definitions "
-"within the shared library. This option is a no-op when creating a shared "
-"library and B<-Bsymbolic> or \\&B<--dynamic-list> are not specified. This "
-"option is only meaningful on \\s-1ELF\\s0 platforms which support shared "
-"libraries."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -47737,23 +55827,16 @@ msgid ""
"are visible from dynamic objects at run time."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating a shared library, bind references to global function symbols "
"to the definition within the shared library, if any. This option is only "
"meaningful on ELF platforms which support shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating a shared library, bind references to global function symbols "
-"to the definition within the shared library, if any. This option is only "
-"meaningful on \\s-1ELF\\s0 platforms which support shared libraries."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating a shared library, bind references to global symbols to the "
"definition within the shared library, if any. Normally, it is possible for "
@@ -47762,32 +55845,23 @@ msgid ""
"support shared libraries."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating a shared library, bind references to global symbols to the "
-"definition within the shared library, if any. Normally, it is possible for "
-"a program linked against a shared library to override the definition within "
-"the shared library. This option is only meaningful on \\s-1ELF\\s0 "
-"platforms which support shared libraries."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF executable or shared object for a target where the read-"
"only data is in its own segment separate from the executable text, it will "
"set the address of the first byte of the read-only data segment."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF executable or shared object for x86-64 medium memory "
"model, it will set the address of the first byte of the ldata segment."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF executable or shared object, call NAME when the "
"executable or shared object is loaded, by setting DT_INIT to the address of "
@@ -47795,8 +55869,8 @@ msgid ""
"function to call."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF executable or shared object, call NAME when the "
"executable or shared object is unloaded, by setting DT_FINI to the address "
@@ -47804,15 +55878,15 @@ msgid ""
"function to call."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF executable, it will set the address of the first byte "
"of the text segment."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF shared object, set the internal DT_AUXILIARY field to "
"the specified name. This tells the dynamic linker that the symbol table of "
@@ -47820,8 +55894,8 @@ msgid ""
"of the shared object I<name>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF shared object, set the internal DT_FILTER field to the "
"specified name. This tells the dynamic linker that the symbol table of the "
@@ -47829,8 +55903,8 @@ msgid ""
"symbol table of the shared object I<name>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When creating an ELF shared object, set the internal DT_SONAME field to the "
"specified name. When an executable is linked with a shared object which has "
@@ -47839,85 +55913,15 @@ msgid ""
"than using the file name given to the linker."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 executable or shared object for a target where "
-"the read-only data is in its own segment separate from the executable text, "
-"it will set the address of the first byte of the read-only data segment."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 executable or shared object for x86-64 medium "
-"memory model, it will set the address of the first byte of the ldata segment."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 executable or shared object, call "
-"\\s-1NAME\\s0 when the executable or shared object is loaded, by setting "
-"\\s-1DT_INIT\\s0 to the address of the function. By default, the linker "
-"uses CW<\\*(C`_init\\*(C'> as the function to call."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 executable or shared object, call "
-"\\s-1NAME\\s0 when the executable or shared object is unloaded, by setting "
-"\\s-1DT_FINI\\s0 to the address of the function. By default, the linker "
-"uses CW<\\*(C`_fini\\*(C'> as the function to call."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 executable, it will set the address of the "
-"first byte of the text segment."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 shared object, set the internal "
-"\\s-1DT_AUXILIARY\\s0 field to the specified name. This tells the dynamic "
-"linker that the symbol table of the shared object should be used as an "
-"auxiliary filter on the symbol table of the shared object I<name>."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 shared object, set the internal "
-"\\s-1DT_FILTER\\s0 field to the specified name. This tells the dynamic "
-"linker that the symbol table of the shared object which is being created "
-"should be used as a filter on the symbol table of the shared object I<name>."
-msgstr ""
-
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When creating an \\s-1ELF\\s0 shared object, set the internal "
-"\\s-1DT_SONAME\\s0 field to the specified name. When an executable is "
-"linked with a shared object which has a \\s-1DT_SONAME\\s0 field, then when "
-"the executable is run the dynamic linker will attempt to load the shared "
-"object specified by the \\s-1DT_SONAME\\s0 field rather than using the file "
-"name given to the linker."
-msgstr ""
-
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
-#: debian-unstable
msgid ""
"When encrypting, you are prompted twice for the password as a precautionary "
"measure. It would be a disaster to encrypt files a password that wasn't "
"what you intended."
msgstr ""
-#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
-#: debian-unstable
-msgid ""
-"When encrypting, you are prompted twice for the password as a precautionary "
-"measure. It would be a disaster to encrypt files with a password that "
-"wasn't what you intended."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When generating a shared library or other dynamically loadable ELF object "
"mark it as one that should (by default) only ever be loaded once, and only "
@@ -47929,18 +55933,6 @@ msgid ""
"mechanisms (such as audit libraries)."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When generating a shared library or other dynamically loadable \\s-1ELF\\s0 "
-"object mark it as one that should (by default) only ever be loaded once, and "
-"only in the main namespace (when using CW<\\*(C`dlmopen\\*(C'>). This is "
-"primarily used to mark fundamental libraries such as libc, libpthread et al "
-"which do not usually function correctly unless they are the sole instances "
-"of themselves. This behaviour can be overridden by the "
-"CW<\\*(C`dlmopen\\*(C'> caller and does not apply to certain loading "
-"mechanisms (such as audit libraries)."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -47974,8 +55966,8 @@ msgid ""
"of a paragraph (unless auto-indenting is on)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When linking dynamically to a dll without an import library, search for "
"CW<\\*(C`E<lt>stringE<gt>E<lt>basenameE<gt>.dll\\*(C'> in preference to "
@@ -47986,19 +55978,8 @@ msgid ""
"i386 PE targeted port of the linker]"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When linking dynamically to a dll without an import library, search for "
-"CW<\\*(C`E<lt>stringE<gt>E<lt>basenameE<gt>.dll\\*(C'> in preference to "
-"\\&CW<\\*(C`libE<lt>basenameE<gt>.dll\\*(C'>. This behaviour allows easy "
-"distinction between DLLs built for the various \\*(L\"subplatforms\\*(R\": "
-"native, cygwin, uwin, pw, etc. For instance, cygwin DLLs typically use "
-"\\&CW<\\*(C`--dll-search-prefix=cyg\\*(C'>. [This option is specific to the "
-"i386 \\s-1PE\\s0 targeted port of the linker]"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When producing an executable file, omit the request for a dynamic linker to "
"be used at load-time. This is only meaningful for ELF executables that "
@@ -48006,14 +55987,6 @@ msgid ""
"capable of processing these relocations."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When producing an executable file, omit the request for a dynamic linker to "
-"be used at load-time. This is only meaningful for \\s-1ELF\\s0 executables "
-"that contain dynamic relocations, and usually requires entry point code that "
-"is capable of processing these relocations."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid ""
@@ -48109,15 +56082,15 @@ msgid ""
"option argument, and I<name> is set to ?."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
msgid ""
"When the input file is not a regular file or directory, (e.g. a symbolic "
"link, socket, FIFO, device file), it is left unaltered."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable
msgid ""
"When the linker encounters such a dependency when doing a non-shared, non-"
"relocatable link, it will automatically try to locate the required shared "
@@ -48136,6 +56109,24 @@ msgid ""
"actions are reported in the link map. For example:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"When the value in this file is 0, no restrictions are placed on following "
+"symbolic links (i.e., this is the historical behavior before Linux 3.6). "
+"When the value in this file is 1, symbolic links are followed only in the "
+"following circumstances:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"When the value in this file is 0, no restrictions are placed on the creation "
+"of hard links (i.e., this is the historical behavior before Linux 3.6). "
+"When the value in this file is 1, a hard link can be created to a target "
+"file only if one of the following conditions is true:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -48204,27 +56195,19 @@ msgid ""
"lexicographically using ASCII ordering."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"When using ELF or SunOS, one shared library may require another. This "
"happens when an CW<\\*(C`ld -shared\\*(C'> link includes a shared library as "
"one of the input files."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"When using \\s-1ELF\\s0 or SunOS, one shared library may require another. "
-"This happens when an CW<\\*(C`ld -shared\\*(C'> link includes a shared "
-"library as one of the input files."
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "Where B<value> is :"
msgstr ""
-#: archlinux
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "Where B<value> is:"
msgstr ""
@@ -48289,6 +56272,15 @@ msgid ""
"a maximum of 65535 (higher numbers usually being affected by wraparound)."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"While sampling is enabled, each readout from I</proc/timer_stats> will see "
+"newly updated statistics. Once sampling is disabled, the sampled "
+"information is kept until a new sample period is started. This allows "
+"multiple readouts."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -48296,13 +56288,13 @@ msgid ""
"signal caught by a handler; see B<signal>(7)."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "Will have no effect, whereas:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "Will rename the input file I<foo.o> to I<bar.o>."
msgstr ""
@@ -48346,6 +56338,33 @@ msgid ""
"were specified as a command name, or nothing if"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"With the advent of network namespaces, various information relating to the "
+"network stack is virtualized (see B<network_namespaces>(7)). Thus, since "
+"Linux 2.6.25, I</proc/net> is a symbolic link to the directory I</proc/self/"
+"net>, which contains the same files and directories as listed below. "
+"However, these files and directories now expose information for the network "
+"namespace of which the process is a member."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Within each of these subdirectories, there is a set of files with the same "
+"names and contents as under the I</proc/>pid directories. For attributes "
+"that are shared by all threads, the contents for each of the files under the "
+"I<task/>tid subdirectories will be the same as in the corresponding file in "
+"the parent I</proc/>pid directory (e.g., in a multithreaded process, all of "
+"the I<task/>tidI</cwd> files will have the same value as the I</proc/>pidI</"
+"cwd> file in the parent directory, since all of the threads in a process "
+"share a working directory). For attributes that are distinct for each "
+"thread, the corresponding files under I<task/>tid may have different values "
+"(e.g., various fields in each of the I<task/>tidI</status> files may be "
+"different for each thread), or they might not exist in I</proc/>pid at all."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -48383,8 +56402,8 @@ msgid ""
"valid job."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"Write a I<dependency file> to I<depfile>. This file contains a rule "
"suitable for CW<\\*(C`make\\*(C'> describing the output file and all the "
@@ -48397,38 +56416,25 @@ msgid ""
"copied into distributed makefiles without careful editing."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"Write a I<dependency file> to I<depfile>. This file contains a rule "
-"suitable for CW<\\*(C`make\\*(C'> describing the output file and all the "
-"input files that were read to produce it. The output is similar to the "
-"compiler's output with B<-M -MP>. Note that there is no option like the "
-"compiler's B<-MM>, to exclude \\*(L\"system files\\*(R\" (which is not a "
-"well-specified concept in the linker, unlike \\*(L\"system headers\\*(R\" in "
-"the compiler). So the output from \\&B<--dependency-file> is always "
-"specific to the exact state of the installation where it was produced, and "
-"should not be copied into distributed makefiles without careful editing."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
msgid ""
"Write a summary of the available options to standard output and exit "
"successfully."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Write information about active message queues."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Write information about active semaphore sets."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Write information about active shared memory segments."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
msgid ""
"Write information about the version and license of B<locate> on standard "
"output and exit successfully."
@@ -48449,7 +56455,7 @@ msgid ""
"variable I<var> rather than being printed to the standard output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Write time information. The time of the last control operation that changed "
"the access permissions for all facilities, the time of the last B<msgsnd>(2) "
@@ -48471,6 +56477,60 @@ msgstr ""
msgid "Writing Perl Modules for CPAN"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Writing a character to this file triggers the same SysRq function as typing "
+"ALT-SysRq-E<lt>characterE<gt> (see the description of I</proc/sys/kernel/"
+"sysrq>). This file is normally writable only by I<root>. For further "
+"details see the Linux kernel source file I<Documentation/admin-guide/sysrq."
+"rst> (or I<Documentation/sysrq.txt> before Linux 4.10)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Writing any value to I</proc/>pidI</clear_refs> other than those listed "
+"above has no effect."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Writing to FIFOs is unrestricted."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Writing to I</proc/>pidI</oom_score_adj> or I</proc/>pidI</oom_adj> will "
+"change the other with its scaled value."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Writing to regular files is unrestricted."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Writing to these files allows different things on different hosts. For "
+"example, with the I<latency> and I<nolatency> commands, root can switch on "
+"and off command latency measurement code in the eata_dma driver. With the "
+"I<lockup> and I<unlock> commands, root can control bus lockups simulated by "
+"the scsi_debug driver."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Writing to this file causes the kernel to drop clean caches, dentries, and "
+"inodes from memory, causing that memory to become free. This can be useful "
+"for memory management testing and performing reproducible filesystem "
+"benchmarks. Because writing to this file causes the benefits of caching to "
+"be lost, it can degrade overall system performance."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi."
@@ -48495,19 +56555,13 @@ msgstr ""
msgid "Written by Torbjorn Granlund and Richard M. Stallman."
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"X/Open Curses, Issue 7 (2009) describes B<tic> briefly, but omits this "
"program."
msgstr ""
-#: debian-bookworm archlinux
-msgid ""
-"X/Open Curses, Issue 7 (2009) describes B<tic> briefly, but omits this "
-"program. SVr4 systems provide B<captoinfo> as a separate application from "
-"B<tic>."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "XDG Base Directory Specification"
@@ -48524,19 +56578,13 @@ msgstr ""
msgid "XENIX"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
"XENIX I<\\%termcap> had a set of extension capabilities, corresponding to "
"box drawing characters of CCSID (\\*(``code page\\*('') 437, as follows."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"XENIX termcap also used to have a set of extension capabilities for forms "
-"drawing, designed to take advantage of the IBM PC high-half graphics. They "
-"were as follows:"
-msgstr ""
-
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -48550,7 +56598,7 @@ msgid "XSI"
msgstr ""
#: opensuse-leap-15-6
-msgid "XZ Embedded: E<lt>http://tukaani.org/xz/embedded.htmlE<gt>"
+msgid "XZ Embedded: E<lt>https://xz.tukaani.org/xz-embedded/E<gt>"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -48559,22 +56607,22 @@ msgstr ""
msgid "Xo"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "YYYY-MM-DD"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "YYYY-MM-DD hh:mm"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "YYYY-MM-DD hh:mm:ss"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "YYYYMMDDhhmmss"
msgstr ""
@@ -48601,6 +56649,13 @@ msgid ""
"in various formats online at"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"You can also write to some of the files to reconfigure the subsystem or "
+"switch certain features on or off."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "You can browse it interactively with \\[lq]info groff\\[rq]."
@@ -48622,11 +56677,6 @@ msgid ""
"lookup then you would edit your request-key.conf so it looks similar to this:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "You can rename any device using the"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -48637,7 +56687,7 @@ msgid ""
"exits B<devdump> or B<isodump>."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"You may also use many troff escape sequences (those sequences beginning with "
"\\e). When you need to include the backslash character as normal text, use "
@@ -48648,8 +56698,8 @@ msgid ""
"drawing graphics."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"You may force the session type to wayland or X11. This is only needed for "
"debugging purposes. XDG_SESSION_TYPE will be ignored on gnome."
@@ -48707,16 +56757,26 @@ msgstr ""
msgid "You might want to keep these desktop references close by your keyboard:"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "You will need:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Zero"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Zero on success, nonzero on errors."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Zombie"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "[ B<-V> | B<--version> ] [ B<-h> | B<--help> ]"
@@ -48732,10 +56792,10 @@ msgstr ""
msgid "[1] Cdrtools 2.01.01a08 from May 2006, http://cdrecord.berlios.de"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "[7]"
+msgid "[8]"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -48751,6 +56811,12 @@ msgstr ""
msgid "[BRIDGE] SECTION OPTIONS"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "[DHCPSERVER] SECTION OPTIONS"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -48767,19 +56833,6 @@ msgstr ""
msgid "[I<file> \\&.\\|.\\|.\\&]"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
-msgid ""
-"[I<trailer>] Terminate the link text of the preceding B<.UR> macro, with the "
-"optional I<trailer> (if present, usually a closing parenthesis and/or end-of-"
-"sentence punctuation) immediately following. For non-HTML output devices (e."
-"g., B<man -Tutf8>), the link text is followed by the URL in angle brackets; "
-"if there is no link text, the URL is printed as its own link text, "
-"surrounded by angle brackets. (Angle brackets may not be available on all "
-"output devices.) For the HTML output device, the link text is hyperlinked "
-"to the URL; if there is no link text, the URL is printed as its own link "
-"text."
-msgstr ""
-
#: debian-bookworm opensuse-leap-15-6
msgid ""
"[I<trailer>] Terminate the link text of the preceding B<\\&.UR> macro, with "
@@ -48799,6 +56852,12 @@ msgstr ""
msgid "[IPOIB] SECTION OPTIONS"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "[IPV6ACCEPTRA] SECTION OPTIONS"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -48827,10 +56886,6 @@ msgid ""
"ExecStart=/usr/sbin/foo-daemon\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable opensuse-tumbleweed
-msgid "[To be documented.]"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -48839,6 +56894,53 @@ msgid ""
"Description=Foo\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "[device]:inode\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ 16"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ 32"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ 64"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ \\ 2"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ \\ 4"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "\\ \\ 8"
+msgstr ""
+
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%eqn 1 ,"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -48863,6 +56965,16 @@ msgstr ""
msgid "\\%https://docs.kernel.org/admin-guide/kernel-parameters.html"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed
+msgid "\\%https://docs.kernel.org/networking/ip-sysctl.html"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://docs.kernel.org/networking/vrf.html"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "\\%https://docs.kernel.org/power/swsusp.html"
@@ -48891,6 +57003,7 @@ msgid "\\%https://github.com/rhboot/shim/blob/main/SBAT.md"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "\\%https://netfilter.org/projects/nftables/index.html"
msgstr ""
@@ -48925,11 +57038,16 @@ msgid "\\%https://systemd.io/RANDOM_SEEDS"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "\\%https://systemd.io/ROOT_STORAGE_DAEMONS"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "\\%https://systemd.io/USER_RECORD_BLOB_DIRS"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "\\%https://tools.ietf.org/html/rfc3339"
msgstr ""
@@ -48949,7 +57067,7 @@ msgid "\\%https://uefi.org/specifications"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "\\%https://varlink.org/"
msgstr ""
@@ -48963,11 +57081,36 @@ msgstr ""
msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems"
msgstr ""
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%pic 1 ,"
+msgstr ""
+
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%refer 1 ,"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "\\%soelim"
msgstr ""
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%tbl 1 ."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "\\%troff 1 ,"
+msgstr ""
+
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%troff 1 ."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid "\\& \"@INC\" locations of perl libraries"
@@ -49080,20 +57223,8 @@ msgid ""
"previous common is here"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\& MEMORY { \\& MEM1 (rwx) : ORIGIN : 0x1000, LENGTH = 0x14 \\& MEM2 "
-"(rwx) : ORIGIN : 0x1000, LENGTH = 0x40 \\& MEM3 (rwx) : ORIGIN : 0x2000, "
-"LENGTH = 0x40 \\& } \\& SECTIONS { \\& mem1 : { *(.data.*); } E<gt> MEM1 \\& "
-"mem2 : { *(.data.*); } E<gt> MEM2 \\& mem3 : { *(.data.*); } E<gt> MEM2 "
-"\\& } \\& \\& with input sections: \\& .data.1: size 8 \\& .data.2: size "
-"0x10 \\& .data.3: size 4 \\& \\& results in .data.1 affected to mem1, and ."
-"data.2 and .data.3 \\& affected to mem2, even though .data.3 would fit in "
-"mem3."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\& MEMORY { \\& MEM1 (rwx) : ORIGIN = 0x1000, LENGTH = 0x14 \\& MEM2 "
"(rwx) : ORIGIN = 0x1000, LENGTH = 0x40 \\& MEM3 (rwx) : ORIGIN = 0x2000, "
@@ -49359,7 +57490,7 @@ msgstr ""
msgid "\\& foo = 1 \\& foo = foo * 4 \\& foo = foo + 8"
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
msgid ""
"\\& foo.o: Adjusting branch at 0x00000008 towards \"far\" in section .text"
msgstr ""
@@ -49389,8 +57520,8 @@ msgid ""
"\\& { \\& return f(); \\& }"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "\\& ld --remap-inputs=foo.o=bar.o foo.o"
msgstr ""
@@ -49399,8 +57530,8 @@ msgstr ""
msgid "\\& ld -o E<lt>outputE<gt> /lib/crt0.o hello.o -lc"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "\\& ld foo.o --remap-inputs=foo.o=bar.o"
msgstr ""
@@ -49608,17 +57739,18 @@ msgstr ""
msgid "\\&...\n"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "\\&.SH NAME"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "\\&.\\|.\\|."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<--compress-debug-sections=none> doesn't compress DWARF debug sections. "
"B<--compress-debug-sections=zlib-gnu> compresses DWARF debug sections and "
@@ -49627,29 +57759,13 @@ msgid ""
"than renaming them it sets the SHF_COMPRESSED flag in the sections' headers."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<--compress-debug-sections=none> doesn't compress \\s-1DWARF\\s0 debug "
-"sections. B<--compress-debug-sections=zlib-gnu> compresses "
-"\\&\\s-1DWARF\\s0 debug sections and renames them to begin with B<.zdebug> "
-"instead of B<.debug>. B<--compress-debug-sections=zlib-gabi> also "
-"compresses \\s-1DWARF\\s0 debug sections, but rather than renaming them it "
-"sets the \\s-1SHF_COMPRESSED\\s0 flag in the sections' headers."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<--compress-debug-sections=zstd> compresses DWARF debug sections using "
"zstd."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<--compress-debug-sections=zstd> compresses \\s-1DWARF\\s0 debug "
-"sections using zstd."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -49678,21 +57794,14 @@ msgid ""
"B<readelf>\\|(1) and the Info entries for I<binutils> and \\&I<ld>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<ld> accepts Linker Command Language files written in a superset of "
"AT&T's Link Editor Command Language syntax, to provide explicit and total "
"control over the linking process."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<ld> accepts Linker Command Language files written in a superset of "
-"\\s-1AT&T\\s0's Link Editor Command Language syntax, to provide explicit and "
-"total control over the linking process."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -49701,8 +57810,8 @@ msgid ""
"is to run B<ld>."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<ld> may be configured to support more than one kind of object file. If "
"your B<ld> is configured this way, you can use the \\&B<--oformat> option to "
@@ -49716,22 +57825,8 @@ msgid ""
"but this option overrides it."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<ld> may be configured to support more than one kind of object file. If "
-"your B<ld> is configured this way, you can use the \\&B<--oformat> option to "
-"specify the binary format for the output object file. Even when B<ld> is "
-"configured to support alternative object formats, you don't usually need to "
-"specify this, as B<ld> should be configured to produce as a default output "
-"format the most usual format on each machine. I<output-format> is a text "
-"string, the name of a particular format supported by the \\s-1BFD\\s0 "
-"libraries. (You can list the available binary formats with B<objdump -i>.) "
-"The script command CW<\\*(C`OUTPUT_FORMAT\\*(C'> can also specify the output "
-"format, but this option overrides it."
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<ld> may be configured to support more than one kind of object file. If "
"your B<ld> is configured this way, you can use the \\&B<-b> option to "
@@ -49744,19 +57839,6 @@ msgid ""
"formats with B<objdump -i>.)"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<ld> may be configured to support more than one kind of object file. If "
-"your B<ld> is configured this way, you can use the \\&B<-b> option to "
-"specify the binary format for input object files that follow this option on "
-"the command line. Even when B<ld> is configured to support alternative "
-"object formats, you don't usually need to specify this, as B<ld> should be "
-"configured to expect as a default input format the most usual format on each "
-"machine. \\&I<input-format> is a text string, the name of a particular "
-"format supported by the \\s-1BFD\\s0 libraries. (You can list the available "
-"binary formats with B<objdump -i>.)"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -49775,22 +57857,15 @@ msgid ""
"executable."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&B<noindirect-extern-access> removes "
"GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS from .note.gnu.property section."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&B<noindirect-extern-access> removes "
-"\\&\\s-1GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS\\s0 from .note.gnu."
-"property section."
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed archlinux
msgid ""
"\\&B<perl>\t[\\ B<-sTtuUWX>\\ ] [\\ B<-hv>\\ ]\\ [\\ B<-V>[:"
"I<configvar>]\\ ] [\\ B<-cw>\\ ]\\ [\\ B<-d>[B<t>][:I<debugger>]\\ ]\\ [\\ "
@@ -49803,8 +57878,8 @@ msgid ""
"I<argument>\\ ]..."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid ""
"\\&CW<\\*(C`GNUTARGET\\*(C'> determines the input-file object format if you "
"don't use B<-b> (or its synonym B<--format>). Its value should be one of "
@@ -49820,22 +57895,6 @@ msgid ""
"in favor of convention."
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid ""
-"\\&CW<\\*(C`GNUTARGET\\*(C'> determines the input-file object format if you "
-"don't use B<-b> (or its synonym B<--format>). Its value should be one of "
-"the \\s-1BFD\\s0 names for an input format. If there is no "
-"\\&CW<\\*(C`GNUTARGET\\*(C'> in the environment, B<ld> uses the natural "
-"format of the target. If CW<\\*(C`GNUTARGET\\*(C'> is set to "
-"CW<\\*(C`default\\*(C'> then \\s-1BFD\\s0 attempts to discover the input "
-"format by examining binary input files; this method often succeeds, but "
-"there are potential ambiguities, since there is no method of ensuring that "
-"the magic number used to specify object-file formats is unique. However, "
-"the configuration procedure for \\&\\s-1BFD\\s0 on each system places the "
-"conventional format for that system first in the search-list, so ambiguities "
-"are resolved in favor of convention."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -49858,8 +57917,8 @@ msgstr ""
msgid "\\&I<Higher-Order Perl>: E<lt>https://hop.perl.plover.com/E<gt>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
msgid "\\&I<MODE> can have any of the following values:"
msgstr ""
@@ -49868,10 +57927,6 @@ msgstr ""
msgid "\\&I<Modern Perl>: E<lt>http://onyxneon.com/books/modern_perl/E<gt>"
msgstr ""
-#: mageia-cauldron debian-bookworm
-msgid "\\&I<\\s-1MODE\\s0> can have any of the following values:"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -49919,11 +57974,6 @@ msgstr ""
msgid "\\*(#[\\v'.2m'\\s-2\\&3\\s0\\v'-.2m'\\*(#]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "\\*d"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -49948,27 +57998,27 @@ msgstr ""
msgid "\\`"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\e*(Tm"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\e*(lq"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\e*(rq"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\e*R"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\e*S"
msgstr ""
@@ -49986,7 +58036,7 @@ msgid "\\eI<nnn>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "\\ee["
msgstr ""
@@ -49997,12 +58047,14 @@ msgstr ""
msgid "\\exHH"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "\\f(BItermcap\\fR Name"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "\\f(BIterminfo\\fR capability"
msgstr ""
@@ -50027,8 +58079,8 @@ msgid ""
" 13 print sane option-control messages\\fR\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable fedora-40 mageia-cauldron
+#: opensuse-tumbleweed fedora-rawhide opensuse-leap-15-6
#, no-wrap
msgid "\\f[R]\\[bu]\\fR"
msgstr ""
@@ -50144,30 +58196,37 @@ msgid ""
"^\".ft P$\n"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "^G"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "^K"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "^R"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "^X^X"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"a count of the number of events, optionally (since Linux 2.6.23) followed by "
+"the letter \\[aq]D\\[aq] if this is a deferrable timer;"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "a file descriptor becomes ready;"
@@ -50203,23 +58262,12 @@ msgstr ""
msgid "aarch64"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "ac"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "acct"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "acs magic cookie count"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "add NOTE segment for CHRP IEEE1275"
@@ -50249,7 +58297,7 @@ msgstr ""
msgid "alert (bell)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "all failed"
msgstr ""
@@ -50317,6 +58365,17 @@ msgstr ""
msgid "and typing"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "and you have a working filter."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "anon_inode:I<file-type>\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -50328,10 +58387,10 @@ msgstr ""
msgid "apply ref.pot to each of the domains in def.po"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "ar"
+msgid "architecture specific flag"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -50339,6 +58398,18 @@ msgstr ""
msgid "are enabled. This option is enabled by default."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "area is accountable"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "area uses huge tlb pages"
+msgstr ""
+
#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable fedora-40
#: fedora-rawhide opensuse-tumbleweed
#, no-wrap
@@ -50370,6 +58441,11 @@ msgstr ""
msgid "assume input is an isolinux configuration file."
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed debian-bookworm debian-unstable
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid "attempt to canonicalize hostnames via DNS"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -50397,8 +58473,8 @@ msgstr ""
msgid "base directory of .msg message catalogs"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "basic\\&.target"
msgstr ""
@@ -50459,6 +58535,11 @@ msgstr ""
msgid "boot"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "boot time, in seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "boot-complete\\&.target"
@@ -50520,6 +58601,22 @@ msgstr ""
msgid "c)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"cache buffer size in KB\n"
+"capacity number of sectors\n"
+"driver driver version\n"
+"geometry physical and logical geometry\n"
+"identify in hexadecimal\n"
+"media media type\n"
+"model manufacturer\\[aq]s model number\n"
+"settings drive settings\n"
+"smart_thresholds IDE disk management thresholds (in hex)\n"
+"smart_values IDE disk management values (in hex)\n"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -50544,9 +58641,16 @@ msgstr ""
msgid "call-nop=suffix-nop"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "capability"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"can be used to set the NIS/YP domainname and the hostname of your box in "
+"exactly the same way as the commands B<domainname>(1) and B<hostname>(1), "
+"that is:"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "capsule\\&.slice"
msgstr ""
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
@@ -50555,18 +58659,18 @@ msgstr ""
msgid "captoinfo"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "cat /lib/modules/$(uname -r)/build/.config\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "cat FILE"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid ""
-"cause the fields to print out one to a line. Otherwise, the fields will be "
-"printed several to a line to a maximum width of 60 characters."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -50617,7 +58721,12 @@ msgstr ""
msgid "cet-report=warning"
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "ch"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid ""
"chacha20-poly1305@openssh.com,\n"
@@ -50625,11 +58734,14 @@ msgid ""
"aes128-gcm@openssh.com,aes256-gcm@openssh.com\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid "change the output to I<width> characters."
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"change the ownership of each file only if its current owner and/or group "
+"match those specified here. Either may be omitted, in which case a match is "
+"not required for the omitted attribute"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "changes to the target user\\(cqs home directory"
msgstr ""
@@ -50716,7 +58828,7 @@ msgstr ""
msgid "common-page-size=value"
msgstr ""
-#: fedora-40 fedora-rawhide mageia-cauldron archlinux debian-bookworm
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
msgid "compiled terminal capability database"
msgstr ""
@@ -50725,7 +58837,13 @@ msgstr ""
msgid "compiled terminal description database"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"control which existing files are updated; UPDATE={all,none,none-fail,"
+"older(default)}."
+msgstr ""
+
+#: debian-unstable fedora-40 mageia-cauldron
msgid ""
"control which existing files are updated; UPDATE={all,none,older(default)}. "
"See below"
@@ -50776,6 +58894,16 @@ msgstr ""
msgid "create a file containing the debugging info."
msgstr ""
+#: debian-unstable
+#, no-wrap
+msgid "crontab"
+msgstr ""
+
+#: debian-unstable
+#, no-wrap
+msgid "crontab User Manual"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "cryptsetup-pre\\&.target"
@@ -50804,6 +58932,11 @@ msgid ""
"parent directory of input file]."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "currently always 0."
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -50817,7 +58950,7 @@ msgid "cursor_normal"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm
+#: opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "cvm"
msgstr ""
@@ -50890,10 +59023,16 @@ msgstr ""
msgid "dbus\\&.socket"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "dc"
+msgid "dd"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "de"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -50914,11 +59053,12 @@ msgstr ""
msgid "def.po"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid "default I<\\%termcap> terminal capability database"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "default PAM configuration file"
msgstr ""
@@ -50960,6 +59100,14 @@ msgstr ""
msgid "deleted messages"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"descendant namespace session ID hierarchy Session ID in each of the PID "
+"namespaces of which I<pid> is a member. The fields are ordered as for "
+"I<NStgid>. (Since Linux 4.1.)"
+msgstr ""
+
#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable fedora-40
#: fedora-rawhide opensuse-tumbleweed
#, no-wrap
@@ -50973,6 +59121,14 @@ msgid ""
"verifying iso9660 images."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"device /dev/sda7 mounted on /home with fstype ext3 [stats]\n"
+"( 1 ) ( 2 ) (3 ) ( 4 )\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -51006,6 +59162,12 @@ msgstr ""
msgid "disable hinting"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "disabled write to the mapped file"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -51044,7 +59206,7 @@ msgstr ""
msgid "display-manager\\&.service"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"do not attempt to clear the terminal's scrollback buffer using the extended "
"\\*(``E3\\*('' capability."
@@ -51064,11 +59226,29 @@ msgstr ""
msgid "do not check that the input is correctly sorted"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "do not copy area on fork"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not create any files"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "do not expand area on remapping"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "do not include area into core dump"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "do not install bootsector"
@@ -51105,22 +59285,26 @@ msgstr ""
msgid "done"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double horizontal line"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double intersection"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double lower left corner"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double lower right corner"
msgstr ""
@@ -51130,52 +59314,59 @@ msgstr ""
msgid "double quote"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double tee pointing down"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double tee pointing left"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double tee pointing right"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double tee pointing up"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double upper left corner"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double upper right corner"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "double vertical line"
msgstr ""
+#: archlinux
+msgid ""
+"draw a line of given width (relative to original page) around each page "
+"[argument defaults to 1pt; default is no line; width is fixed for PDF]"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "drop"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide
-#, no-wrap
-msgid "dw"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -51188,10 +59379,34 @@ msgstr ""
msgid "ebcdic"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "edit"
+msgid "echo 1 E<gt> /proc/sys/vm/drop_caches\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "echo 100000 E<gt> /proc/sys/fs/file-max\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "echo 2 E<gt> /proc/sys/vm/drop_caches\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "echo 3 E<gt> /proc/sys/vm/drop_caches\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "echo \\[aq]scsi add-single-device 1 0 5 0\\[aq] E<gt> /proc/scsi/scsi\n"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
@@ -51237,19 +59452,19 @@ msgid ""
"pc"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables B<libblkid> debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables B<libmount> debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libmount debug output"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libmount debug output."
msgstr ""
@@ -51283,19 +59498,35 @@ msgstr ""
msgid "enter_secure_mode"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "eqn(1)"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-unstable fedora-40 mageia-cauldron
msgid "equivalent to B<--update>[=I<\\,older\\/>]"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "equivalent to B<--update>[=I<\\,older\\/>]. See below"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "escape"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ex"
+msgstr ""
+
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "examine"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "exclude files that match any pattern in FILE"
@@ -51313,6 +59544,12 @@ msgstr ""
msgid "execstack"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "executable"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -51398,6 +59635,11 @@ msgstr ""
msgid "filename"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "filesystem type: the filesystem type in the form \"type[.subtype]\"."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "final\\&.target"
@@ -51631,6 +59873,24 @@ msgstr ""
msgid "futex - fast user-space locking"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "gd"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"generate an image in FORMAT available formats: i386-coreboot, i386-"
+"multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-eltorito, i386-efi, "
+"i386-ieee1275, i386-qemu, x86_64-efi, i386-xen, x86_64-xen, mipsel-yeeloong-"
+"flash, mipsel-fuloong2f-flash, mipsel-loongson-elf, powerpc-ieee1275, "
+"sparc64-ieee1275-raw, sparc64-ieee1275-cdcore, sparc64-ieee1275-aout, ia64-"
+"efi, mips-arc, mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-flash, "
+"mipsel-qemu_mips-flash, mips-qemu_mips-elf, arm-uboot, arm-coreboot-"
+"vexpress, arm-coreboot-veyron, arm-efi, arm64-efi, riscv32-efi, riscv64-efi"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -51666,6 +59926,11 @@ msgstr ""
msgid "getty\\&.target"
msgstr ""
+#: opensuse-leap-15-6 mageia-cauldron
+#, no-wrap
+msgid "gid"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "give a detailed report if the integrity check fails."
msgstr ""
@@ -51740,19 +60005,13 @@ msgstr ""
msgid "glibc 2.6. POSIX.1-2008."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "glob"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "global"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "global logindef config file"
msgstr ""
@@ -51762,10 +60021,15 @@ msgstr ""
msgid "globalaudit"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "grap(1)"
msgstr ""
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "grops 1"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "grub-editenv - edit GRUB environment block"
@@ -51923,7 +60187,6 @@ msgid "grub-syslinux2cfg - transform syslinux config into grub.cfg"
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
#, no-wrap
msgid ""
"gss-gex-sha1-,\n"
@@ -51945,6 +60208,11 @@ msgstr ""
msgid "halt\\&.target"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "has the same effect as"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -51963,12 +60231,18 @@ msgstr ""
msgid "hex FILE"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "hg"
+msgstr ""
+
+#: debian-bookworm
#, no-wrap
msgid "hh:mm"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "hh:mm:ss"
msgstr ""
@@ -52006,6 +60280,12 @@ msgstr ""
msgid "hp"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ht"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "http://www.gnu.org/software/texinfo/"
@@ -52016,16 +60296,22 @@ msgstr ""
msgid "https://github.com/vmatare/thinkfan/tree/master/examples\n"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "https://www.ausweisapp.bund.de/en"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid "https://www.ausweisapp.bund.de/sdk"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "huge page advise flag"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "hybrid-sleep\\&.target"
@@ -52057,11 +60343,12 @@ msgstr ""
msgid "iconv"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "if incorrect arguments specified,"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable
msgid "if the chroot command itself fails"
msgstr ""
@@ -52113,7 +60400,7 @@ msgid "ignore-in-shared-libs"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "ima"
msgstr ""
@@ -52149,7 +60436,7 @@ msgid ""
"double-quoted word expansions"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"indicates the I<type> of terminal. Normally this option is unnecessary, "
"because the default is taken from the environment variable B<TERM>. If B<-"
@@ -52163,6 +60450,16 @@ msgstr ""
msgid "indirect-extern-access"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"indx interface_name dmi_u dmi_g dmi_address\n"
+"2 eth0 1 0 01005e000001\n"
+"3 eth1 1 0 01005e000001\n"
+"4 eth2 1 0 01005e000001\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -52197,7 +60494,7 @@ msgstr ""
msgid "initfirst"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"initializes the environment variables B<HOME>, B<SHELL>, B<USER>, "
"B<LOGNAME>, and B<PATH>"
@@ -52315,6 +60612,12 @@ msgstr ""
msgid "intersection"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "io"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -52380,7 +60683,7 @@ msgid ""
"executed."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "item \\e- description"
msgstr ""
@@ -52442,10 +60745,16 @@ msgstr ""
msgid "kent"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "kernel documentation"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"kernel/system statistics. Varies with architecture. Common entries include:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -52734,6 +61043,12 @@ msgstr ""
msgid "line"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "lo"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -52765,8 +61080,7 @@ msgstr ""
msgid "locale name, either language or language_COUNTRY"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "locate"
msgstr ""
@@ -52782,24 +61096,24 @@ msgstr ""
msgid "lower"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "lower left"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "lower left corner"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
-msgid "lower right"
+msgid "lower right corner"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "lower right corner"
+msgid ""
+"lrw-------. 1 root root 64 Apr 16 21:33\n"
+" 7fc075d2f000-7fc075e6f000 -E<gt> /dev/zero (deleted)\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -52829,21 +61143,28 @@ msgstr ""
msgid "machines\\&.target"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"major:minor: the value of I<st_dev> for files on this filesystem (see "
+"B<stat>(2))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "make tabs line up by prepending a tab"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "man"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "man - macros to format man pages"
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "mark-plt"
msgstr ""
@@ -52854,12 +61175,60 @@ msgstr ""
msgid "max-page-size=value"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "may execute"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "may read"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "may share"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "may write"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "md5"
msgstr ""
+#: debian-unstable archlinux debian-bookworm fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "meaning"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "memory mapped I/O area"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "mergeable advise flag"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "mg"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -52877,12 +61246,30 @@ msgstr ""
msgid "mips"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "mixed map area"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "mk"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "mm"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "mode"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "month (01..12)"
@@ -52893,12 +61280,40 @@ msgstr ""
msgid "more than 24 hours have passed since the inode was written to disk."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "mount ID: a unique ID for the mount (may be reused after B<umount>(2))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "mount options: per-mount options (see B<mount>(2))."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"mount point: the pathname of the mount point relative to the process's root "
+"directory."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "mount source: filesystem-specific information or \"none\"."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
msgid "mouse"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ms"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -52917,6 +61332,12 @@ msgstr ""
msgid "muldefs"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "mw"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -52972,12 +61393,24 @@ msgstr ""
msgid "nfsidmap - The NFS idmapper upcall program"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "nh"
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "nice"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "no-huge page advise flag"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -53044,11 +61477,17 @@ msgstr ""
msgid "noindirect-extern-access"
msgstr ""
-#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "nomark-plt"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "non-linear mapping (removed in Linux 4.0)"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -53067,8 +61506,8 @@ msgstr ""
msgid "norelro"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "nosectionheader"
msgstr ""
@@ -53107,6 +61546,12 @@ msgstr ""
msgid "nounique-symbol"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "nr"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "nss-lookup\\&.target"
@@ -53147,7 +61592,7 @@ msgid ""
"display a non-existent function with B<-f>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "operation error, such as unable to allocate memory"
msgstr ""
@@ -53156,6 +61601,12 @@ msgstr ""
msgid "option mov m"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"optional fields: zero or more fields of the form \"tag[:value]\"; see below."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid "or available locally via: info \\(aq(coreutils) chroot invocation\\(aq"
@@ -53209,6 +61660,12 @@ msgstr ""
msgid "pack-relative-relocs"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "pages are locked in memory"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "pam_systemd\\&.so"
@@ -53220,9 +61677,17 @@ msgid "pam_systemd_home\\&.so"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "pam_systemd_loadkey\\&.so"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"parent ID: the ID of the parent mount (or of self for the root of this mount "
+"namespace's mount tree)."
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -53242,7 +61707,7 @@ msgstr ""
msgid "parted"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "partial success"
msgstr ""
@@ -53268,6 +61733,12 @@ msgstr ""
msgid "pending"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "perform synchronous page faults (since Linux 4.15)"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid "perl - The Perl 5 language interpreter"
@@ -53288,7 +61759,7 @@ msgstr ""
msgid "perlbook - Books about and related to Perl"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "pic(1)"
msgstr ""
@@ -53316,24 +61787,71 @@ msgstr ""
msgid "po"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "pointing down"
+msgid ""
+"pos:\t0\n"
+"flags:\t00\n"
+"mnt_id:\t11\n"
+"inotify wd:2 ino:7ef82a sdev:800001 mask:800afff ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:2af87e00220ffd73\n"
+"inotify wd:1 ino:192627 sdev:800001 mask:800afff ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:27261900802dfd73\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"pos:\t0\n"
+"flags:\t02\n"
+"mnt_id:\t10\n"
+"eventfd-count: 40\n"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"pos:\t0\n"
+"flags:\t02\n"
+"mnt_id:\t10\n"
+"sigmask:\t0000000000000006\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "pointing left"
+msgid ""
+"pos:\t0\n"
+"flags:\t02\n"
+"mnt_id:\t10\n"
+"tfd: 9 events: 19 data: 74253d2500000009\n"
+"tfd: 7 events: 19 data: 74253d2500000007\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "pointing right"
+msgid ""
+"pos:\t0\n"
+"flags:\t02\n"
+"mnt_id:\t11\n"
+"fanotify flags:0 event-flags:88002\n"
+"fanotify ino:19264f sdev:800001 mflags:0 mask:1 ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:4f261900a82dfd73\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "pointing up"
+msgid ""
+"pos: 0\n"
+"flags: 02004002\n"
+"mnt_id: 13\n"
+"clockid: 0\n"
+"ticks: 0\n"
+"settime flags: 03\n"
+"it_value: (7695568592, 640020877)\n"
+"it_interval: (0, 0)\n"
msgstr ""
#: opensuse-leap-15-6 mageia-cauldron
@@ -53367,14 +61885,6 @@ msgstr ""
msgid "print modifications but don't perform them"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid "print out the version of the program in use on standard error and exit."
-msgstr ""
-
-#: debian-bookworm opensuse-leap-15-6 archlinux
-msgid "print out tracing information on standard error as the program runs."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "print the data in sexps instead of rec format."
msgstr ""
@@ -53384,8 +61894,8 @@ msgstr ""
msgid "print this help and exit"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print verbose messages (pass twice to enable debug printing)."
msgstr ""
@@ -53435,6 +61945,12 @@ msgstr ""
msgid "pty"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "pure PFN range"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -53446,6 +61962,22 @@ msgstr ""
msgid "query-options"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"queue dropped. Number of packets that had to be dropped by the kernel "
+"because too many packets are already waiting for user space to send back the "
+"mandatory accept/drop verdicts."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"queue user dropped. Number of packets that were dropped within the netlink "
+"subsystem. Such drops usually happen when the corresponding socket buffer "
+"is full; that is, user space is not able to read messages fast enough."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -53453,17 +61985,40 @@ msgid ""
"special effect"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"r = read\n"
+"w = write\n"
+"x = execute\n"
+"s = shared\n"
+"p = private (copy on write)\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "rand"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "random read advise provided"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "rc-local\\&.service"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "rd"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "re-executes the last command."
@@ -53486,6 +62041,12 @@ msgstr ""
msgid "read text from FILE."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "readable"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -53510,7 +62071,7 @@ msgstr ""
msgid "ref.pot"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "refer(1)"
msgstr ""
@@ -53616,7 +62177,7 @@ msgstr ""
msgid "report-relative-reloc"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"reports the version of ncurses which was used in this program, and exits."
msgstr ""
@@ -53647,6 +62208,10 @@ msgid ""
"which case the caller can retry with a larger buffer.)"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "reverse the order of the output pages"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -53654,11 +62219,16 @@ msgid "riscv"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "ro"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "roff 7"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "root directory as it will be seen on runtime [default=/]."
@@ -53674,6 +62244,13 @@ msgstr ""
msgid "root directory of the syslinux disk [default=/]."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"root: the pathname of the directory in the filesystem which forms the root "
+"of this mount."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -53690,6 +62267,12 @@ msgstr ""
msgid "rpmrc Configuration"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "rr"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -53705,6 +62288,12 @@ msgstr ""
msgid "runs the last command beginning with"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "runtime"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -53785,14 +62374,8 @@ msgstr ""
msgid "sched"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "sd"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#: debian-unstable
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "sectionheader"
msgstr ""
@@ -53803,12 +62386,20 @@ msgstr ""
msgid "select"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "select even-numbered output pages"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "select face index"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "select odd-numbered output pages"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "select the given page ranges"
msgstr ""
@@ -53844,6 +62435,25 @@ msgstr ""
msgid "separate-code"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "separator: the end of the optional fields is marked by a single hyphen."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"sequence number. Every queued packet is associated with a (32-bit) "
+"monotonically increasing sequence number. This shows the ID of the most "
+"recent packet queued."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "sequential read advise provided"
+msgstr ""
+
#: opensuse-leap-15-6 debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "session"
@@ -53938,7 +62548,13 @@ msgstr ""
msgid "set_tid_address"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "setlocale(LC_ALL, \"\");\n"
+msgstr ""
+
+#: debian-bookworm
msgid ""
"sets argv[0] of the shell to \\(aqB<->\\(aq in order to make the shell a "
"login shell"
@@ -53957,10 +62573,10 @@ msgid ""
"B<HISTFILE>, E<.SM> B<ENV>, or E<.SM> B<BASH_ENV>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "sh"
+msgid "sf"
msgstr ""
#: opensuse-leap-15-6 debian-bookworm
@@ -54010,12 +62626,6 @@ msgstr ""
msgid "share-unconflicted"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "shell"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -54023,11 +62633,6 @@ msgid ""
"be printed"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "show program's version number and exit"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -54049,11 +62654,39 @@ msgstr ""
msgid "sigset_t origmask;\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"size (1) total program size\n"
+" (same as VmSize in I</proc/>pidI</status>)\n"
+"resident (2) resident set size\n"
+" (inaccurate; same as VmRSS in I</proc/>pidI</status>)\n"
+"shared (3) number of resident shared pages\n"
+" (i.e., backed by a file)\n"
+" (inaccurate; same as RssFile+RssShmem in\n"
+" I</proc/>pidI</status>)\n"
+"text (4) text (code)\n"
+"lib (5) library (unused since Linux 2.6; always 0)\n"
+"data (6) data + stack\n"
+"dt (7) dirty pages (unused since Linux 2.6; always 0)\n"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid "skip I<i> screenfuls and print a screenful of lines"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"sl local_address rem_address st tx_queue rx_queue tr rexmits tm-E<gt>when uid\n"
+" 1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0\n"
+" 1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0\n"
+" 1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sleep\\&.target"
@@ -54085,6 +62718,12 @@ msgstr ""
msgid "sockets\\&.target"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "soft-dirty flag (since Linux 3.13)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "soft-reboot\\&.target"
@@ -54155,7 +62794,17 @@ msgstr ""
msgid "speed"
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "sr"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "ssh-access\\&.target"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid ""
"ssh-ed25519,ecdsa-sha2-nistp256,\n"
@@ -54166,7 +62815,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron
-#: opensuse-tumbleweed
#, no-wrap
msgid ""
"ssh-ed25519-cert-v01@openssh.com,\n"
@@ -54184,18 +62832,24 @@ msgid ""
"rsa-sha2-512,rsa-sha2-256\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "stack segment grows down"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "stack-size=value"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "standard input and"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "standard output,"
msgstr ""
@@ -54217,6 +62871,11 @@ msgstr ""
msgid "start-stop-visibility=value"
msgstr ""
+#: opensuse-leap-15-6 debian-unstable fedora-rawhide
+#, no-wrap
+msgid "state"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
@@ -54233,7 +62892,14 @@ msgstr ""
msgid "stime"
msgstr ""
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "stop"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "storage-target-mode\\&.target"
msgstr ""
@@ -54321,6 +62987,11 @@ msgid ""
"};\n"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "super options: per-superblock options (see B<mount>(2))."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "suppress automatic printing of pattern space"
@@ -54347,6 +63018,12 @@ msgstr ""
msgid "swab"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "swap space is not reserved for the area"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "swap\\&.target"
@@ -54386,11 +63063,12 @@ msgid "system\\&.slice"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "systemd and Storage Daemons for the Root File System"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed debian-unstable
+#: fedora-rawhide
#, no-wrap
msgid "systemd-analyze srk E<gt> srk\\&.tpm2b_public\n"
msgstr ""
@@ -54446,11 +63124,17 @@ msgid "systemd-boot-random-seed\\&.service"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "systemd-bsod\\&.service"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-confext\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "systemd-coredump@\\&.service"
msgstr ""
@@ -54497,11 +63181,11 @@ msgstr ""
msgid "systemd-fsck@\\&.service"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid "systemd-fsckd\\&.service"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid "systemd-fsckd\\&.socket"
msgstr ""
@@ -54515,6 +63199,10 @@ msgstr ""
msgid "systemd-growfs@I<mountpoint>\\&.service"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "systemd-hibernate-clear\\&.service"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "systemd-hibernate-resume\\&.service"
@@ -54761,6 +63449,7 @@ msgid "systemd-soft-reboot\\&.service"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "systemd-storagetm\\&.service"
msgstr ""
@@ -54781,6 +63470,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-sysext\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "systemd-sysupdate\\&.service"
msgstr ""
@@ -54804,7 +63498,33 @@ msgstr ""
msgid "systemd-timesyncd\\&.service"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-tmpfiles-clean\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-tmpfiles-clean\\&.timer"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-tmpfiles-setup-dev-early\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-tmpfiles-setup-dev\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-tmpfiles-setup\\&.service"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "systemd-tpm2-setup\\&.service"
msgstr ""
@@ -54886,7 +63606,8 @@ msgstr ""
msgid "tab"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "tab stop initialization database"
msgstr ""
@@ -54900,7 +63621,7 @@ msgstr ""
msgid "table of mounted file systems"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "tbl(1)"
msgstr ""
@@ -54958,6 +63679,11 @@ msgstr ""
msgid "the Info entries for I<binutils>."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the PID of the process that initialized the timer;"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -54972,6 +63698,21 @@ msgid ""
"I<HHHHHHHH> (one to eight hex digits)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the bound pathname (if any) of the socket. Sockets in the abstract "
+"namespace are included in the list, and are shown with a I<Path> that "
+"commences with the character '@'."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the caller has permission to read and write the target file (either via the "
+"file's permissions mask or because it has suitable capabilities)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "the console device to be used;"
@@ -54991,17 +63732,67 @@ msgid ""
"octal digits)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the filesystem UID of the process following the link matches the owner (UID) "
+"of the symbolic link (as described in B<credentials>(7), a process's "
+"filesystem UID is normally the same as its effective UID);"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the function where the timer was initialized; and (in parentheses) the "
+"callback function that is associated with the timer."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the inode number of the socket."
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"the installation device is removable. This option is only available on EFI."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the internal kernel flags holding the status of the socket."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the internal state of the socket."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the kernel table slot number."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the link is not in a sticky world-writable directory; or"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the name of the process that initialized the timer;"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "the next to last."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the number of users of the socket."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -55022,7 +63813,7 @@ msgid ""
"foo=\\(aq(1 2)\\(aq). Later versions warn that this usage is deprecated"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "the shell listed in the passwd entry of the target user"
msgstr ""
@@ -55034,11 +63825,19 @@ msgid ""
"extended debugging mode is not enabled"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "the shell specified with B<--shell>"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the socket type. For B<SOCK_STREAM> sockets, this is 0001; for "
+"B<SOCK_DGRAM> sockets, it is 0002; and for B<SOCK_SEQPACKET> sockets, it is "
+"0005."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "the standard error,"
msgstr ""
@@ -55048,6 +63847,28 @@ msgstr ""
msgid "the standard round-robin time-sharing policy;"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the symbolic link and its parent directory have the same owner (UID)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"the target file does not have both its set-group-ID and group-executable "
+"mode bits enabled; and"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the target file does not have its set-user-ID mode bit enabled;"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "the target is a regular file;"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -55100,7 +63921,7 @@ msgstr ""
msgid "to restore default color"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "tomorrow"
msgstr ""
@@ -55111,6 +63932,10 @@ msgstr ""
msgid "top"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "tpm2\\&.target"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "try hard to find a smaller set of changes"
@@ -55122,12 +63947,29 @@ msgid ""
"turning off restricted mode with B<set +r> or B<shopt -u restricted_shell>."
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "type:[inode]\n"
+msgstr ""
+
+#: opensuse-leap-15-6 mageia-cauldron
+#, no-wrap
+msgid "uid"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "ultimately \\*(``/dev/tty\\*(''"
msgstr ""
-#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "um"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable
#, no-wrap
msgid ""
"umac-64-etm@openssh.com,umac-128-etm@openssh.com,\n"
@@ -55265,22 +64107,14 @@ msgstr ""
msgid "upper"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "upper left"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "upper left corner"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux
-#, no-wrap
-msgid "upper right"
-msgstr ""
-
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "upper right corner"
msgstr ""
@@ -55344,6 +64178,12 @@ msgstr ""
msgid "use PROGRAM to compare files"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"use RFILE's ownership rather than specifying values RFILE is always "
+"dereferenced if a symbolic link."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "use STRING as product name"
@@ -55379,7 +64219,7 @@ msgid "use identifier file even if UUID is available"
msgstr ""
#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "user"
msgstr ""
@@ -55415,6 +64255,18 @@ msgstr ""
msgid "user\\&.slice"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "userfaultfd missing pages tracking (since Linux 4.3)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "userfaultfd wprotect pages tracking (since Linux 4.3)"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -55438,6 +64290,12 @@ msgstr ""
msgid "utime"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "uw"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
msgid ""
@@ -55475,7 +64333,7 @@ msgstr ""
msgid "vertical line"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "vgrind(1)"
msgstr ""
@@ -55497,6 +64355,12 @@ msgstr ""
msgid "wdiff 1.2.2"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "wf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
@@ -55541,11 +64405,46 @@ msgid ""
"head of the queue can later be declared as:"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "whether the process creates a lot of children using B<fork>(2) (+);"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "whether the process has a low nice value (i.e., E<gt> 0) (+); and"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"whether the process has been running a long time, or has used a lot of CPU "
+"time (-);"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "whether the process is making direct hardware access (-)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "whether the process is privileged (-)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid "whois - client for the whois directory service"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"will cause host scsi1 to scan on SCSI channel 0 for a device on ID 5 LUN 0. "
+"If there is already a device known on this address or the address is "
+"invalid, an error will be returned."
+msgstr ""
+
#: opensuse-leap-15-6 debian-bookworm
msgid ""
"will fix the extension of your html files. Provide an empty string for "
@@ -55557,7 +64456,7 @@ msgstr ""
msgid "will get you there."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"will move all resources appearing in a document to the document prologue, "
"removing redundant copies. The output file can then be put through page re-"
@@ -55601,6 +64500,12 @@ msgid ""
"will turn them into I<foo001>, ..., I<foo009>, I<foo010>, ..., I<foo278>. And"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "wipe on fork (since Linux 4.14)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -55644,12 +64549,24 @@ msgid ""
"for each I<name>, even if"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "wr"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "wrap"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "writable"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "write output to FILE [default=stdout]."
@@ -55690,8 +64607,8 @@ msgstr ""
msgid "x86-64-v4"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "x86_64"
msgstr ""
@@ -55723,12 +64640,16 @@ msgstr ""
msgid "zstd 1.5.4"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "zstd 1.5.5"
msgstr ""
+#: archlinux fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "zstd 1.5.6"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "}\n"
@@ -55739,6 +64660,16 @@ msgstr ""
msgid "~/\\&.config/environment\\&.d/*\\&.conf"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "~/\\&.config/user-tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "~/\\&.local/share/user-tmpfiles\\&.d/*\\&.conf"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
diff --git a/templates/common/min-003-occurences.pot b/templates/common/min-003-occurences.pot
index da48dd02..b5d1d521 100644
--- a/templates/common/min-003-occurences.pot
+++ b/templates/common/min-003-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-09 17:48+0100\n"
+"POT-Creation-Date: 2024-06-14 16:26+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"
@@ -11,79 +11,138 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
" [\n"
-"B<--check-hash-based-pycs>\n"
-"I<default>\n"
-"|\n"
-"I<always>\n"
-"|\n"
-"I<never>\n"
+"B<--help>\n"
+"]\n"
+"[\n"
+"B<--help-env>\n"
+"]\n"
+"[\n"
+"B<--help-xoptions>\n"
+"]\n"
+"[\n"
+"B<--help-all>\n"
"]\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
" [\n"
-"B<-c>\n"
-"I<command>\n"
-"|\n"
-"I<script>\n"
-"|\n"
-"-\n"
+"B<-m>\n"
+"I<module-name>\n"
+"]\n"
+"[\n"
+"B<-q>\n"
+"]\n"
+"[\n"
+"B<-O>\n"
+"]\n"
+"[\n"
+"B<-OO>\n"
+"]\n"
+"[\n"
+"B<-P>\n"
"]\n"
"[\n"
-"I<arguments>\n"
+"B<-s>\n"
+"]\n"
+"[\n"
+"B<-S>\n"
+"]\n"
+"[\n"
+"B<-u>\n"
"]\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid ""
+" [\n"
+"B<-v>\n"
+"]\n"
+"[\n"
+"B<-V>\n"
+"]\n"
+"[\n"
+"B<-W>\n"
+"I<argument>\n"
+"]\n"
+"[\n"
+"B<-x>\n"
+"]\n"
+"[\n"
+"B<-X>\n"
+"I<option>\n"
+"]\n"
+"[\n"
+"B<-?>\n"
+"]\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
-msgid " -X faulthandler: enable faulthandler\n"
+msgid ""
+" -X dev: enable CPython's \"development mode\", introducing additional runtime\n"
+" checks which are too expensive to be enabled by default. It will not be\n"
+" more verbose than the default if the code is correct: new warnings are\n"
+" only emitted when an issue is detected. Effect of the developer mode:\n"
+" * Add default warning filter, as -W default\n"
+" * Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()\n"
+" C function\n"
+" * Enable the faulthandler module to dump the Python traceback on a crash\n"
+" * Enable asyncio debug mode\n"
+" * Set the dev_mode attribute of sys.flags to True\n"
+" * io.IOBase destructor logs close() exceptions\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X importtime: show how long each import takes. It shows module name,\n"
-" cumulative time (including nested imports) and self time (excluding\n"
-" nested imports). Note that its output may be broken in multi-threaded\n"
-" application. Typical usage is python3 -X importtime -c 'import asyncio'\n"
+" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n"
+" The default is \"on\" (or \"off\" if you are running a local build).\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X showrefcount: output the total reference count and number of used\n"
-" memory blocks when the program finishes or after each statement in the\n"
-" interactive interpreter. This only works on debug builds\n"
+" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n"
+" This helps avoid denial of service attacks when parsing untrusted data.\n"
+" The default is sys.int_info.default_max_str_digits. 0 disables.\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X tracemalloc: start tracing Python memory allocations using the\n"
-" tracemalloc module. By default, only the most recent frame is stored in a\n"
-" traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a\n"
-" traceback limit of NFRAME frames\n"
+" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n"
+" information (end line, start column offset and end column offset) to every\n"
+" instruction in code objects. This is useful when smaller code objects and pyc\n"
+" files are desired as well as suppressing the extra visual location indicators\n"
+" when the interpreter displays tracebacks.\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n"
-" locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would\n"
-" otherwise activate automatically). See PYTHONUTF8 for more details\n"
+" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n"
+" given directory instead of to the code tree.\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -179,6 +238,18 @@ msgstr ""
msgid " close(fd);\n"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid ""
+" -Wdefault # Warn once per call location\n"
+" -Werror # Convert to exceptions\n"
+" -Walways # Warn every time\n"
+" -Wmodule # Warn once per calling module\n"
+" -Wonce # Warn once per Python process\n"
+" -Wignore # Never warn\n"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -242,25 +313,8 @@ msgstr ""
msgid "&"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(7)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(8)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(9)"
-msgstr ""
-
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "(and similar)"
msgstr ""
@@ -466,6 +520,11 @@ msgstr ""
msgid "/proc"
msgstr ""
+#: mageia-cauldron
+#, no-wrap
+msgid "/proc Functions"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -558,6 +617,11 @@ msgstr ""
msgid "0200"
msgstr ""
+#: debian-unstable
+#, no-wrap
+msgid "03/26/2024"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -604,23 +668,12 @@ msgstr ""
msgid "11/20/2022"
msgstr ""
-#: opensuse-tumbleweed
-#, no-wrap
-msgid "12/06/2023"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "129"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "17"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -633,17 +686,6 @@ msgstr ""
msgid "18."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "19"
-msgstr ""
-
-#: debian-bookworm debian-unstable
-#, no-wrap
-msgid "19 April 2010"
-msgstr ""
-
#: mageia-cauldron
#, no-wrap
msgid "24.2"
@@ -660,12 +702,6 @@ msgstr ""
msgid "25 SCSI/USB trace"
msgstr ""
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "26"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -678,8 +714,8 @@ msgstr ""
msgid "28"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "29"
msgstr ""
@@ -696,6 +732,18 @@ msgstr ""
msgid "6.2"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "62"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "63"
+msgstr ""
+
#: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable
#: fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
@@ -714,8 +762,8 @@ msgstr ""
msgid "76"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "78"
msgstr ""
@@ -779,24 +827,30 @@ msgstr ""
msgid "A single whitespace character (usually a newline)."
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "ANSI Escape Code (Wikipedia)"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 190\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 202\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 208\\&."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "Additional info and hints can be obtained from our"
msgstr ""
-#: archlinux
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
msgid ""
"Additional info and hints can be obtained from our mailing-List archive at: "
"I<http://www.sane-project.org/mailing-lists.html>."
@@ -834,6 +888,11 @@ msgid ""
"Alternatively, Asynchronous I/O library (I<libaio>, I<-laio>); see NOTES."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Amount of memory allocated to kernel stacks."
+msgstr ""
+
#: opensuse-leap-15-6
msgid "An error occurred."
msgstr ""
@@ -855,20 +914,6 @@ msgstr ""
msgid "At present, the following scanners should work with this backend:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Augments the default search path for module files. The format is the same "
-"as the shell's $PATH: one or more directory pathnames separated by colons. "
-"Non-existent directories are silently ignored. The default search path is "
-"installation dependent, but generally begins with ${prefix}/lib/"
-"pythonE<lt>versionE<gt> (see PYTHONHOME above). The default search path is "
-"always appended to $PYTHONPATH. If a script argument is given, the "
-"directory containing the script is inserted in the path in front of "
-"$PYTHONPATH. The search path can be manipulated from within a Python "
-"program as the variable I<sys.path>."
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron
#, no-wrap
@@ -904,6 +949,14 @@ msgid ""
"B<#include E<lt>sys/mman.hE<gt>>\n"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -964,10 +1017,8 @@ msgstr ""
msgid "B<#include E<lt>linux/module.hE<gt>>\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<#include E<lt>stdarg.hE<gt>>\n"
+#: mageia-cauldron
+msgid "B<#include E<lt>linux/proc_fs.hE<gt>>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1179,6 +1230,10 @@ msgstr ""
msgid "B<--author>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<--background=>I<COLOR>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -1196,18 +1251,6 @@ msgstr ""
msgid "B<--cert=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<--check-hash-based-pycs >I<mode>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--clean>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide
msgid "B<--config> E<lt>fileE<gt>"
msgstr ""
@@ -1225,12 +1268,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--dereference>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--discover>"
msgstr ""
@@ -1241,6 +1278,11 @@ msgid "B<--dump>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "B<--entry-token=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--fatal-warnings>"
@@ -1299,6 +1341,18 @@ msgstr ""
msgid "B<--heap> I<reserve>B<,>I<commit>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "B<--help-env>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "B<--help-xoptions>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1306,7 +1360,7 @@ msgid "B<--hide>=I<\\,PATTERN\\/>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<--human>"
msgstr ""
@@ -1392,8 +1446,8 @@ msgstr ""
msgid "B<--no-hostname>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--no-proxy>"
msgstr ""
@@ -1409,7 +1463,7 @@ msgstr ""
msgid "B<--no-timeout>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--notruncate>"
msgstr ""
@@ -1475,9 +1529,10 @@ msgstr ""
msgid "B<--repo E<lt>repoidE<gt>>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-msgid "B<--runtime>"
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--resolve>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1486,8 +1541,8 @@ msgstr ""
msgid "B<--show-control-chars>"
msgstr ""
-#: archlinux opensuse-tumbleweed fedora-40 fedora-rawhide debian-bookworm
-#: debian-unstable opensuse-leap-15-6
+#: archlinux opensuse-tumbleweed debian-unstable fedora-40 fedora-rawhide
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<--silent>"
msgstr ""
@@ -1522,8 +1577,8 @@ msgstr ""
msgid "B<--subsystem> I<which>B<:>I<major>B<.>I<minor>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
msgid "B<--summary>"
msgstr ""
@@ -1633,8 +1688,7 @@ msgstr ""
msgid "B<-?, --help>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable opensuse-leap-15-6
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-A>, B<--all>"
msgstr ""
@@ -1651,10 +1705,14 @@ msgstr ""
msgid "B<-B>, B<--ignore-backups>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-B>, B<--log-io> I<file>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<-C>, B<--capsule=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1695,7 +1753,7 @@ msgstr ""
msgid "B<-F>, B<--classify>[=I<\\,WHEN\\/>]"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6
msgid "B<-F>, B<--no-fork>"
msgstr ""
@@ -1723,7 +1781,7 @@ msgstr ""
msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-I>, B<--log-in> I<file>"
msgstr ""
@@ -1733,7 +1791,7 @@ msgstr ""
msgid "B<-K>, B<--zfs-key>=I<\\,FILE\\/>|prompt"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L>, B<--color>[=I<when>]"
msgstr ""
@@ -1744,15 +1802,14 @@ msgid "B<-L>, B<--logical>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<-OO>"
+msgid "B<-P, --project>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux
#, no-wrap
-msgid "B<-P, --project>"
+msgid "B<-P> I<\\,INPAPER\\/>, B<--inpaper> I<\\,INPAPER\\/>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1761,7 +1818,7 @@ msgstr ""
msgid "B<-P> I<prefix>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-P>, B<--inpaper>=I<\\,PAPER\\/>"
msgstr ""
@@ -1784,7 +1841,7 @@ msgstr ""
msgid "B<-T>, B<--initial-tab>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-T>, B<--log-timing> I<file>"
msgstr ""
@@ -1801,35 +1858,17 @@ msgid "B<-U> I<[d|i|l|e|x|h]>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-V , --version>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-V --version>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-W >I<argument>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-W>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-X >I<option>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -1843,7 +1882,7 @@ msgid "B<-a>, B<--text>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--backup>"
msgstr ""
@@ -1860,12 +1899,6 @@ msgstr ""
msgid "B<-b>, B<--escape>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-c >I<command>"
-msgstr ""
-
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-c, --cache N>"
@@ -1907,7 +1940,7 @@ msgstr ""
msgid "B<-d>, B<--device>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-d>, B<--divisor> I<number>"
msgstr ""
@@ -1922,7 +1955,7 @@ msgstr ""
msgid "B<-e>, B<--escape>=I<\\,CHAR\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--file> I<file>"
msgstr ""
@@ -1938,8 +1971,8 @@ msgstr ""
msgid "B<-f>, B<--follow>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-f>, B<--ignore-case>"
msgstr ""
@@ -1951,12 +1984,6 @@ msgid "B<-f>, B<--silent>, B<--quiet>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-h , -? , --help>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-i>, B<--ignore-garbage>"
@@ -1979,8 +2006,8 @@ msgstr ""
msgid "B<-i>, B<--input>=I<\\,INPUTFILE\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid "B<-k>, B<--kernel>"
msgstr ""
@@ -1990,7 +2017,7 @@ msgstr ""
msgid "B<-k>, B<--kibibytes>"
msgstr ""
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
msgid "B<-l>, B<--length> I<length>"
msgstr ""
@@ -1999,19 +2026,13 @@ msgstr ""
msgid "B<-l>, B<--user>=I<\\,USER\\/>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-m >I<module-name>"
-msgstr ""
-
#: archlinux
#, no-wrap
msgid "B<-n>, B<--no-keepalive>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<-n>I<n>"
msgstr ""
@@ -2021,13 +2042,18 @@ msgstr ""
msgid "B<-p, --print-profile>"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "B<-p> I<\\,PAPER\\/>, B<--paper> I<\\,PAPER\\/>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-p>, B<--indicator-style>=I<\\,slash\\/>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-p>, B<--paper>=I<\\,PAPER\\/>"
msgstr ""
@@ -2103,7 +2129,7 @@ msgstr ""
msgid "B<-t>, B<--to-code>=I<\\,NAME\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-u>, B<--notruncate>"
msgstr ""
@@ -2150,6 +2176,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<128>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<AF_NETLINK>"
msgstr ""
@@ -2195,10 +2227,8 @@ msgstr ""
msgid "B<CLONE_NEWCGROUP> (since Linux 4.6)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<E>"
+#: debian-unstable
+msgid "B<Christian Kastner> E<lt>\\&ckk@debian\\&.org\\&E<gt>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -2267,7 +2297,7 @@ msgstr ""
msgid "B<ENOPROTOOPT>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOSPC>, B<EDQUOT>"
msgstr ""
@@ -2304,6 +2334,10 @@ msgstr ""
msgid "B<EUCLEAN>"
msgstr ""
+#: debian-unstable
+msgid "B<Georges Khaznadar> E<lt>\\&georgesk@debian\\&.org\\&E<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2346,6 +2380,11 @@ msgstr ""
msgid "B<IPC_STAT>"
msgstr ""
+#: debian-unstable
+msgid ""
+"B<Javier Fern\\('andez-Sanguino Pe\\(~na> E<lt>\\&jfs@debian\\&.org\\&E<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2376,19 +2415,13 @@ msgstr ""
msgid "B<KEY_SPEC_USER_SESSION_KEYRING>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "B<L>"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<LC_MONETARY>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBFDISK_DEBUG>=all"
msgstr ""
@@ -2400,7 +2433,7 @@ msgstr ""
msgid "B<LIBMOUNT_MTAB>=E<lt>pathE<gt>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LOCK_BLOCK_DEVICE>=E<lt>modeE<gt>"
msgstr ""
@@ -2476,6 +2509,10 @@ msgstr ""
msgid "B<PROT_WRITE>"
msgstr ""
+#: debian-unstable
+msgid "B<Paul Vixie> E<lt>\\&paul@vix\\&.com\\&E<gt>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2525,6 +2562,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<SO_PEERCRED>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<SPLICE_F_GIFT>"
msgstr ""
@@ -2564,6 +2607,10 @@ msgstr ""
msgid "B<S_TIME_FORMAT>"
msgstr ""
+#: debian-unstable
+msgid "B<Steve Greenland> E<lt>\\&stevegr@debian\\&.org\\&E<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2576,8 +2623,8 @@ msgstr ""
msgid "B<TMPDIR>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<TZ>"
msgstr ""
@@ -2683,8 +2730,8 @@ msgstr ""
msgid "B<access>(2)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<alert>"
msgstr ""
@@ -2736,8 +2783,8 @@ msgstr ""
msgid "B<copy>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<crit>"
msgstr ""
@@ -2775,8 +2822,8 @@ msgid ""
"debian.org> Andreas Bombe E<.ME .>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<err>"
msgstr ""
@@ -2857,8 +2904,8 @@ msgstr ""
msgid "B<home>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
#, no-wrap
msgid "B<host>"
msgstr ""
@@ -2917,6 +2964,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<ll>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<lseek>(2)"
msgstr ""
@@ -2989,7 +3042,7 @@ msgstr ""
msgid "B<pause>(2)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<poll>(2), B<select>(2) (and similar)"
msgstr ""
@@ -3001,13 +3054,6 @@ msgid "B<posix>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-"
-"I> ]"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<quota>"
@@ -3115,8 +3161,8 @@ msgstr ""
msgid "B<services>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<setsid>(2)"
msgstr ""
@@ -3192,13 +3238,13 @@ msgid "B<submit@bugs.debian.org>"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-tumbleweed opensuse-leap-15-6
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<swap>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<syslog>"
msgstr ""
@@ -3213,7 +3259,7 @@ msgstr ""
msgid "B<tar>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<time>"
msgstr ""
@@ -3266,7 +3312,7 @@ msgstr ""
msgid "B<version>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<warn>"
msgstr ""
@@ -3283,12 +3329,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<z>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "B<|>"
msgstr ""
@@ -3328,6 +3368,10 @@ msgstr ""
msgid "BindInterface"
msgstr ""
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6
+msgid "Bold"
+msgstr ""
+
#: archlinux
msgid ""
"Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> "
@@ -3359,7 +3403,7 @@ msgid "COMMAND"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "CONFIGURATION FILES"
msgstr ""
@@ -3435,18 +3479,6 @@ msgid "CertificateFile"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Change the location of the standard Python libraries. By default, the "
-"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and "
-"${exec_prefix}/lib/pythonE<lt>versionE<gt>, where ${prefix} and "
-"${exec_prefix} are installation-dependent directories, both defaulting to I</"
-"usr/local>. When $PYTHONHOME is set to a single directory, its value "
-"replaces both ${prefix} and ${exec_prefix}. To specify different values for "
-"these, set $PYTHONHOME to ${prefix}:${exec_prefix}."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "CheckHostIP"
@@ -3521,12 +3553,6 @@ msgid "Commands"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Configure how Python evaluates the up-to-dateness of hash-based .pyc files."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "ConnectTimeout"
@@ -3561,6 +3587,10 @@ msgstr ""
msgid "ControlPersist"
msgstr ""
+#: debian-unstable
+msgid "Copyright \\(co 1994 Paul Vixie"
+msgstr ""
+
#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
@@ -3595,17 +3625,6 @@ msgid "Debug tool for filesystem driver."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "Debug-mode variables"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Developer resources: https://devguide.python.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Device nodes"
@@ -3621,14 +3640,6 @@ msgstr ""
msgid "Disable low-speed timeouts for downloads."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Disable the import of the module I<site> and the site-dependent "
-"manipulations of I<sys.path> that it entails. Also disable these "
-"manipulations if I<site> is explicitly imported later."
-msgstr ""
-
#: debian-bookworm debian-unstable
msgid "Display a help list."
msgstr ""
@@ -3656,49 +3667,28 @@ msgstr ""
msgid "Display the program version."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable
msgid ""
-"Do B<-O> and also discard docstrings; change the filename for compiled "
-"(bytecode) files by adding .opt-2 before the .pyc extension."
+"Distribute freely, except: don\\*(Aqt remove my name from the source or "
+"documentation (don\\*(Aqt take credit for my work), mark your changes "
+"(don\\*(Aqt get me blamed for your possible bugs), don\\*(Aqt alter or "
+"remove this notice\\&. May be sold if buildable source is provided to "
+"buyer\\&. No warranty of any kind, express or implied, is included with this "
+"software; use at your own risk, responsibility for damages (if any) to "
+"anyone resulting from the use of this software rests entirely with the "
+"user\\&."
msgstr ""
#: archlinux
msgid "Do not colorize output\\&."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Do not print the version and copyright messages. These messages are also "
-"suppressed in non-interactive mode."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"Documentation for installed Python modules and packages can be viewed by "
-"running the B<pydoc> program."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Documentation: https://docs.python.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Don't add user site directory to sys.path."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Downloads: https://www.python.org/downloads/"
+"Don't automatically prepend a potentially unsafe path to B<sys.path> such as "
+"the current directory, the script's directory or an empty string. See also "
+"the B<PYTHONSAFEPATH> environment variable."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
@@ -3706,7 +3696,7 @@ msgstr ""
msgid "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.MT vixie@isc.org> Paul Vixie E<.ME>"
msgstr ""
@@ -3754,6 +3744,14 @@ msgstr ""
msgid "Each line is in the form"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Empty fields match all values; trailing empty fields may be omitted. For "
+"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning "
+"warnings."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -3763,6 +3761,20 @@ msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
+msgid "Environment variables"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Equivalent to B<--value> B<--property=>, i\\&.e\\&. shows the value of the "
+"property without the property name or \"=\"\\&. Note that using B<-P> once "
+"will also affect all properties listed with B<-p>/B<--property=>\\&."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
msgid "Escape sequences"
msgstr ""
@@ -3778,6 +3790,12 @@ msgstr ""
msgid "Example output"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"Execute operation on a capsule\\&. Specify a capsule name to connect to\\&. "
+"See B<capsule@.service>(5) for details about capsules\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -3877,6 +3895,12 @@ msgstr ""
msgid "Fl p Ar port"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Fl t Ar type"
+msgstr ""
+
#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3917,13 +3941,6 @@ msgid ""
"For more information about the fields of this structure, see B<passwd>(5)."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Force the stdout and stderr streams to be unbuffered. This option has no "
-"effect on the stdin stream."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -3969,14 +3986,14 @@ msgstr ""
msgid "GNU gettext-runtime 0.21"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "GNU gettext-runtime 0.21.1"
msgstr ""
-#: archlinux fedora-rawhide
+#: archlinux mageia-cauldron opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
-msgid "GNU gettext-runtime 0.22.2"
+msgid "GNU gettext-runtime 0.22.5"
msgstr ""
#: opensuse-tumbleweed
@@ -4085,45 +4102,19 @@ msgstr ""
msgid "I<$XDG_RUNTIME_DIR>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "I<${exec_prefix}/bin/python>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</dev/random>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</dev/urandom>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</etc/adjtime>"
msgstr ""
@@ -4169,6 +4160,90 @@ msgstr ""
msgid "I</etc/services>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</cgroup> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</numa_maps> (since Linux 2.6.14)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/cgroups> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/key-users> (since Linux 2.6.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/keys> (since Linux 2.6.10)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/loadavg>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/meminfo>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/arp>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/dev>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/snmp>"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/slabinfo>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-max-size> (since Linux 2.6.35)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-user-pages-hard> (since Linux 4.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-user-pages-soft> (since Linux 4.5)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -4191,6 +4266,12 @@ msgstr ""
msgid "I<Broadcast=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<CacheDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CapabilityBoundingSet=>"
@@ -4201,6 +4282,12 @@ msgstr ""
msgid "I<Compress=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ConfigurationDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<DNS=>"
@@ -4242,7 +4329,7 @@ msgid "I<Driver=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Encrypt=>"
msgstr ""
@@ -4251,13 +4338,19 @@ msgstr ""
msgid "I<Environment=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<FileDescriptorStorePreserve=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<FirewallMark=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Flags=>"
msgstr ""
@@ -4284,6 +4377,14 @@ msgstr ""
msgid "I<Hostname=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<IPv4Forwarding=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<IPv6Forwarding=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<IPv6PrivacyExtensions=>"
@@ -4334,6 +4435,12 @@ msgstr ""
msgid "I<LoaderImageIdentifier>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<LogsDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MACSpoofCheck=>"
@@ -4364,6 +4471,12 @@ msgstr ""
msgid "I<NUMAPolicy=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Name>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<OOMPolicy=>"
@@ -4404,6 +4517,11 @@ msgstr ""
msgid "I<Property=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ProtectSystem=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Protocol=>"
@@ -4444,6 +4562,12 @@ msgstr ""
msgid "I<RouteTable=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<RuntimeDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<RuntimeMaxSec=>"
@@ -4486,6 +4610,18 @@ msgstr ""
msgid "I<SplitMode=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<State>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<StateDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SystemCallArchitectures=>"
@@ -4531,6 +4667,11 @@ msgstr ""
msgid "I<Unit=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<UseDomains=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<VLANId=>"
@@ -4641,17 +4782,40 @@ msgstr ""
msgid "I<fstab\\&.extra>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid "I<home\\&.create\\&.*>"
+msgstr ""
+
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "I<http://www.sane-project.org/mailing-lists.html>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ino>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<journal\\&.forward_to_socket>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<journal\\&.storage>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "I<lorder>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<mask>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4670,7 +4834,7 @@ msgstr ""
msgid "I<offset>"
msgstr ""
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<other>"
@@ -4709,6 +4873,11 @@ msgstr ""
msgid "I<quotacheck\\&.mode=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<resume_offset=>"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -4743,11 +4912,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<systemd\\&.firstboot=>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.getty_auto=>"
msgstr ""
@@ -4818,18 +4982,6 @@ msgid "INPUTFILE ..."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "INTERNET RESOURCES"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "INTERPRETER INTERFACE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "IPQoS"
@@ -4871,8 +5023,8 @@ msgstr ""
msgid "IdentityFile"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid ""
"If I<pathname> is an empty string, operate on the file referred to by "
"I<dirfd> (which may have been obtained using the B<open>(2) B<O_PATH> "
@@ -4887,41 +5039,12 @@ msgstr ""
msgid "If I<x> is integral, +0, -0, NaN, or infinite, I<x> itself is returned."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for "
-"generating the hash() of the types covered by the hash randomization. Its "
-"purpose is to allow repeatable hashing, such as for selftests for the "
-"interpreter itself, or to allow a cluster of python processes to share hash "
-"values."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If available, the script name and additional arguments thereafter are passed "
-"to the script in the Python variable I<sys.argv>, which is a list of strings "
-"(you must first I<import sys> to be able to access it). If no script name "
-"is given, I<sys.argv[0]> is an empty string; if B<-c> is used, I<sys."
-"argv[0]> contains the string I<'-c'.> Note that options interpreted by the "
-"Python interpreter itself are not placed in I<sys.argv>."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If no FILE is specified then the command acts like a filter, getting the "
"data from standard input and writing the result to standard output."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If set to a non-empty string, Python will print statistics of the pymalloc "
-"memory allocator every time a new pymalloc object arena is created, and on "
-"shutdown."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -4948,146 +5071,12 @@ msgid ""
"same as I<x>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to 0, it disables the default debugger. "
-"It can be set to the callable of your debugger of choice."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, I<faulthandler."
-"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, "
-"SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, Python will show "
-"how long each import takes. This is exactly equivalent to setting B<-X "
-"importtime> on the command line."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, enable the debug "
-"mode of the asyncio module."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, start tracing "
-"Python memory allocations using the tracemalloc module."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set, I<sys.argv[0]> will be set to its value "
-"instead of the value got through the C runtime. Only works on Mac OS X."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set, Python will dump objects and reference "
-"counts still alive after shutting down the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid ""
-"If this is set before running the interpreter, it overrides the encoding used\n"
-"for stdin/stdout/stderr, in the syntax\n"
-"I<encodingname>B<:>I<errorhandler>\n"
-"The\n"
-"I<errorhandler>\n"
-"part is optional and has the same meaning as in str.encode. For stderr, the\n"
-"I<errorhandler>\n"
-" part is ignored; the handler will always be \\'backslashreplace\\'.\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a comma-separated string it is equivalent to specifying "
-"the B<-W> option for each separate value."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"B> option (don't try to write I<.pyc> files)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"O> option. If set to an integer, it is equivalent to specifying B<-O> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"d> option. If set to an integer, it is equivalent to specifying B<-d> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"i> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"s> option (Don't add the user site directory to sys.path)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"u> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"v> option. If set to an integer, it is equivalent to specifying B<-v> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is the name of a readable file, the Python commands in that file are "
-"executed before the first prompt is displayed in interactive mode. The file "
-"is executed in the same name space where interactive commands are executed "
-"so that objects defined or imported in it can be used without qualification "
-"in the interactive session. You can also change the prompts I<sys.ps1> and "
-"I<sys.ps2> in this file."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"If this variable is set to \"random\", a random value is used to seed the "
-"hashes of str and bytes objects."
+"If this is set to a non-empty string, don't automatically prepend a "
+"potentially unsafe path to B<sys.path> such as the current directory, the "
+"script's directory or an empty string. See also the B<-P> option."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5106,6 +5095,13 @@ msgstr ""
msgid "If you have support questions, send them to"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If you notice any strange behavior, please report to the backend maintainer "
+"or to the SANE mailing list."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5113,25 +5109,10 @@ msgid ""
"send a subscription request to"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the "
-"behavior of the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable fedora-rawhide
msgid ""
-"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second "
-"prompt (which appears when a command is not complete) is `...'. The prompts "
-"can be changed by assignment to I<sys.ps1> or I<sys.ps2>. The interpreter "
-"quits when it reads an EOF at a prompt. When an unhandled exception occurs, "
-"a stack trace is printed and control returns to the primary prompt; in non-"
-"interactive mode, the interpreter exits after printing the stack trace. The "
-"interrupt signal raises the I<Keyboard\\%Interrupt> exception; other UNIX "
-"signals are not caught (except that SIGPIPE is sometimes ignored, in favor "
-"of the I<IOError> exception). Error messages are written to stderr."
+"In place of the directory path a \"\\&.v/\" versioned directory may be "
+"specified, see B<systemd.v>(7) for details\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5141,11 +5122,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Interface Portability and Stability Promise"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Invalid argument passed."
msgstr ""
@@ -5155,17 +5131,15 @@ msgid "Invalid argument."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Issue warnings about str(bytes_instance), str(bytearray_instance) and "
-"comparing bytes/bytearray with str. (-bb: issue errors)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Journal JSON Format"
msgstr ""
+#: mageia-cauldron
+#, no-wrap
+msgid "July 1997"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -5208,8 +5182,12 @@ msgstr ""
msgid "KbdInteractiveDevices"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
+msgid "Keith Owens E<lt>kaos@ocs.com.auE<gt>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Kernel"
msgstr ""
@@ -5489,47 +5467,40 @@ msgstr ""
msgid "LEFT SINGLE QUOTATION MARK"
msgstr ""
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_FSTAB=E<lt>pathE<gt>"
-msgstr ""
-
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_MTAB=E<lt>pathE<gt>"
-msgstr ""
-
-#: opensuse-leap-15-6
-msgid "LIBSMARTCOLS_DEBUG=all"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "LICENSING"
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "LINES"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LIST"
msgstr ""
+#: debian-bookworm
+msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Landlock is supported by the kernel but disabled at boot time."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Limit the maximum digit characters in an int value when converting from a "
+"string and when converting an int back to a str. A value of 0 disables the "
+"limit. Conversions to or from bases 2, 4, 8, 16, and 32 are never limited."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "Limitations"
msgstr ""
+#: mageia-cauldron
+#, no-wrap
+msgid "Linux 2.0.30"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5615,20 +5586,36 @@ msgstr ""
msgid "MT-Unsafe race"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "Mailing-List archive at:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Main website: https://www.python.org/"
+#: debian-unstable
+msgid "Maintained the package (1996-2005)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2005-2014)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2010-2016)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2022-2024)\\&."
msgstr ""
#: archlinux
msgid "Maintainers:"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Many thanks go to:"
+msgstr ""
+
#: opensuse-leap-15-6
#, no-wrap
msgid ""
@@ -5653,16 +5640,11 @@ msgid ""
"assigned, the previously assigned value is cleared\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
msgid "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Module repository: https://pypi.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Mount crypto devices."
msgstr ""
@@ -5673,12 +5655,16 @@ msgstr ""
msgid "Mount options"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Multiple B<-W> options can be given; when a warning matches more than one "
+"option, the action for the last matching option is performed. Invalid B<-W> "
+"options are ignored (though, a warning message is printed about invalid "
+"options when the first warning is issued)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "No errors"
msgstr ""
@@ -5791,7 +5777,7 @@ msgstr ""
msgid "Operation modifiers:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Operational error"
msgstr ""
@@ -5808,11 +5794,6 @@ msgid "Other options"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Override sys.platlibdir."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "PATH"
@@ -5824,8 +5805,8 @@ msgstr ""
msgid "PATTERNS"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "PERMISSIONS"
msgstr ""
@@ -5860,154 +5841,16 @@ msgstr ""
msgid "POSIX.2."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHON"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONASYNCIODEBUG"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONBREAKPOINT"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDEBUG"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDONTWRITEBYTECODE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDUMPREFS"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONEXECUTABLE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONFAULTHANDLER"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHASHSEED"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHOME"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONINSPECT"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONIOENCODING"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOC"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOCSTATS"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONNOUSERSITE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONOPTIMIZE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPATH"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPLATLIBDIR"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPROFILEIMPORTTIME"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONSTARTUP"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONTRACEMALLOC"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUNBUFFERED"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUSERBASE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
-msgid "PYTHONVERBOSE"
+msgid "PYTHONINTMAXSTRDIGITS"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
-msgid "PYTHONWARNINGS"
+msgid "PYTHONSAFEPATH"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6070,20 +5913,6 @@ msgstr ""
msgid "Pa ~/.ssh/id_rsa"
msgstr ""
-#: opensuse-tumbleweed
-msgid ""
-"Packages should install their configuration files in /usr/lib/ (distribution "
-"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
-"reserved for the local administrator, who may use this logic to override the "
-"configuration files installed by vendor packages\\&. It is recommended to "
-"prefix all filenames with a two-digit number and a dash, to simplify the "
-"ordering of the files\\&. It is recommended to use the range 10-40 for "
-"configuration files in /usr/ and the range 60-90 for configuration files in /"
-"etc/ and /run/, to make sure that local and transient configuration files "
-"will always take priority over configuration files shipped by the OS "
-"vendor\\&."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
@@ -6138,8 +5967,8 @@ msgstr ""
msgid "Portability notes"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "PowerPC"
msgstr ""
@@ -6151,15 +5980,6 @@ msgid "PreferredAuthentications"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Print a message each time a module is initialized, showing the place "
-"(filename or built-in module) from which it is loaded. When given twice, "
-"print a message for each file that is checked for when searching for a "
-"module. Also provides information on module cleanup at exit."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Print a usage summary and exit."
msgstr ""
@@ -6169,16 +5989,19 @@ msgstr ""
msgid "Print verbose internal information."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Prints the Python version number of the executable and exits. When given "
-"twice, print more information about the build."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "Prints complete usage information and exits."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Prints the usage for the interpreter executable and exits."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "Prints help about Python-specific environment variables and exits."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "Prints help about implementation-specific B<-X> options and exits."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6217,37 +6040,6 @@ msgid "Purpose"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python is an interpreted, interactive, object-oriented programming language "
-"that combines remarkable power with very clear syntax. For an introduction "
-"to programming in Python, see the Python Tutorial. The Python Library "
-"Reference documents built-in and standard types, constants, functions and "
-"modules. Finally, the Python Reference Manual describes the syntax and "
-"semantics of the core language in (perhaps too) much detail. (These "
-"documents may be located via the B<INTERNET RESOURCES> below; they may be "
-"installed on your system as well.)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python is distributed under an Open Source license. See the file "
-"\"LICENSE\" in the Python source distribution for information on terms & "
-"conditions for accessing and otherwise using Python and for a DISCLAIMER OF "
-"ALL WARRANTIES."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python's basic power can be extended with your own modules written in C or C+"
-"+. On most systems such modules may be dynamically loaded. Python is also "
-"adaptable as an extension language for existing applications. See the "
-"internal documentation for hints."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "QUOTING"
@@ -6292,24 +6084,6 @@ msgstr ""
msgid "Read by user"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Recommended location of the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Recommended locations of the directories containing the include files needed "
-"for developing Python extensions and embedding the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Recommended locations of the directories containing the standard modules."
-msgstr ""
-
#: opensuse-leap-15-6
#, no-wrap
msgid "Red Hat, Inc"
@@ -6332,14 +6106,6 @@ msgstr ""
msgid "Remount file system read-only."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Remove assert statements and any code conditional on the value of __debug__; "
-"augment the filename for compiled (bytecode) files by adding .opt-1 before "
-"the .pyc extension."
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Removed in Linux 2.6."
@@ -6351,7 +6117,7 @@ msgid "Report any other issue via the form at the GNU Savannah bug tracker:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Report bugs at https://github.com/gwsw/less/issues."
msgstr ""
@@ -6397,6 +6163,16 @@ msgid ""
"system, from which you can get more details."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In "
+"isolated mode sys.path contains neither the script's directory nor the "
+"user's site-packages directory. All PYTHON* environment variables are "
+"ignored, too. Further restrictions may be imposed to prevent the user from "
+"injecting malicious code."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "SGR substring for non-zero statistics values."
@@ -6482,6 +6258,14 @@ msgstr ""
msgid "S_TIME_FORMAT"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Searches I<sys.path> for the named module and runs the corresponding I<.py> "
+"file as a script. This terminates the option list (following options are "
+"passed as arguments to the module)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -6494,6 +6278,16 @@ msgstr ""
msgid "See Also"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<cgroups>(7)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<core>(5)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<landlock>(7)."
@@ -6504,10 +6298,9 @@ msgstr ""
msgid "See B<pthread_setschedparam>(3)."
msgstr ""
-#: opensuse-leap-15-6
-msgid ""
-"See B<terminal-colors.d>(5) for more details about colorization "
-"configuration."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<sched>(7)."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6553,12 +6346,10 @@ msgstr ""
msgid "Set debug environment variable."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"Set the Python memory allocators and/or install debug hooks. The available "
-"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks "
-"are I<debug>, I<malloc_debug>, and I<pymalloc_debug>."
+"Set implementation-specific option. The following options are available:"
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
@@ -6586,13 +6377,6 @@ msgid ""
"errors."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Setting these variables only has an effect in a debug build of Python, that "
-"is, if Python was configured with the B<--with-pydebug> build option."
-msgstr ""
-
#: archlinux
msgid "Show a help text"
msgstr ""
@@ -6614,11 +6398,11 @@ msgid ""
"undefined results."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable
msgid ""
-"Skip the first line of the source. This is intended for a DOS specific hack "
-"only. Warning: the line numbers in error messages will be off by one!"
+"Since year 1994, many modifications were made in this manpage, authored by "
+"Debian Developers which maintained cron; above is a short list, more "
+"information can be found in the file /usr/share/doc/cron/copyright\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -6649,23 +6433,10 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Specify the command to execute (see next section). This terminates the "
-"option list (following options are passed as arguments to the command)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
-#: archlinux debian-bookworm opensuse-leap-15-6
-#, no-wrap
-msgid "Standard"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "Standard C library (I<libc>)"
@@ -6708,7 +6479,11 @@ msgstr ""
msgid "System-wide configuration file."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "TCG Canonical Event Log Format (CEL-JSON)"
+msgstr ""
+
+#: fedora-40
msgid "TCG Common Event Log Format (CEL-JSON)"
msgstr ""
@@ -6721,7 +6496,7 @@ msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
-msgid "TERMCAP"
+msgid "TERM"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6790,7 +6565,23 @@ msgstr ""
msgid "The E<.Nm> command appeared in E<.Bx 4.2>."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 fedora-rawhide
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<action> field is as explained above but only applies to warnings that "
+"match the remaining fields."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<category> field matches the warning category (ex: "
+"\"DeprecationWarning\"). This must be a class name; the match test whether "
+"the actual warning category of the message is a subclass of the specified "
+"warning category."
+msgstr ""
+
+#: debian-bookworm fedora-rawhide
msgid "The I<device> argument is the pathname of the block device."
msgstr ""
@@ -6801,9 +6592,25 @@ msgid ""
"settable using B<IPC_SET>):"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "The Python Software Foundation: https://www.python.org/psf/"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<lineno> field matches the line number, where zero matches all line "
+"numbers and is thus equivalent to an omitted line number."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<message> field must match the whole printed warning message; this "
+"match is case-insensitive."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<module> field matches the (fully-qualified) module name; this match is "
+"case-sensitive."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6833,6 +6640,14 @@ msgid ""
"The WHEN argument defaults to 'always' and can also be 'auto' or 'never'."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The action names can be abbreviated as desired and the interpreter will "
+"resolve them to the appropriate action name. For example, B<-Wi> is the same "
+"as B<-Wignore .>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6849,6 +6664,16 @@ msgstr ""
msgid "The device containing the file has no room for the new directory entry."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The fields in each line are:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The fields shown in each line are as follows:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The file does not exist."
@@ -6864,10 +6689,6 @@ msgstr ""
msgid "The file is on a read-only filesystem."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
-msgid "The following options are available:"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6881,6 +6702,11 @@ msgstr ""
msgid "The following shell session shows a sample run of the program:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "The full form of argument is: I<action:message:category:module:lineno>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6898,27 +6724,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The integer must be a decimal number in the range [0,4294967295]. "
-"Specifying the value 0 will disable hash randomization."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The interpreter interface resembles that of the UNIX shell: when called with "
-"standard input connected to a tty device, it prompts for commands and "
-"executes them until an EOF is read; when called with a file name argument or "
-"with a file as standard input, it reads and executes a I<script> from that "
-"file; when called with B<-c> I<command>, it executes the Python statement(s) "
-"given as I<command>. Here I<command> may contain multiple statements "
-"separated by newlines. Leading whitespace is significant in Python "
-"statements! In non-interactive mode, the entire input is parsed before it is "
-"executed."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The kernel source file I<Documentation/networking/ip-sysctl.txt>."
msgstr ""
@@ -6987,6 +6792,14 @@ msgstr ""
msgid "The shared library implementing this backend:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The simplest settings apply a particular action unconditionally to all "
+"warnings emitted by a process (even those that are otherwise ignored by "
+"default):"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7028,14 +6841,6 @@ msgid ""
"exhausted."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The value of the variable is the maximum number of frames stored in a "
-"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
-"most recent frame."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7053,14 +6858,6 @@ msgstr ""
msgid "There is exactly one image in a file."
msgstr ""
-#: debian-bookworm debian-unstable debian-bullseye
-msgid ""
-"These are subject to difference depending on local installation conventions; "
-"${prefix} and ${exec_prefix} are installation-dependent and should be "
-"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
-"Linux} the default for both is I</usr>."
-msgstr ""
-
#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These functions are available since glibc 2.1."
@@ -7103,10 +6900,15 @@ msgstr ""
msgid "These system calls are nonstandard Linux extensions."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "This command doesn\\(cqt manipulate partitions on a block device."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This directory may be empty."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7137,11 +6939,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "This is equivalent to the B<-X faulthandler> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"This is the default unless I<binutils> was configured with \\&B<--enable-"
@@ -7159,14 +6956,14 @@ msgid ""
">."
msgstr ""
-#: debian-bookworm
+#: debian-bookworm debian-unstable
msgid ""
"This program is part of the I<procmail mail-processing-package> (v3.23pre) "
"available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/"
">."
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"This program is part of the I<procmail mail-processing-package> (v3.24) "
"available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/"
@@ -7188,14 +6985,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"This variable is ignored if the $B<PYTHONMALLOC> environment variable is "
-"used to force the B<malloc>(3) allocator of the C library, or if Python is "
-"configured without pymalloc support."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Title line"
@@ -7206,13 +6995,6 @@ msgstr ""
msgid "Too many symbolic links were encountered in translating the pathname."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Turn on parser debugging output (for expert only, depending on compilation "
-"options)."
-msgstr ""
-
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -7225,7 +7007,7 @@ msgstr ""
msgid "UpdateHostKeys"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Usage or syntax error"
msgstr ""
@@ -7279,11 +7061,14 @@ msgstr ""
msgid "VAR=VAL"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
msgid "Valid values for I<cmd> are:"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "Valid values for I<op> are:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
@@ -7298,19 +7083,20 @@ msgstr ""
msgid "VerifyHostKeyDNS"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
#, no-wrap
msgid "Version 590: 03 Jun 2021"
msgstr ""
-#: mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
#, no-wrap
-msgid "Version 643: 12 Feb 2024"
+msgid "Version 643: 20 Jul 2023"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
-msgid "Version 643: 20 Jul 2023"
+msgid "Version 654: 12 May 2024"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7319,21 +7105,28 @@ msgstr ""
msgid "Versions"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"When Python is compiled in debug mode, the default is I<pymalloc_debug> and "
-"the debug hooks are automatically used. Otherwise, the default is "
-"I<pymalloc>."
+"Warning control. Python's warning machinery by default prints warning "
+"messages to I<sys.stderr>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"When a script is passed as first argument or the B<-c> option is used, enter "
-"interactive mode after executing the script or the command. It does not "
-"read the $PYTHONSTARTUP file. This can be useful to inspect global "
-"variables or a stack trace when a script raises an exception."
+"Warnings can also be controlled using the B<PYTHONWARNINGS> environment "
+"variable and from within a Python program using the warnings module. For "
+"example, the warnings.filterwarnings() function can be used to use a regular "
+"expression on the warning message."
+msgstr ""
+
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#: debian-unstable
+msgid ""
+"When encrypting, you are prompted twice for the password as a precautionary "
+"measure. It would be a disaster to encrypt files with a password that "
+"wasn't what you intended."
msgstr ""
#: opensuse-leap-15-6
@@ -7409,6 +7202,10 @@ msgstr ""
msgid "Written by Simon Josefsson."
msgstr ""
+#: debian-unstable
+msgid "Wrote this manpage (1994)\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
@@ -7429,13 +7226,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "[5]"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "[6]"
+msgid "[7]"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7450,11 +7241,22 @@ msgstr ""
msgid "[NETWORK] SECTION OPTIONS"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "[To be documented.]"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "[To be documented]"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"\\%https://en.wikipedia.org/wiki/"
+"ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7478,11 +7280,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "\\%https://systemd.io/UIDS-GIDS"
msgstr ""
@@ -7502,6 +7299,7 @@ msgid "\\%https://tools.ietf.org/html/rfc6762"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/"
msgstr ""
@@ -7516,6 +7314,11 @@ msgstr ""
msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "\\&..."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7582,6 +7385,12 @@ msgstr ""
msgid "abort"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ac"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7603,12 +7412,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "all"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "append / indicator to directories"
msgstr ""
@@ -7629,6 +7432,12 @@ msgid ""
"p>), file-type (B<--file-type>), classify (B<-F>)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ar"
+msgstr ""
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -7668,7 +7477,7 @@ msgstr ""
msgid "cgroup"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"change the default of using modification times; access time (B<-u>): atime, "
"access, use; change time (B<-c>): ctime, status; birth time: birth, creation;"
@@ -7704,6 +7513,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "dc"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "decode data"
msgstr ""
@@ -7763,7 +7578,7 @@ msgid ""
"B<-A>)"
msgstr ""
-#: opensuse-leap-15-6
+#: archlinux fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not sort, enable B<-aU>, disable B<-ls> B<--color>"
msgstr ""
@@ -7772,6 +7587,10 @@ msgstr ""
msgid "do not sort; list entries in directory order"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "do not traverse any symbolic links"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not traverse any symbolic links (default)"
@@ -7788,15 +7607,27 @@ msgstr ""
msgid "dosfstools 4.2"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "dw"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "edit"
+msgstr ""
+
+#: debian-bookworm
msgid "enables debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libfdisk debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libsmartcols debug output."
msgstr ""
@@ -7828,7 +7659,8 @@ msgstr ""
msgid "exit"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "explain how a file is copied. Implies B<-v>"
msgstr ""
@@ -7938,6 +7770,12 @@ msgstr ""
msgid "glibc 2.6."
msgstr ""
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "glob"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7950,6 +7788,11 @@ msgstr ""
msgid "graphical\\&.target"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "groff 7"
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -7992,12 +7835,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
-"if a command line argument is a symbolic link to a directory, traverse it"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "if minor problems (e.g., cannot access subdirectory),"
msgstr ""
@@ -8039,6 +7876,10 @@ msgstr ""
msgid "inhibit output of inserted words"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "input paper name or dimensions (WIDTHxHEIGHT)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "like B<-l> B<--time-style>=I<\\,full-iso\\/>"
@@ -8074,8 +7915,7 @@ msgstr ""
msgid "likewise, except do not append '*'"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 mageia-cauldron
msgid "list all entries in directory order"
msgstr ""
@@ -8108,8 +7948,8 @@ msgstr ""
msgid "list subdirectories recursively"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "local"
msgstr ""
@@ -8124,29 +7964,17 @@ msgstr ""
msgid "location of the proc file system"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "me"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "menu"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
#, no-wrap
msgid "mlocate"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "mr"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8154,19 +7982,13 @@ msgid "multi-user\\&.target"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "nl"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "no"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed debian-unstable
+#: debian-bookworm archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "now"
msgstr ""
@@ -8198,17 +8020,21 @@ msgid "option warmup t"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "other"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "output paper name or dimensions (WIDTHxHEIGHT)"
+msgstr ""
+
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
msgid "overstrike as for printers"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
"passwd: compat systemd\n"
@@ -8217,7 +8043,7 @@ msgid ""
"gshadow: files systemd\n"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid ""
"passwd: files systemd\n"
@@ -8237,18 +8063,6 @@ msgstr ""
msgid "pause"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "pf"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "pipe"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "port=/dev/ttyS0"
@@ -8313,12 +8127,6 @@ msgid "procmail-announce-request@procmail.org"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"python - an interpreted, interactive, object-oriented programming language"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "quotas"
@@ -8359,7 +8167,14 @@ msgstr ""
msgid "s390"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sd"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"select which timestamp used to display or sort; access time (B<-u>): atime, "
"access, use; metadata change time (B<-c>): ctime, status; modified time "
@@ -8376,6 +8191,18 @@ msgstr ""
msgid "set output width to COLS. 0 means no limit"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "sh"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "shell"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -8400,12 +8227,6 @@ msgstr ""
msgid "signal"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "size"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sort alphabetically by entry extension"
@@ -8538,11 +8359,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "traverse every symbolic link to a directory encountered"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "treat DEST as a normal file"
msgstr ""
@@ -8593,7 +8409,7 @@ msgstr ""
msgid "use termcap as for terminal displays"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "use visible padding characters."
msgstr ""
@@ -8619,12 +8435,16 @@ msgstr ""
msgid "version"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "version 7.2"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "version 8.0"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -8679,14 +8499,15 @@ msgid ""
"and sort by name; otherwise: sort by access time, newest first"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"with B<-lt>: sort by, and show, ctime (time of last change of file status "
"information); with B<-l>: show ctime and sort by name; otherwise: sort by "
"ctime, newest first"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"with B<-lt>: sort by, and show, ctime (time of last modification of file "
"status information); with B<-l>: show ctime and sort by name; otherwise: "
diff --git a/templates/common/min-004-occurences.pot b/templates/common/min-004-occurences.pot
index 282bceb4..e79c51d0 100644
--- a/templates/common/min-004-occurences.pot
+++ b/templates/common/min-004-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-21 09:43+0100\n"
+"POT-Creation-Date: 2024-06-15 01:14+0300\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"
@@ -11,6 +11,81 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<--check-hash-based-pycs>\n"
+"I<default>\n"
+"|\n"
+"I<always>\n"
+"|\n"
+"I<never>\n"
+"]\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<-c>\n"
+"I<command>\n"
+"|\n"
+"I<script>\n"
+"|\n"
+"-\n"
+"]\n"
+"[\n"
+"I<arguments>\n"
+"]\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid " -X faulthandler: enable faulthandler\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X importtime: show how long each import takes. It shows module name,\n"
+" cumulative time (including nested imports) and self time (excluding\n"
+" nested imports). Note that its output may be broken in multi-threaded\n"
+" application. Typical usage is python3 -X importtime -c 'import asyncio'\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X showrefcount: output the total reference count and number of used\n"
+" memory blocks when the program finishes or after each statement in the\n"
+" interactive interpreter. This only works on debug builds\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X tracemalloc: start tracing Python memory allocations using the\n"
+" tracemalloc module. By default, only the most recent frame is stored in a\n"
+" traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a\n"
+" traceback limit of NFRAME frames\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n"
+" locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would\n"
+" otherwise activate automatically). See PYTHONUTF8 for more details\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -108,8 +183,8 @@ msgstr ""
msgid " z = atof(argv[1]) + atof(argv[2]) * I;\n"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid " 8."
msgstr ""
@@ -121,7 +196,7 @@ msgid " 9."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "!"
msgstr ""
@@ -318,7 +393,7 @@ msgid "%r"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "%v"
msgstr ""
@@ -355,6 +430,24 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(7)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(8)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(9)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "(The names I<head> and I<headp> are user selectable.)"
msgstr ""
@@ -725,7 +818,7 @@ msgstr ""
msgid ".br\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ".sp\n"
msgstr ""
@@ -741,8 +834,8 @@ msgstr ""
msgid "/* Link with \"-lm\" */\n"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "/bin/sh"
msgstr ""
@@ -774,24 +867,29 @@ msgstr ""
msgid "/usr/share/terminfo"
msgstr ""
+#: fedora-40
+#, no-wrap
+msgid "01 November 2023"
+msgstr ""
+
#: opensuse-leap-15-6
#, no-wrap
msgid "01/29/2021"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide
#, no-wrap
msgid "02/09/2023"
msgstr ""
-#: debian-unstable
+#: archlinux mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "02/13/2024"
+msgid "03/05/2024"
msgstr ""
-#: archlinux
+#: debian-unstable
#, no-wrap
-msgid "02/14/2024"
+msgid "05/26/2024"
msgstr ""
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
@@ -802,12 +900,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "10"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "10 Function trace"
msgstr ""
@@ -817,6 +909,11 @@ msgstr ""
msgid "10 Jul 2008"
msgstr ""
+#: fedora-40
+#, no-wrap
+msgid "10.02.1"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -852,8 +949,8 @@ msgstr ""
msgid "124"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "128"
msgstr ""
@@ -1018,8 +1115,8 @@ msgstr ""
msgid "15 Function detail"
msgstr ""
-#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: opensuse-leap-15-6 fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "15."
msgstr ""
@@ -1084,21 +1181,16 @@ msgstr ""
msgid "159"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "16"
-msgstr ""
-
-#: debian-unstable
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "16 October 2023"
+msgid "16."
msgstr ""
-#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "16."
+msgid "17"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1107,6 +1199,12 @@ msgstr ""
msgid "18"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "19"
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -1161,12 +1259,23 @@ msgstr ""
msgid "25"
msgstr ""
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed debian-bookworm
+#, no-wrap
+msgid "26"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "30"
msgstr ""
+#: debian-unstable
+#, no-wrap
+msgid "30 April 2024"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1235,11 +1344,6 @@ msgstr ""
msgid "4.3BSD."
msgstr ""
-#: mageia-cauldron
-#, no-wrap
-msgid "4.4.3"
-msgstr ""
-
#: opensuse-tumbleweed
#, no-wrap
msgid "4.4.4"
@@ -1250,6 +1354,11 @@ msgstr ""
msgid "4.4BSD."
msgstr ""
+#: mageia-cauldron
+#, no-wrap
+msgid "4.6.0"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1343,12 +1452,6 @@ msgstr ""
msgid "7."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "8"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -1583,7 +1686,7 @@ msgid "A sample configuration file is shown below:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "A short string identifying the architecture of the local system\\&. A string such as B<x86>, B<x86-64> or B<arm64>\\&. See the architectures defined for I<ConditionArchitecture=> in B<systemd.unit>(5) for a full list\\&."
msgstr ""
@@ -1616,86 +1719,107 @@ msgid "Add a note segment reserving SIZE bytes for an appended signature"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 187\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 188\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 189\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 195\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 196\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 197\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 199\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 201\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 203\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 205\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 207\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 211\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 212\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 213\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 214\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 225\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 226\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 234\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 237\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 238\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 241\\&."
msgstr ""
@@ -1757,14 +1881,24 @@ msgstr ""
msgid "An underflow floating-point exception (B<FE_UNDERFLOW>) is raised."
msgstr ""
+#: mageia-cauldron
+#, no-wrap
+msgid "Apr 13, 2024"
+msgstr ""
+
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux debian-bookworm
#: debian-unstable mageia-cauldron
#, no-wrap
msgid "April 2014"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm fedora-40 fedora-rawhide
+#, no-wrap
+msgid "April 2022"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "Architecture"
msgstr ""
@@ -1787,6 +1921,20 @@ msgstr ""
msgid "At present, the following scanners are known to work with this backend:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Augments the default search path for module files. The format is the same "
+"as the shell's $PATH: one or more directory pathnames separated by colons. "
+"Non-existent directories are silently ignored. The default search path is "
+"installation dependent, but generally begins with ${prefix}/lib/"
+"pythonE<lt>versionE<gt> (see PYTHONHOME above). The default search path is "
+"always appended to $PYTHONPATH. If a script argument is given, the "
+"directory containing the script is inserted in the path in front of "
+"$PYTHONPATH. The search path can be manipulated from within a Python "
+"program as the variable I<sys.path>."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "August 15, 1999"
@@ -1901,8 +2049,8 @@ msgstr ""
msgid "B<#include E<lt>numaif.hE<gt>>\n"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron archlinux
+#: debian-unstable opensuse-tumbleweed
msgid "B<#include E<lt>pthread.hE<gt>>"
msgstr ""
@@ -1927,6 +2075,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<#include E<lt>stdarg.hE<gt>>\n"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<#include E<lt>strings.hE<gt>>\n"
msgstr ""
@@ -1980,7 +2134,7 @@ msgstr ""
msgid "B<#include E<lt>utmp.hE<gt>>\n"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<#include E<lt>uuid.hE<gt>>"
msgstr ""
@@ -2091,12 +2245,24 @@ msgstr ""
msgid "B<--cat-config>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<--check-hash-based-pycs >I<mode>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "B<--check>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--clean>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
@@ -2179,6 +2345,12 @@ msgstr ""
msgid "B<--demangle[=>I<style>B<]>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dereference>"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -2231,8 +2403,8 @@ msgstr ""
msgid "B<--green-gamma-table>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--help-all>"
msgstr ""
@@ -2296,7 +2468,7 @@ msgstr ""
msgid "B<--locales>=I<\\,LOCALES\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--lock>[=I<mode>]"
msgstr ""
@@ -2377,7 +2549,7 @@ msgstr ""
msgid "B<--nocolor>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--noheadings>"
msgstr ""
@@ -2410,8 +2582,8 @@ msgstr ""
msgid "B<--product-version>=I<\\,STRING\\/>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<--raw>"
msgstr ""
@@ -2451,8 +2623,8 @@ msgstr ""
msgid "B<--remove>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--reset>"
msgstr ""
@@ -2478,14 +2650,19 @@ msgstr ""
msgid "B<--root>=I<path>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "B<--runtime>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--sbat>=I<\\,FILE\\/>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--show>"
msgstr ""
@@ -2597,6 +2774,7 @@ msgid "B<--time>=I<\\,WORD\\/>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--tldr>"
msgstr ""
@@ -2639,8 +2817,8 @@ msgstr ""
msgid "B<-?, -h, --help>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<-?>"
msgstr ""
@@ -2687,7 +2865,7 @@ msgstr ""
msgid "B<-L>, B<--dereference>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L>, B<--label> I<label>"
msgstr ""
@@ -2703,7 +2881,13 @@ msgstr ""
msgid "B<-O>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-OO>"
+msgstr ""
+
+#: debian-bookworm
msgid "B<-P>, B<--pairs>"
msgstr ""
@@ -2731,26 +2915,44 @@ msgstr ""
msgid "B<-T>, B<--no-target-directory>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-V , --version>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-W >I<argument>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-X >I<option>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-Z>, B<--context>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide opensuse-tumbleweed mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "B<-a, --all>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-a>, B<--append>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--batch>"
msgstr ""
@@ -2761,13 +2963,19 @@ msgstr ""
msgid "B<-b>, B<--binary>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-c >I<command>"
+msgstr ""
+
#: debian-bookworm opensuse-leap-15-6 fedora-rawhide
#, no-wrap
msgid "B<-c>, B<--command> I<command>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed opensuse-leap-15-6
-#: debian-bookworm debian-unstable mageia-cauldron
+#: archlinux fedora-40 opensuse-tumbleweed opensuse-leap-15-6 debian-bookworm
+#: debian-unstable fedora-rawhide mageia-cauldron
#, no-wrap
msgid "B<-c>, B<--count>"
msgstr ""
@@ -2808,6 +3016,12 @@ msgid "B<-g, --group>"
msgstr ""
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-h , -? , --help>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-h --help>"
@@ -2884,6 +3098,12 @@ msgid "B<-l>, B<--full>"
msgstr ""
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-m >I<module-name>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-m>, B<--device-map>=I<\\,FILE\\/>"
@@ -2937,7 +3157,7 @@ msgstr ""
msgid "B<-o, --override TYPE=PLUGIN, ...>"
msgstr ""
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
msgid "B<-o>, B<--offset> I<offset>"
msgstr ""
@@ -2972,7 +3192,7 @@ msgstr ""
msgid "B<-q>, B<--quiet>, B<--silent>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-r>, B<--read-only>"
msgstr ""
@@ -2988,8 +3208,8 @@ msgstr ""
msgid "B<-r>, B<--root>=I<\\,DEVICE_NAME\\/>"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-s>, B<--silent>"
msgstr ""
@@ -3018,13 +3238,13 @@ msgstr ""
msgid "B<-t>, B<--text>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-t>, B<--time>"
msgstr ""
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
msgid "B<-t>, B<--type> I<type>"
msgstr ""
@@ -3064,12 +3284,6 @@ msgstr ""
msgid "B<-verbose>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux opensuse-leap-15-6
-#, no-wrap
-msgid "B<-version>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3118,19 +3332,13 @@ msgid "B</etc/passwd>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<128>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron
#, no-wrap
msgid "B<16>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron
#, no-wrap
msgid "B<32>"
msgstr ""
@@ -3141,6 +3349,12 @@ msgstr ""
msgid "B<5>"
msgstr ""
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<64>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3207,8 +3421,8 @@ msgstr ""
msgid "B<D>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<DISPLAY>"
msgstr ""
@@ -3216,6 +3430,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<E>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<EADDRINUSE>"
msgstr ""
@@ -3303,8 +3523,8 @@ msgstr ""
msgid "B<EMLINK>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOBUFS>"
msgstr ""
@@ -3393,12 +3613,23 @@ msgstr ""
msgid "B<Geometry options>"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "B<INFILE>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<L>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<LANG>"
@@ -3440,7 +3671,7 @@ msgstr ""
msgid "B<LC_TIME>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBBLKID_DEBUG>=all"
msgstr ""
@@ -3448,11 +3679,11 @@ msgstr ""
msgid "B<LIBMOUNT_DEBUG>=all"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBSMARTCOLS_DEBUG>=all"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBSMARTCOLS_DEBUG_PADDING>=on"
msgstr ""
@@ -3467,10 +3698,15 @@ msgstr ""
msgid "B<MS_SLAVE>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide debian-unstable
msgid "B<Note>"
msgstr ""
+#: archlinux
+#, no-wrap
+msgid "B<OUTFILE>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3543,8 +3779,8 @@ msgstr ""
msgid "B<SIGEV_THREAD>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<SIGHUP>"
msgstr ""
@@ -3555,8 +3791,8 @@ msgstr ""
msgid "B<SIGUSR1>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<SIGUSR2>"
msgstr ""
@@ -3583,6 +3819,10 @@ msgstr ""
msgid "B<WARNING:>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "B<Warning>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3698,12 +3938,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<e>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "B<enabled>"
msgstr ""
@@ -3851,7 +4085,7 @@ msgid "B<no>"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: opensuse-leap-15-6 debian-unstable opensuse-tumbleweed
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<noauto>"
msgstr ""
@@ -3862,7 +4096,7 @@ msgid "B<noexec>"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: opensuse-leap-15-6 debian-unstable opensuse-tumbleweed
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<nofail>"
msgstr ""
@@ -3878,8 +4112,8 @@ msgstr ""
msgid "B<o>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable mageia-cauldron
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<off>"
msgstr ""
@@ -3900,8 +4134,8 @@ msgstr ""
msgid "B<panic>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<poll>(2)"
msgstr ""
@@ -3912,15 +4146,26 @@ msgstr ""
msgid "B<print>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
-msgid "B<proc>(5)"
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "B<proc>(5), B<proc_sys>(5)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux
+msgid "B<pspdfutils> [OPTION...] [INFILE [OUTFILE]]"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "B<psutils>(1), B<paper>(1)"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-"
+"I> ]"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3990,8 +4235,8 @@ msgstr ""
msgid "B<sane>(7), B<sane-usb>(5)"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<select>(2)"
msgstr ""
@@ -4081,6 +4326,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<z>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "BROKEN BAR"
msgstr ""
@@ -4091,7 +4342,7 @@ msgid "BUG REPORTS"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Boot ID"
msgstr ""
@@ -4101,11 +4352,6 @@ msgstr ""
msgid "Boot Loader Interface"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Boot Loader Specification"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4150,7 +4396,7 @@ msgstr ""
msgid "COLORS"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron debian-bullseye opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "COMMAND LINE OPTIONS"
@@ -4588,6 +4834,18 @@ msgstr ""
msgid "Caveats"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Change the location of the standard Python libraries. By default, the "
+"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and "
+"${exec_prefix}/lib/pythonE<lt>versionE<gt>, where ${prefix} and "
+"${exec_prefix} are installation-dependent directories, both defaulting to I</"
+"usr/local>. When $PYTHONHOME is set to a single directory, its value "
+"replaces both ${prefix} and ${exec_prefix}. To specify different values for "
+"these, set $PYTHONHOME to ${prefix}:${exec_prefix}."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -4605,8 +4863,8 @@ msgstr ""
msgid "Commands:"
msgstr ""
-#: fedora-40 fedora-rawhide mageia-cauldron archlinux debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 mageia-cauldron archlinux debian-bookworm debian-unstable
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Compatibility"
msgstr ""
@@ -4642,6 +4900,12 @@ msgid ""
"lib/\\&. Files in /run/ override files with the same name under /usr/\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Configure how Python evaluates the up-to-dateness of hash-based .pyc files."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Container Interface"
@@ -4655,6 +4919,7 @@ msgid ""
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Copy the contents of config files to standard output\\&. Only the "
"\"interesting\" parts of the configuration files are printed, comments and "
@@ -4668,13 +4933,13 @@ msgid ""
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 1995-2022 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Copyright \\(co 1995-2023 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4686,13 +4951,13 @@ msgid ""
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 2001-2022 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Copyright \\(co 2001-2023 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4729,13 +4994,13 @@ msgid ""
"version 3 or later E<lt>http://gnu.org/licenses/gpl.htmlE<gt>"
msgstr ""
-#: mageia-cauldron opensuse-tumbleweed
+#: opensuse-tumbleweed
msgid ""
"Copyright \\(co Reuben Thomas 2016-2021. Released under the GPL version 3, "
"or (at your option) any later version."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Copyright \\(co Reuben Thomas 2016-2022. Released under the GPL version 3, "
"or (at your option) any later version."
@@ -4782,8 +5047,14 @@ msgstr ""
msgid "Debian GNU/Linux"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "Debug-mode variables"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Details"
msgstr ""
@@ -4793,23 +5064,43 @@ msgstr ""
msgid "Developer"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Developer resources: https://devguide.python.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Directory for larger and persistent temporary files"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Directory for temporary files"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Disable the import of the module I<site> and the site-dependent "
+"manipulations of I<sys.path> that it entails. Also disable these "
+"manipulations if I<site> is explicitly imported later."
+msgstr ""
+
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Display usage message."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do B<-O> and also discard docstrings; change the filename for compiled "
+"(bytecode) files by adding .opt-2 before the .pyc extension."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -4817,11 +5108,30 @@ msgid ""
"only available on x86 BIOS targets."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do not print the version and copyright messages. These messages are also "
+"suppressed in non-interactive mode."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "Do not query the user for authentication for privileged operations\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Documentation for installed Python modules and packages can be viewed by "
+"running the B<pydoc> program."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Documentation: https://docs.python.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4833,29 +5143,44 @@ msgstr ""
msgid "Don Libes, National Institute of Standards and Technology"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Don't add user site directory to sys.path."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Downloads: https://www.python.org/downloads/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Dynamic linking library (I<libdl>, I<-ldl>)"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: fedora-40 fedora-rawhide mageia-cauldron archlinux
+#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron debian-unstable archlinux
msgid "E<.Nm>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "E<gt>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "E<lt>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable opensuse-leap-15-6
msgid "E<lt>guenther@sendmail.comE<gt>"
msgstr ""
@@ -4921,10 +5246,10 @@ msgid ""
"without worrying about the already encrypted files."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "Environment variables"
+#: debian-unstable fedora-rawhide
+msgid ""
+"Equivalent to B<--json=pretty> if running on a terminal, and B<--json=short> "
+"otherwise\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -4945,8 +5270,8 @@ msgstr ""
msgid "Explanation"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Extended attributes are I<name>:I<value> pairs associated with inodes "
"(files, directories, symbolic links, etc.). They are extensions to the "
@@ -4973,8 +5298,8 @@ msgstr ""
msgid "FILES AND DIRECTORIES"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "FSTAB"
msgstr ""
@@ -4989,13 +5314,13 @@ msgstr ""
msgid "February 9, 2019"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "File Formats"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "File formats"
msgstr ""
@@ -5184,6 +5509,13 @@ msgstr ""
msgid "For nonlocking counterparts, see B<unlocked_stdio>(3)."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Force the stdout and stderr streams to be unbuffered. This option has no "
+"effect on the stdin stream."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Forces E<.Nm> to use IPv4 addresses only."
@@ -5306,15 +5638,9 @@ msgid "Historical"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "Host name"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "I"
+msgid "Host name"
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
@@ -5329,6 +5655,32 @@ msgid ""
"Programs\"> by Don Libes, O'Reilly and Associates, January 1995."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "I<${exec_prefix}/bin/python>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5383,8 +5735,8 @@ msgstr ""
msgid "I</etc/nsswitch.conf>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</etc/passwd>"
msgstr ""
@@ -5526,13 +5878,19 @@ msgstr ""
msgid "I<Path=>"
msgstr ""
+#: archlinux
+msgid ""
+"I<Please report bugs and feature requests in the issue tracker. Please do "
+"your best to provide a reproducible test case for bugs.>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Port=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Priority=>"
msgstr ""
@@ -5541,8 +5899,8 @@ msgstr ""
msgid "I<Storage=>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<TERM>"
msgstr ""
@@ -5553,7 +5911,7 @@ msgid "I<TimeoutSec=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Type=>"
msgstr ""
@@ -5573,11 +5931,12 @@ msgid "I<Virtualization=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Weight=>"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "I<\\*d>"
msgstr ""
@@ -5595,7 +5954,7 @@ msgid ""
"I<buflen>)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable mageia-cauldron
+#: debian-bookworm archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<device>"
msgstr ""
@@ -5646,10 +6005,6 @@ msgstr ""
msgid "I<https://github.com/sysstat/sysstat>"
msgstr ""
-#: archlinux
-msgid "I<https://gitlab\\&.archlinux\\&.org/archlinux/devtools>"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide
msgid "I<https://sysstat.github.io/>"
msgstr ""
@@ -5715,6 +6070,11 @@ msgstr ""
msgid "I<sem> is not a valid semaphore."
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.firstboot=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.restore_state=>"
@@ -5732,6 +6092,18 @@ msgstr ""
msgid "INTERNET MEDIA TYPE"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERNET RESOURCES"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERPRETER INTERFACE"
+msgstr ""
+
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -5763,7 +6135,7 @@ msgid "Ic quit"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Identical to B<uname -r> output\\&."
msgstr ""
@@ -5792,6 +6164,27 @@ msgstr ""
msgid "If I<x> or I<y> is a NaN, a NaN is returned."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for "
+"generating the hash() of the types covered by the hash randomization. Its "
+"purpose is to allow repeatable hashing, such as for selftests for the "
+"interpreter itself, or to allow a cluster of python processes to share hash "
+"values."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If available, the script name and additional arguments thereafter are passed "
+"to the script in the Python variable I<sys.argv>, which is a list of strings "
+"(you must first I<import sys> to be able to access it). If no script name "
+"is given, I<sys.argv[0]> is an empty string; if B<-c> is used, I<sys."
+"argv[0]> contains the string I<'-c'.> Note that options interpreted by the "
+"Python interpreter itself are not placed in I<sys.argv>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "If input file is -, standard input is read."
@@ -5802,6 +6195,14 @@ msgstr ""
msgid "If no input file is given or if it is -, standard input is read."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If set to a non-empty string, Python will print statistics of the pymalloc "
+"memory allocator every time a new pymalloc object arena is created, and on "
+"shutdown."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5836,6 +6237,148 @@ msgid ""
"maximally copious debug output; smaller levels reduce verbosity."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to 0, it disables the default debugger. "
+"It can be set to the callable of your debugger of choice."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, I<faulthandler."
+"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, "
+"SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, Python will show "
+"how long each import takes. This is exactly equivalent to setting B<-X "
+"importtime> on the command line."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, enable the debug "
+"mode of the asyncio module."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, start tracing "
+"Python memory allocations using the tracemalloc module."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set, I<sys.argv[0]> will be set to its value "
+"instead of the value got through the C runtime. Only works on Mac OS X."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set, Python will dump objects and reference "
+"counts still alive after shutting down the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+"If this is set before running the interpreter, it overrides the encoding used\n"
+"for stdin/stdout/stderr, in the syntax\n"
+"I<encodingname>B<:>I<errorhandler>\n"
+"The\n"
+"I<errorhandler>\n"
+"part is optional and has the same meaning as in str.encode. For stderr, the\n"
+"I<errorhandler>\n"
+" part is ignored; the handler will always be \\'backslashreplace\\'.\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a comma-separated string it is equivalent to specifying "
+"the B<-W> option for each separate value."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"B> option (don't try to write I<.pyc> files)."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"O> option. If set to an integer, it is equivalent to specifying B<-O> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"d> option. If set to an integer, it is equivalent to specifying B<-d> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"i> option."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"s> option (Don't add the user site directory to sys.path)."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"u> option."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"v> option. If set to an integer, it is equivalent to specifying B<-v> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is the name of a readable file, the Python commands in that file are "
+"executed before the first prompt is displayed in interactive mode. The file "
+"is executed in the same name space where interactive commands are executed "
+"so that objects defined or imported in it can be used without qualification "
+"in the interactive session. You can also change the prompts I<sys.ps1> and "
+"I<sys.ps2> in this file."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this variable is set to \"random\", a random value is used to seed the "
+"hashes of str and bytes objects."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5846,6 +6389,13 @@ msgid ""
"only slightly different from the models mentioned above, please let us know."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the "
+"behavior of the interpreter."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "In addition, the errors documented in B<stat>(2) can also occur."
@@ -5858,6 +6408,26 @@ msgid ""
"password, no harm done."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second "
+"prompt (which appears when a command is not complete) is `...'. The prompts "
+"can be changed by assignment to I<sys.ps1> or I<sys.ps2>. The interpreter "
+"quits when it reads an EOF at a prompt. When an unhandled exception occurs, "
+"a stack trace is printed and control returns to the primary prompt; in non-"
+"interactive mode, the interpreter exits after printing the stack trace. The "
+"interrupt signal raises the I<Keyboard\\%Interrupt> exception; other UNIX "
+"signals are not caught (except that SIGPIPE is sometimes ignored, in favor "
+"of the I<IOError> exception). Error messages are written to stderr."
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid ""
+"In place of the image path a \"\\&.v/\" versioned directory may be "
+"specified, see B<systemd.v>(7) for details\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5881,9 +6451,21 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Interface Portability and Stability Promise"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Invalid directory stream descriptor I<dirp>."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Issue warnings about str(bytes_instance), str(bytearray_instance) and "
+"comparing bytes/bytearray with str. (-bb: issue errors)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5900,18 +6482,12 @@ msgstr ""
msgid "JULY 2018"
msgstr ""
-#: mageia-cauldron
-#, no-wrap
-msgid "Jan 30, 2024"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "January 2009"
msgstr ""
-#: debian-bookworm mageia-cauldron archlinux debian-unstable fedora-40
-#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "January 2023"
msgstr ""
@@ -5929,17 +6505,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "K"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "KNOWN ISSUES"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Kernel release"
msgstr ""
@@ -6286,22 +6856,20 @@ msgstr ""
msgid "LEFT DOUBLE QUOTATION MARK"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "LIBBLKID_DEBUG=all"
msgstr ""
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_DEBUG=all"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LICENSE"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "LICENSING"
msgstr ""
#: debian-bookworm
@@ -6367,7 +6935,7 @@ msgstr ""
msgid "Linux on s390."
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LinuxThreads"
@@ -6428,19 +6996,23 @@ msgid "MULTIPLICATION SIGN"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Machine ID"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Main website: https://www.python.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Manpage Author:"
msgstr ""
-#: opensuse-tumbleweed archlinux debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed archlinux debian-unstable fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "March 2023"
msgstr ""
@@ -6478,6 +7050,11 @@ msgstr ""
msgid "Miscellaneous"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Module repository: https://pypi.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6522,6 +7099,11 @@ msgstr ""
msgid "New Control Group Interfaces"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6558,8 +7140,7 @@ msgid ""
"case I<terminal-colors.d> directories do not have to exist yet."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6
msgid ""
"Note: There is no difference between binary mode and text mode on GNU "
"systems."
@@ -6588,44 +7169,50 @@ msgstr ""
msgid "OTHER OPTIONS"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "OUTPUT"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "October 2023"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system build ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system image identifier"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system image version"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system variant ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system version ID"
msgstr ""
@@ -6652,7 +7239,7 @@ msgstr ""
msgid "Out of resources."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Output all available columns."
msgstr ""
@@ -6665,6 +7252,11 @@ msgstr ""
msgid "Output version information and exit."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Override sys.platlibdir."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -6743,8 +7335,162 @@ msgstr ""
msgid "PS"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: archlinux
+#, no-wrap
+msgid "PSPDFUTILS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHON"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONASYNCIODEBUG"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONBREAKPOINT"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDEBUG"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDONTWRITEBYTECODE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDUMPREFS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONEXECUTABLE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONFAULTHANDLER"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHASHSEED"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHOME"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONINSPECT"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONIOENCODING"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOC"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOCSTATS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONNOUSERSITE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONOPTIMIZE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPATH"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPLATLIBDIR"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPROFILEIMPORTTIME"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONSTARTUP"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONTRACEMALLOC"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUNBUFFERED"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUSERBASE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONVERBOSE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONWARNINGS"
+msgstr ""
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron
msgid ""
"Packages should install their configuration files in /usr/lib/ (distribution "
"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
@@ -6754,6 +7500,20 @@ msgid ""
"ordering of the files\\&."
msgstr ""
+#: debian-unstable fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Packages should install their configuration files in /usr/lib/ (distribution "
+"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
+"reserved for the local administrator, who may use this logic to override the "
+"configuration files installed by vendor packages\\&. It is recommended to "
+"prefix all filenames with a two-digit number and a dash, to simplify the "
+"ordering of the files\\&. It is recommended to use the range 10-40 for "
+"configuration files in /usr/ and the range 60-90 for configuration files in /"
+"etc/ and /run/, to make sure that local and transient configuration files "
+"will always take priority over configuration files shipped by the OS "
+"vendor\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6771,14 +7531,30 @@ msgstr ""
msgid "Perl Programmers Reference Guide"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "Philip A. Guenther"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Permission to access this file is governed by a ptrace access mode "
+"B<PTRACE_MODE_ATTACH_FSCREDS> check; see B<ptrace>(2)."
msgstr ""
-#: archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Please report bugs and feature requests in the issue tracker\\&. Please do "
-"your best to provide a reproducible test case for bugs\\&."
+"Permission to access this file is governed by a ptrace access mode "
+"B<PTRACE_MODE_READ_FSCREDS> check; see B<ptrace>(2)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Permission to dereference or read (B<readlink>(2)) this symbolic link is "
+"governed by a ptrace access mode B<PTRACE_MODE_READ_FSCREDS> check; see "
+"B<ptrace>(2)."
+msgstr ""
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6
+msgid "Philip A. Guenther"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6791,7 +7567,7 @@ msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "Portable Services"
msgstr ""
@@ -6811,6 +7587,15 @@ msgstr ""
msgid "Print a help message and exit."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Print a message each time a module is initialized, showing the place "
+"(filename or built-in module) from which it is loaded. When given twice, "
+"print a message for each file that is checked for when searching for a "
+"module. Also provides information on module cleanup at exit."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Print a short usage summary and exit."
@@ -6821,12 +7606,20 @@ msgstr ""
msgid "Print help message."
msgstr ""
-#: opensuse-leap-15-6
-msgid "Print the SIZE column in bytes rather than in a human-readable format."
+#: debian-bookworm
+msgid "Print the sizes in bytes rather than in a human-readable format."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "Print the sizes in bytes rather than in a human-readable format."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Prints the Python version number of the executable and exits. When given "
+"twice, print more information about the build."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Prints the usage for the interpreter executable and exits."
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
@@ -6836,6 +7629,37 @@ msgid ""
"output and exits."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python is an interpreted, interactive, object-oriented programming language "
+"that combines remarkable power with very clear syntax. For an introduction "
+"to programming in Python, see the Python Tutorial. The Python Library "
+"Reference documents built-in and standard types, constants, functions and "
+"modules. Finally, the Python Reference Manual describes the syntax and "
+"semantics of the core language in (perhaps too) much detail. (These "
+"documents may be located via the B<INTERNET RESOURCES> below; they may be "
+"installed on your system as well.)"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python is distributed under an Open Source license. See the file "
+"\"LICENSE\" in the Python source distribution for information on terms & "
+"conditions for accessing and otherwise using Python and for a DISCLAIMER OF "
+"ALL WARRANTIES."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python's basic power can be extended with your own modules written in C or C+"
+"+. On most systems such modules may be dynamically loaded. Python is also "
+"adaptable as an extension language for existing applications. See the "
+"internal documentation for hints."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6877,6 +7701,24 @@ msgstr ""
msgid "Range error: result underflow"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Recommended location of the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Recommended locations of the directories containing the include files needed "
+"for developing Python extensions and embedding the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Recommended locations of the directories containing the standard modules."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "Record selection options:"
@@ -6898,6 +7740,14 @@ msgstr ""
msgid "Removal"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Remove assert statements and any code conditional on the value of __debug__; "
+"augment the filename for compiled (bytecode) files by adding .opt-1 before "
+"the .pyc extension."
+msgstr ""
+
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "Report bugs to E<lt>reiserfs-devel@vger.kernel.orgE<gt>"
msgstr ""
@@ -6921,10 +7771,9 @@ msgstr ""
msgid "Report version information and exit."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux
#, no-wrap
-msgid "S"
+msgid "Reuben Thomas E<lt>rrt@sc3d.orgE<gt>\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6940,7 +7789,7 @@ msgid "SECURITY"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SPECIFIERS"
msgstr ""
@@ -7003,6 +7852,11 @@ msgstr ""
msgid "See B<sigsetops>(3) for details on manipulating signal sets."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<user_namespaces>(7)."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -7038,6 +7892,14 @@ msgid ""
"extra calls to B<fcntl>(2) to achieve the same result."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Set the Python memory allocators and/or install debug hooks. The available "
+"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks "
+"are I<debug>, I<malloc_debug>, and I<pymalloc_debug>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7046,8 +7908,15 @@ msgid ""
"may be useful."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Setting these variables only has an effect in a debug build of Python, that "
+"is, if Python was configured with the B<--with-pydebug> build option."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Short host name"
msgstr ""
@@ -7058,11 +7927,18 @@ msgid "Show this help."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Single percent sign"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Skip the first line of the source. This is intended for a DOS specific hack "
+"only. Warning: the line numbers in error messages will be off by one!"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7076,7 +7952,14 @@ msgstr ""
msgid "Specifier"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Specify the command to execute (see next section). This terminates the "
+"option list (following options are passed as arguments to the command)."
+msgstr ""
+
+#: debian-bookworm
msgid ""
"Specify which output columns to print. Use B<--help> to get a list of all "
"supported columns."
@@ -7098,12 +7981,6 @@ msgstr ""
msgid "Syntax"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "TERM"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7111,6 +7988,7 @@ msgid "TODO"
msgstr ""
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "TPM2 PCR Measurements Made by systemd"
msgstr ""
@@ -7138,7 +8016,7 @@ msgstr ""
msgid "Texinfo home page: http://www.gnu.org/software/texinfo/"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<libuuid> library is part of the util-linux package since version "
"2.15.1. It can be downloaded from"
@@ -7162,14 +8040,20 @@ msgstr ""
msgid "The I<passwd> structure is defined in I<E<lt>pwd.hE<gt>> as follows:"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "The Python Software Foundation: https://www.python.org/psf/"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The SIZE argument is an integer and optional unit (example: 10K is "
"10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers "
"of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The SIZE argument is an integer and optional unit (example: 10K is "
"10*1024). Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024) or KB,MB,... "
@@ -7205,7 +8089,7 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The boot ID of the running system, formatted as string\\&. See B<random>(4) for more information\\&."
msgstr ""
@@ -7238,6 +8122,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The fields are as follows:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The fields of this structure are as follows:"
msgstr ""
@@ -7258,20 +8147,46 @@ msgstr ""
msgid "The following five options are useful only when verifying checksums:"
msgstr ""
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following options are available:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The hostname of the running system, truncated at the first dot to remove any domain component\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The hostname of the running system\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The integer must be a decimal number in the range [0,4294967295]. "
+"Specifying the value 0 will disable hash randomization."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The interpreter interface resembles that of the UNIX shell: when called with "
+"standard input connected to a tty device, it prompts for commands and "
+"executes them until an EOF is read; when called with a file name argument or "
+"with a file as standard input, it reads and executes a I<script> from that "
+"file; when called with B<-c> I<command>, it executes the Python statement(s) "
+"given as I<command>. Here I<command> may contain multiple statements "
+"separated by newlines. Leading whitespace is significant in Python "
+"statements! In non-interactive mode, the entire input is parsed before it is "
+"executed."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The machine ID of the running system, formatted as string\\&. See B<machine-id>(5) for more information\\&."
msgstr ""
@@ -7282,37 +8197,37 @@ msgid "The man page is longer than the program."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system build identifier of the running system, as read from the I<BUILD_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system identifier of the running system, as read from the I<ID=> field of /etc/os-release\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system image identifier of the running system, as read from the I<IMAGE_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system image version identifier of the running system, as read from the I<IMAGE_VERSION=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system variant identifier of the running system, as read from the I<VARIANT_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system version identifier of the running system, as read from the I<VERSION_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
@@ -7342,8 +8257,8 @@ msgstr ""
msgid "The package is actively maintained by Frank Zago."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The programmer must ensure that there is room for at least I<n> wide "
"characters at I<dest>."
@@ -7364,12 +8279,20 @@ msgstr ""
msgid "The thread whose ID is I<pid> could not be found."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The user-specific I<$XDG_CONFIG_HOME/terminal-colors.d> or I<$HOME/.config/"
"terminal-colors.d> overrides the global setting."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The value of the variable is the maximum number of frames stored in a "
+"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
+"most recent frame."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7378,10 +8301,23 @@ msgid ""
"what the scanner can support."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Theodore Y. Ts\\(cqo"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"There is no difference between binary mode and text mode on GNU systems."
+msgstr ""
+
+#: debian-bookworm debian-unstable debian-bullseye
+msgid ""
+"These are subject to difference depending on local installation conventions; "
+"${prefix} and ${exec_prefix} are installation-dependent and should be "
+"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
+"Linux} the default for both is I</usr>."
+msgstr ""
+
#: debian-bookworm
msgid ""
"These functions are GNU extensions. Functions with similar names exist on "
@@ -7428,8 +8364,8 @@ msgstr ""
msgid "This describes B<ncurses> version 6.4 (patch 20221231)."
msgstr ""
-#: archlinux
-msgid "This describes B<ncurses> version 6.4 (patch 20230520)."
+#: fedora-40
+msgid "This document was last revised for Ghostscript version 10.02.1."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7467,17 +8403,22 @@ msgid "This function always succeeds."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "This is either /tmp or the path \"$TMPDIR\", \"$TEMP\" or \"$TMP\" are set to\\&. (Note that the directory may be specified without a trailing slash\\&.)"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "This is either /var/tmp or the path \"$TMPDIR\", \"$TEMP\" or \"$TMP\" are set to\\&. (Note that the directory may be specified without a trailing slash\\&.)"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "This is equivalent to the B<-X faulthandler> option."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7485,6 +8426,14 @@ msgid ""
"Corporation\\&. Maintained by Jon Masters and others\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"This variable is ignored if the $B<PYTHONMALLOC> environment variable is "
+"used to force the B<malloc>(3) allocator of the C library, or if Python is "
+"configured without pymalloc support."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7507,6 +8456,13 @@ msgstr ""
msgid "Tukaani"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Turn on parser debugging output (for expert only, depending on compilation "
+"options)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -7519,8 +8475,8 @@ msgstr ""
msgid "Type"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "USAGE"
msgstr ""
@@ -7538,21 +8494,11 @@ msgid "Usage"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Use \"%%\" in place of \"%\" to specify a single percent sign\\&."
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid ""
-"Use exclusive BSD lock for device or file it operates. The optional argument "
-"I<mode> can be B<yes>, B<no> (or 1 and 0) or B<nonblock>. If the I<mode> "
-"argument is omitted, it defaults to B<\"yes\">. This option overwrites "
-"environment variable B<$LOCK_BLOCK_DEVICE>. The default is not to use any "
-"lock at all, but it\\(cqs recommended to avoid collisions with udevd or "
-"other tools."
-msgstr ""
-
#: debian-bookworm
msgid ""
"Use exclusive BSD lock for device or file it operates. The optional argument "
@@ -7563,7 +8509,7 @@ msgid ""
"udevd>(8) or other tools."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use the raw output format."
msgstr ""
@@ -7573,8 +8519,8 @@ msgstr ""
msgid "User Manuals"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
-#: archlinux
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "User commands"
msgstr ""
@@ -7623,8 +8569,8 @@ msgstr ""
msgid "Valid command line options and their syntax can be listed by using:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Verbose mode."
msgstr ""
@@ -7653,7 +8599,24 @@ msgstr ""
msgid "WARNINGS"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"When Python is compiled in debug mode, the default is I<pymalloc_debug> and "
+"the debug hooks are automatically used. Otherwise, the default is "
+"I<pymalloc>."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"When a script is passed as first argument or the B<-c> option is used, enter "
+"interactive mode after executing the script or the command. It does not "
+"read the $PYTHONSTARTUP file. This can be useful to inspect global "
+"variables or a stack trace when a script raises an exception."
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "Written by Angus J. C. Duggan and Reuben Thomas."
msgstr ""
@@ -7706,7 +8669,7 @@ msgstr ""
msgid "XZ Utils"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>"
msgstr ""
@@ -7760,6 +8723,18 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[5]"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[6]"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "[default=/usr/share/locale]"
msgstr ""
@@ -7769,7 +8744,7 @@ msgid "\\ \" "
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "\\ \\&"
msgstr ""
@@ -7807,11 +8782,17 @@ msgid "\\%https://systemd.io/PASSWORD_AGENTS/"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "\\%https://systemd.io/PORTABLE_SERVICES"
msgstr ""
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "\\%https://systemd.io/TPM2_PCR_MEASUREMENTS"
msgstr ""
@@ -7828,12 +8809,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"\\%https://uapi-group.org/specifications/specs/boot_loader_specification"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
"\\%https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface"
msgstr ""
@@ -7939,6 +8914,20 @@ msgstr ""
msgid "\\ev"
msgstr ""
+#: archlinux
+msgid "`-' or no INFILE argument means standard input"
+msgstr ""
+
+#: archlinux
+msgid "`-' or no OUTFILE argument means standard output"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "all"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "always make simple backups"
@@ -7994,7 +8983,7 @@ msgstr ""
msgid "create a BSD-style checksum"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "cronie"
@@ -8067,10 +9056,14 @@ msgstr ""
msgid "don't print OK for each successfully verified file"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "don't show page numbers being output"
msgstr ""
+#: archlinux
+msgid "don't show progress"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "don't use external descriptors."
msgstr ""
@@ -8101,7 +9094,7 @@ msgstr ""
msgid "embed a specific DTB"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libblkid debug output."
msgstr ""
@@ -8154,7 +9147,8 @@ msgstr ""
msgid "generate '#: filename:line' lines (default)"
msgstr ""
-#: archlinux debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid ""
"generate an image in FORMAT available formats: i386-coreboot, i386-"
"multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-eltorito, i386-efi, "
@@ -8167,18 +9161,6 @@ msgid ""
"efi, riscv64-efi"
msgstr ""
-#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
-msgid ""
-"generate an image in FORMAT available formats: i386-coreboot, i386-"
-"multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-eltorito, i386-efi, "
-"i386-ieee1275, i386-qemu, x86_64-efi, i386-xen, x86_64-xen, mipsel-yeeloong-"
-"flash, mipsel-fuloong2f-flash, mipsel-loongson-elf, powerpc-ieee1275, "
-"sparc64-ieee1275-raw, sparc64-ieee1275-cdcore, sparc64-ieee1275-aout, ia64-"
-"efi, mips-arc, mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-flash, "
-"mipsel-qemu_mips-flash, mips-qemu_mips-elf, arm-uboot, arm-coreboot-"
-"vexpress, arm-coreboot-veyron, arm-efi, arm64-efi, riscv32-efi, riscv64-efi"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
@@ -8220,6 +9202,11 @@ msgstr ""
msgid "glibc 2.3.4."
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "groff 1 ,"
+msgstr ""
+
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "groff 1.22.4"
@@ -8264,23 +9251,29 @@ msgstr ""
msgid "i386"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "if COMMAND cannot be found"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "if COMMAND is found but cannot be invoked"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"if a command line argument is a symbolic link to a directory, traverse it"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"if arguments or options are incorrect, or there is some other problem "
"starting up,"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"if there is some problem during processing, typically an error reading or "
"writing an input or output file."
@@ -8439,10 +9432,16 @@ msgid ""
"on some BIOSes."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux mageia-cauldron debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "name"
+msgid "me"
+msgstr ""
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "mr"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -8450,11 +9449,16 @@ msgstr ""
msgid "natural sort of (version) numbers within text"
msgstr ""
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "ncurses 6.4"
msgstr ""
+#: debian-unstable opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "ncurses 6.5"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8472,6 +9476,12 @@ msgid "new line"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nl"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "none"
@@ -8531,6 +9541,18 @@ msgstr ""
msgid "perl v5.38.2"
msgstr ""
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "pf"
+msgstr ""
+
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "pipe"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "pre-load specified modules MODULES"
@@ -8567,6 +9589,21 @@ msgstr ""
msgid "psmisc"
msgstr ""
+#: archlinux
+msgid "pspdfutils"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "pspdfutils 3.3.2"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"python - an interpreted, interactive, object-oriented programming language"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8591,8 +9628,8 @@ msgid ""
"quota file at the filesystem root (version 2 quota, non-XFS filesystems)"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "random"
msgstr ""
@@ -8705,13 +9742,13 @@ msgid "suppress most error messages"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "systemd 252"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "the exit status of COMMAND otherwise"
msgstr ""
@@ -8722,6 +9759,11 @@ msgid "time"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "traverse every symbolic link to a directory encountered"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "unknown"
@@ -8747,7 +9789,7 @@ msgstr ""
msgid "use STRING as product version"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"use exclusive BSD lock. The mode is \"1\" or \"0\". See B<--lock> for more "
"details."
@@ -8767,6 +9809,11 @@ msgstr ""
msgid "use only IPv6"
msgstr ""
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "util-linux 2.37.4"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8790,8 +9837,8 @@ msgstr ""
msgid "warn about improperly formatted checksum lines"
msgstr ""
-#: mageia-cauldron debian-bookworm debian-unstable opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6 archlinux debian-unstable
+#: fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "where:"
msgstr ""
diff --git a/templates/common/min-010-occurences.pot b/templates/common/min-010-occurences.pot
index 4cdb3adf..50e58634 100644
--- a/templates/common/min-010-occurences.pot
+++ b/templates/common/min-010-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-09 17:48+0100\n"
+"POT-Creation-Date: 2024-06-01 06:39+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"
@@ -86,7 +86,7 @@ msgid " 6."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-tumbleweed opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " 7."
msgstr ""
@@ -180,8 +180,8 @@ msgstr ""
msgid "%n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "%o"
msgstr ""
@@ -312,10 +312,14 @@ msgstr ""
msgid "/proc interfaces"
msgstr ""
-#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed fedora-40
-#: fedora-rawhide
+#: opensuse-tumbleweed
#, no-wrap
-msgid "01 November 2023"
+msgid "06 March 2024"
+msgstr ""
+
+#: archlinux debian-unstable mageia-cauldron fedora-rawhide
+#, no-wrap
+msgid "06 May 2024"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -324,6 +328,12 @@ msgstr ""
msgid "1."
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "10"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -335,10 +345,14 @@ msgstr ""
msgid "10.00.0"
msgstr ""
-#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed fedora-40
-#: fedora-rawhide
+#: opensuse-tumbleweed
#, no-wrap
-msgid "10.02.1"
+msgid "10.03.0"
+msgstr ""
+
+#: archlinux debian-unstable mageia-cauldron fedora-rawhide
+#, no-wrap
+msgid "10.03.1"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
@@ -347,20 +361,20 @@ msgstr ""
msgid "11."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "125"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "126"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "127"
msgstr ""
@@ -368,6 +382,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "16"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "161"
msgstr ""
@@ -636,8 +656,8 @@ msgstr ""
msgid "253"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "256"
msgstr ""
@@ -1026,11 +1046,16 @@ msgstr ""
msgid "4.3.1"
msgstr ""
-#: fedora-40 fedora-rawhide
+#: fedora-40
#, no-wrap
msgid "4.5.0"
msgstr ""
+#: fedora-rawhide
+#, no-wrap
+msgid "4.7.0"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1046,6 +1071,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "8"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "@file"
msgstr ""
@@ -1166,82 +1197,97 @@ msgid "Aaron Griffin E<lt>aaron@archlinux\\&.orgE<gt>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 186\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 198\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 206\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 209\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 215\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 216\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 217\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 218\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 219\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 220\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 227\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 228\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 229\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 230\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 231\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-msgid "Added in version 232\\&."
-msgstr ""
-
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 235\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 236\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 242\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 244\\&."
msgstr ""
@@ -1260,6 +1306,11 @@ msgstr ""
msgid "Andrew Gregory E<lt>andrew\\&.gregory\\&.8@gmail\\&.comE<gt>"
msgstr ""
+#: fedora-rawhide
+#, no-wrap
+msgid "Apr 24, 2024"
+msgstr ""
+
#: archlinux fedora-40 fedora-rawhide
msgid "Aurelien Foret E<lt>aurelien@archlinux\\&.orgE<gt>"
msgstr ""
@@ -1430,7 +1481,7 @@ msgstr ""
msgid "B<--no-wrap>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--output-all>"
msgstr ""
@@ -1535,7 +1586,7 @@ msgstr ""
msgid "B<-I>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-J>, B<--json>"
msgstr ""
@@ -1628,7 +1679,7 @@ msgstr ""
msgid "B<-k>, B<--pubkey>=I<\\,FILE\\/>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<-l>, B<--list>"
msgstr ""
@@ -1639,7 +1690,7 @@ msgstr ""
msgid "B<-n>, B<--add-location>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-n>, B<--noheadings>"
msgstr ""
@@ -1655,7 +1706,7 @@ msgstr ""
msgid "B<-o>, B<--output-file>=I<\\,FILE\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-o>, B<--output> I<list>"
msgstr ""
@@ -1665,8 +1716,8 @@ msgstr ""
msgid "B<-p>, B<--properties-output>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<-r>, B<--raw>"
msgstr ""
@@ -1688,12 +1739,18 @@ msgstr ""
msgid "B<-v, --verbose>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed mageia-cauldron archlinux
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 mageia-cauldron archlinux
#, no-wrap
msgid "B<-v, --version>"
msgstr ""
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed archlinux opensuse-leap-15-6
+#, no-wrap
+msgid "B<-version>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1724,12 +1781,6 @@ msgstr ""
msgid "B<3>"
msgstr ""
-#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "B<64>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1802,8 +1853,8 @@ msgstr ""
msgid "B<ENXIO>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<EOVERFLOW>"
msgstr ""
@@ -1826,8 +1877,8 @@ msgstr ""
msgid "B<K>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<PostScript> is a trademark of Adobe Systems Incorporated."
msgstr ""
@@ -1856,6 +1907,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<e>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<grub-mkconfig>(8)"
msgstr ""
@@ -1936,6 +1993,11 @@ msgstr ""
msgid "Be verbose."
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Boot Loader Specification"
+msgstr ""
+
#: archlinux
msgid ""
"Bugs? You must be kidding; there are no bugs in this software\\&. But if we "
@@ -2057,8 +2119,8 @@ msgstr ""
msgid "COMPATIBILITY"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "CONFORMING TO"
msgstr ""
@@ -2097,11 +2159,11 @@ msgstr ""
msgid "Copyright (C) Angus J. C. Duggan 1991-1995"
msgstr ""
-#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm fedora-40 opensuse-leap-15-6
msgid "Copyright (c) 1991-2023 Free Software Foundation, Inc."
msgstr ""
-#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "Copyright (c) 1991-2024 Free Software Foundation, Inc."
msgstr ""
@@ -2230,6 +2292,11 @@ msgstr ""
msgid "December 2021"
msgstr ""
+#: debian-unstable archlinux
+#, no-wrap
+msgid "December 2023"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2258,7 +2325,7 @@ msgstr ""
msgid "Display version information\\&."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Do not print a header line."
msgstr ""
@@ -2317,8 +2384,8 @@ msgid ""
"B<machinectl -H >I<HOST>\\&. Put IPv6 addresses in brackets\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "Exit status:"
msgstr ""
@@ -2389,7 +2456,7 @@ msgstr ""
msgid "FF"
msgstr ""
-#: fedora-40 fedora-rawhide
+#: fedora-40
#, no-wrap
msgid "Feb 08, 2024"
msgstr ""
@@ -2453,19 +2520,14 @@ msgstr ""
msgid "GNU gettext-tools 0.21"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "GNU gettext-tools 0.21.1"
msgstr ""
-#: fedora-40
-#, no-wrap
-msgid "GNU gettext-tools 0.22"
-msgstr ""
-
-#: archlinux fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "GNU gettext-tools 0.22.2"
+msgid "GNU gettext-tools 0.22.5"
msgstr ""
#: archlinux
@@ -2485,6 +2547,12 @@ msgid "History"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<$SYSTEMD_COLORS>"
msgstr ""
@@ -2568,164 +2636,180 @@ msgstr ""
msgid "I<fd> is not a valid file descriptor."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859 alphabets"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-1"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-10"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-11"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-13"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-14"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-15"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-16"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-2"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-3"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-4"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-5"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-6"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-7"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-8"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "ISO 8859-9"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859 alphabets"
+msgid "ISO/IEC\\ 8859 alphabets"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-1"
+msgid "ISO/IEC\\ 8859-1"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-10"
+msgid "ISO/IEC\\ 8859-10"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-11"
+msgid "ISO/IEC\\ 8859-11"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-13"
+msgid "ISO/IEC\\ 8859-13"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-14"
+msgid "ISO/IEC\\ 8859-14"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-15"
+msgid "ISO/IEC\\ 8859-15"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-16"
+msgid "ISO/IEC\\ 8859-16"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-2"
+msgid "ISO/IEC\\ 8859-2"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-3"
+msgid "ISO/IEC\\ 8859-3"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-4"
+msgid "ISO/IEC\\ 8859-4"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-5"
+msgid "ISO/IEC\\ 8859-5"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-6"
+msgid "ISO/IEC\\ 8859-6"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-7"
+msgid "ISO/IEC\\ 8859-7"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-8"
+msgid "ISO/IEC\\ 8859-8"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
-msgid "ISO/IEC\\~8859-9"
+msgid "ISO/IEC\\ 8859-9"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -2760,8 +2844,8 @@ msgstr ""
msgid "Implicit Dependencies"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid ""
"In addition to the \"main\" configuration file, drop-in configuration "
"snippets are read from /usr/lib/systemd/*\\&.conf\\&.d/, /usr/local/lib/"
@@ -2775,6 +2859,20 @@ msgid ""
"entries are collected as they occur in the sorted files\\&."
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"In addition to the main configuration file, drop-in configuration snippets "
+"are read from /usr/lib/systemd/*\\&.conf\\&.d/, /usr/local/lib/systemd/*\\&."
+"conf\\&.d/, and /etc/systemd/*\\&.conf\\&.d/\\&. Those drop-ins have higher "
+"precedence and override the main configuration file\\&. Files in the *\\&."
+"conf\\&.d/ configuration subdirectories are sorted by their filename in "
+"lexicographic order, regardless of in which of the subdirectories they "
+"reside\\&. When multiple files specify the same option, for options which "
+"accept just a single value, the entry in the file sorted last takes "
+"precedence, and for options which accept a list of values, entries are "
+"collected as they occur in the sorted files\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2809,6 +2907,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "K"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "KERNEL COMMAND LINE"
msgstr ""
@@ -3101,6 +3205,18 @@ msgstr ""
msgid "No errors occur."
msgstr ""
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Note that setting the regular I<$LESS> environment variable has no effect "
+"for B<less> invocations by systemd tools\\&."
+msgstr ""
+
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Note that setting the regular I<$LESSCHARSET> environment variable has no "
+"effect for B<less> invocations by systemd tools\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid ""
@@ -3202,8 +3318,8 @@ msgstr ""
msgid "P"
msgstr ""
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed archlinux fedora-40
-#: fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
msgid "POSIX.1-2001, 4.3BSD."
msgstr ""
@@ -3247,7 +3363,7 @@ msgstr ""
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
-msgid "Pacman 6\\&.0\\&.2"
+msgid "Pacman 6\\&.1\\&.0"
msgstr ""
#: archlinux fedora-40 fedora-rawhide
@@ -3257,7 +3373,7 @@ msgstr ""
#: archlinux
#, no-wrap
-msgid "Pacman-contrib 1\\&.10\\&.4"
+msgid "Pacman-contrib 1\\&.10\\&.6"
msgstr ""
#: archlinux
@@ -3280,8 +3396,8 @@ msgstr ""
msgid "Past major contributors:"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
-#: opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed opensuse-leap-15-6
msgid ""
"Permission is granted to copy, distribute and/or modify this document under "
"the terms of the GNU Free Documentation License, Version 1.3 or any later "
@@ -3291,7 +3407,7 @@ msgid ""
"License\"."
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Permission is granted to copy, distribute and/or modify this document under "
"the terms of the \\s-1GNU\\s0 Free Documentation License, Version 1.3 or any "
@@ -3301,7 +3417,7 @@ msgid ""
"Documentation License\\*(R\"."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "Programmer\\(aqs Manual"
msgstr ""
@@ -3344,6 +3460,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "S"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "SBAT metadata"
msgstr ""
@@ -3430,8 +3552,8 @@ msgstr ""
msgid "T"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "TRADEMARKS"
msgstr ""
@@ -3482,8 +3604,7 @@ msgid ""
"over modifications to the main configuration file\\&."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The default configuration is set during compilation, so configuration is "
"only needed when it is necessary to deviate from those defaults\\&. The main "
@@ -3496,6 +3617,21 @@ msgid ""
"main configuration file\\&."
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"The default configuration is set during compilation, so configuration is "
+"only needed when it is necessary to deviate from those defaults\\&. The main "
+"configuration file is loaded from one of the listed directories in order of "
+"priority, only the first file found is used: /etc/systemd/, /run/systemd/, /"
+"usr/local/lib/systemd/, /usr/lib/systemd/\\&. The vendor version of the file "
+"contains commented out entries showing the defaults as a guide to the "
+"administrator\\&. Local overrides can also be created by creating drop-ins, "
+"as described below\\&. The main configuration file can also be edited for "
+"this purpose (or a copy in /etc/ if it\\*(Aqs shipped under /usr/), however "
+"using drop-ins for local configuration is recommended over modifications to "
+"the main configuration file\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid ""
@@ -3519,16 +3655,17 @@ msgid ""
"The following dependencies are added unless I<DefaultDependencies=no> is set:"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid "The full set of ISO 8859 alphabets includes:"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-msgid "The full set of ISO/IEC\\~8859 alphabets includes:"
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "The full set of ISO/IEC\\ 8859 alphabets includes:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"The maximum log level of emitted messages (messages with a higher log level, "
"i\\&.e\\&. less important ones, will be suppressed)\\&. Either one of (in "
@@ -3537,6 +3674,22 @@ msgid ""
"0\\&...7\\&. See B<syslog>(3) for more information\\&."
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"The maximum log level of emitted messages (messages with a higher log level, "
+"i\\&.e\\&. less important ones, will be suppressed)\\&. Takes a comma-"
+"separated list of values\\&. A value may be either one of (in order of "
+"decreasing importance) B<emerg>, B<alert>, B<crit>, B<err>, B<warning>, "
+"B<notice>, B<info>, B<debug>, or an integer in the range 0\\&...7\\&. See "
+"B<syslog>(3) for more information\\&. Each value may optionally be prefixed "
+"with one of B<console>, B<syslog>, B<kmsg> or B<journal> followed by a colon "
+"to set the maximum log level for that specific log target (e\\&.g\\&. "
+"B<SYSTEMD_LOG_LEVEL=debug,console:info> specifies to log at debug level "
+"except when logging to the console which should be at info level)\\&. Note "
+"that the global maximum log level takes priority over any per target maximum "
+"log levels\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -3570,9 +3723,12 @@ msgstr ""
msgid "This document was last revised for Ghostscript version 10.00.0."
msgstr ""
-#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed fedora-40
-#: fedora-rawhide
-msgid "This document was last revised for Ghostscript version 10.02.1."
+#: opensuse-tumbleweed
+msgid "This document was last revised for Ghostscript version 10.03.0."
+msgstr ""
+
+#: archlinux debian-unstable mageia-cauldron fedora-rawhide
+msgid "This document was last revised for Ghostscript version 10.03.1."
msgstr ""
#: debian-bookworm
@@ -3646,7 +3802,7 @@ msgstr ""
msgid "U"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use JSON output format."
msgstr ""
@@ -3684,8 +3840,7 @@ msgid ""
"dash, to simplify the ordering of the files\\&."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6
+#: archlinux fedora-40 mageia-cauldron
msgid ""
"When packages need to customize the configuration, they can install drop-ins "
"under /usr/\\&. Files in /etc/ are reserved for the local administrator, who "
@@ -3700,7 +3855,7 @@ msgid ""
"users\\&."
msgstr ""
-#: opensuse-tumbleweed
+#: debian-unstable fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"When packages need to customize the configuration, they can install drop-ins "
"under /usr/\\&. Files in /etc/ are reserved for the local administrator, who "
@@ -3759,6 +3914,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
+"\\%https://uapi-group.org/specifications/specs/boot_loader_specification"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
"\\%https://uapi-group.org/specifications/specs/"
"discoverable_partitions_specification"
msgstr ""
@@ -3785,12 +3946,7 @@ msgstr ""
msgid "b"
msgstr ""
-#: mageia-cauldron debian-bookworm
-#, no-wrap
-msgid "binutils-2.40"
-msgstr ""
-
-#: debian-bookworm mageia-cauldron
+#: debian-bookworm
#, no-wrap
msgid "binutils-2.40.00"
msgstr ""
@@ -3805,7 +3961,7 @@ msgstr ""
msgid "binutils-2.41.0"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
+#: debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "binutils-2.42"
msgstr ""
@@ -3842,7 +3998,7 @@ msgstr ""
msgid "disable shim_lock verifier"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable opensuse-leap-15-6
msgid "display version information and exit"
msgstr ""
@@ -3915,12 +4071,6 @@ msgid "l"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "l l"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "l l l"
@@ -3933,12 +4083,6 @@ msgid "l l l."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "l l."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "line delimiter is NUL, not newline"
msgstr ""
@@ -4034,6 +4178,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "show program's version number and exit"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sort output by file location"
msgstr ""
diff --git a/templates/common/min-020-occurences.pot b/templates/common/min-020-occurences.pot
index d5f845ee..3fca0ef9 100644
--- a/templates/common/min-020-occurences.pot
+++ b/templates/common/min-020-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-09 17:48+0100\n"
+"POT-Creation-Date: 2024-06-01 06:39+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"
@@ -81,8 +81,8 @@ msgstr ""
msgid "* \\ \\ "
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "-"
msgstr ""
@@ -170,8 +170,8 @@ msgstr ""
msgid "164"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "166"
msgstr ""
@@ -608,7 +608,7 @@ msgstr ""
msgid "4"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
#: fedora-rawhide opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "5"
@@ -638,72 +638,96 @@ msgstr ""
msgid "AD"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "A\\h'-(\\w'A'u*4/10)'E"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "Added in version 232\\&."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 233\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 239\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 240\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 243\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 245\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 246\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 247\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 248\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 249\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 250\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 251\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 252\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 253\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 254\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 255\\&."
msgstr ""
+#: debian-unstable fedora-rawhide archlinux mageia-cauldron opensuse-tumbleweed
+msgid "Added in version 256\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -734,8 +758,8 @@ msgstr ""
msgid "B<#include E<lt>math.hE<gt>>\n"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<#include E<lt>pthread.hE<gt>>\n"
msgstr ""
@@ -890,7 +914,7 @@ msgid "B<-c>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed debian-bullseye
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 debian-bullseye
#, no-wrap
msgid "B<-d>"
msgstr ""
@@ -919,14 +943,14 @@ msgstr ""
msgid "B<-g>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<-h, --help>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux opensuse-leap-15-6 debian-bullseye
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 debian-bullseye
#, no-wrap
msgid "B<-h>"
msgstr ""
@@ -998,7 +1022,7 @@ msgid "B<-s>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "B<-t>"
msgstr ""
@@ -1129,8 +1153,8 @@ msgstr ""
msgid "B<ENOENT>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOSPC>"
msgstr ""
@@ -1177,6 +1201,11 @@ msgstr ""
msgid "B<SANE_CONFIG_DIR>"
msgstr ""
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<proc>(5)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1233,14 +1262,14 @@ msgstr ""
msgid "CONFIGURATION DIRECTORIES AND PRECEDENCE"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "CONFIGURATION FILE"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable archlinux
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'"
msgstr ""
@@ -1279,8 +1308,8 @@ msgstr ""
msgid "DIAGNOSTICS"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'"
msgstr ""
@@ -1291,17 +1320,17 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: debian-unstable archlinux
-#, no-wrap
-msgid "December 2023"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "Description"
msgstr ""
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Display version information and exit."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Do not pipe output into a pager\\&."
@@ -1325,12 +1354,22 @@ msgstr ""
msgid "E2"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
#, no-wrap
msgid "E2fsprogs version 1.47.0"
msgstr ""
+#: archlinux debian-unstable
+#, no-wrap
+msgid "E2fsprogs version 1.47.1"
+msgstr ""
+
+#: debian-bookworm
+#, no-wrap
+msgid "E2fsprogs version 1.47.1-rc2"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1451,13 +1490,14 @@ msgstr ""
msgid "FE"
msgstr ""
-#: debian-bookworm mageia-cauldron archlinux debian-unstable fedora-40
-#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
#, no-wrap
msgid "February 2023"
msgstr ""
-#: debian-unstable archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
#, no-wrap
msgid "February 2024"
msgstr ""
@@ -1474,17 +1514,17 @@ msgstr ""
#: debian-bookworm
#, no-wrap
-msgid "GRUB 2.06-13+deb12u1"
+msgid "GRUB 2.12-1~bpo12+1"
msgstr ""
#: debian-unstable
#, no-wrap
-msgid "GRUB 2.12-1"
+msgid "GRUB 2.12-2"
msgstr ""
#: archlinux
#, no-wrap
-msgid "GRUB 2:2.12-1"
+msgid "GRUB 2:2.12-2"
msgstr ""
#: opensuse-tumbleweed
@@ -1527,11 +1567,6 @@ msgstr ""
msgid "Insufficient kernel memory was available."
msgstr ""
-#: fedora-40 mageia-cauldron
-#, no-wrap
-msgid "June 2023"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1556,6 +1591,11 @@ msgstr ""
msgid "Math library (I<libm>, I<-lm>)"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "May 2024"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Mtools' texinfo doc"
@@ -1585,17 +1625,11 @@ msgstr ""
msgid "Oct"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "October 2022"
msgstr ""
-#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
-#, no-wrap
-msgid "October 2023"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "On success, 0 is returned, a non-zero failure code otherwise\\&."
@@ -1619,8 +1653,8 @@ msgstr ""
msgid "Out of memory."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
msgid "POSIX threads library (I<libpthread>, I<-lpthread>)"
msgstr ""
@@ -1676,8 +1710,8 @@ msgstr ""
msgid "Report bugs to E<lt>bug-grub@gnu.orgE<gt>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "SANE Scanner Access Now Easy"
msgstr ""
@@ -1695,13 +1729,8 @@ msgstr ""
msgid "See\\ Also"
msgstr ""
-#: archlinux fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "September 2023"
-msgstr ""
-
-#: debian-bookworm opensuse-leap-15-6 archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
#, no-wrap
msgid "System Administration"
msgstr ""
@@ -1876,12 +1905,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "\\ "
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"\\&A premade html can be found at \\&\\&CW<\\(ifhttp://www.gnu.org/software/"
"mtools/manual/mtools.html\\(is>"
@@ -1893,38 +1916,38 @@ msgstr ""
msgid "\\(bu"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\h'\\*(#H'\\(*b\\h'-\\*(#H'"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]"
msgstr ""
@@ -1935,8 +1958,8 @@ msgstr ""
msgid "_"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "a\\h'-(\\w'a'u*4/10)'e"
msgstr ""
@@ -1962,6 +1985,18 @@ msgstr ""
msgid "kbd"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "l l"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "l l."
+msgstr ""
+
#: debian-bookworm
#, no-wrap
msgid "mtools-4.0.32"
diff --git a/templates/common/min-100-occurences.pot b/templates/common/min-100-occurences.pot
index 57fadd1a..96bf999b 100644
--- a/templates/common/min-100-occurences.pot
+++ b/templates/common/min-100-occurences.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 17:15+0100\n"
+"POT-Creation-Date: 2024-06-01 06:39+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"
@@ -35,8 +35,8 @@ msgstr ""
msgid "ATTRIBUTES"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed mageia-cauldron archlinux debian-bullseye
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "AUTHOR"
msgstr ""
@@ -53,9 +53,9 @@ msgstr ""
msgid "AVAILABILITY"
msgstr ""
-#: mageia-cauldron debian-bookworm fedora-40 fedora-rawhide
+#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable mageia-cauldron
#, no-wrap
-msgid "April 2022"
+msgid "April 2024"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -64,6 +64,11 @@ msgstr ""
msgid "Attribute"
msgstr ""
+#: mageia-cauldron debian-unstable
+#, no-wrap
+msgid "August 2023"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -112,8 +117,8 @@ msgstr ""
msgid "B<EINVAL>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOMEM>"
msgstr ""
@@ -147,37 +152,38 @@ msgid ""
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
-#: debian-bookworm mageia-cauldron archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed archlinux
-#: mageia-cauldron
+#: debian-unstable fedora-40 mageia-cauldron archlinux fedora-rawhide
+#: opensuse-tumbleweed
msgid ""
"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron debian-bullseye
+#: fedora-rawhide opensuse-tumbleweed archlinux
+msgid ""
+"Copyright \\(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm fedora-rawhide
msgid "Display help text and exit."
msgstr ""
-#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
-msgid "Display version information and exit."
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed mageia-cauldron archlinux
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 mageia-cauldron archlinux
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
@@ -200,8 +206,8 @@ msgstr ""
msgid "EXIT STATUS"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed mageia-cauldron archlinux debian-bullseye
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "FILES"
msgstr ""
@@ -218,7 +224,7 @@ msgid ""
"For an explanation of the terms used in this section, see B<attributes>(7)."
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm fedora-rawhide
msgid "For bug reports, use the issue tracker at"
msgstr ""
@@ -227,16 +233,21 @@ msgstr ""
msgid "GNU coreutils 8.32"
msgstr ""
-#: debian-bookworm mageia-cauldron
+#: debian-bookworm
#, no-wrap
msgid "GNU coreutils 9.1"
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed archlinux
+#: debian-unstable fedora-40 mageia-cauldron
#, no-wrap
msgid "GNU coreutils 9.4"
msgstr ""
+#: fedora-rawhide opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "GNU coreutils 9.5"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
msgid ""
@@ -255,8 +266,8 @@ msgstr ""
msgid "Interface"
msgstr ""
-#: debian-unstable mageia-cauldron fedora-40 fedora-rawhide opensuse-tumbleweed
-#: archlinux opensuse-leap-15-6
+#: mageia-cauldron archlinux fedora-rawhide opensuse-tumbleweed fedora-40
+#: opensuse-leap-15-6 debian-unstable
#, no-wrap
msgid "January 2024"
msgstr ""
@@ -267,6 +278,11 @@ msgstr ""
msgid "LIBRARY"
msgstr ""
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""
+
#: debian-bookworm
#, no-wrap
msgid "Linux man-pages 6.03"
@@ -277,14 +293,19 @@ msgstr ""
msgid "Linux man-pages 6.04"
msgstr ""
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.06"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.06"
+msgid "Linux man-pages 6.7"
+msgstr ""
+
+#: archlinux debian-unstable
+#, no-wrap
+msgid "Linux man-pages 6.8"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -298,8 +319,14 @@ msgstr ""
msgid "MT-Safe"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron debian-bullseye
+#: debian-unstable archlinux mageia-cauldron opensuse-leap-15-6 fedora-rawhide
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "March 2024"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "NAME"
msgstr ""
@@ -310,17 +337,12 @@ msgstr ""
msgid "NOTES"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "OPTIONS"
msgstr ""
-#: opensuse-leap-15-6 mageia-cauldron
-#, no-wrap
-msgid "October 2021"
-msgstr ""
-
#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "POSIX.1-2001, POSIX.1-2008."
@@ -331,8 +353,8 @@ msgstr ""
msgid "POSIX.1-2008."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed debian-unstable
+#: debian-bookworm opensuse-leap-15-6 fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed archlinux debian-unstable
msgid "Print version and exit."
msgstr ""
@@ -342,8 +364,8 @@ msgstr ""
msgid "REPORTING BUGS"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "RETURN VALUE"
msgstr ""
@@ -354,20 +376,20 @@ msgid ""
"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "SEE ALSO"
msgstr ""
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
msgid "STANDARDS"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron debian-bullseye
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
@@ -434,19 +456,19 @@ msgstr ""
msgid "should give you access to the complete manual."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "systemd 254"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "systemd 255"
msgstr ""
-#: opensuse-leap-15-6
+#: debian-unstable fedora-rawhide
#, no-wrap
-msgid "util-linux 2.37.4"
+msgid "systemd 256~rc3"
msgstr ""
#: debian-bookworm