summaryrefslogtreecommitdiffstats
path: root/templates/man8/swapon.8.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man8/swapon.8.pot')
-rw-r--r--templates/man8/swapon.8.pot250
1 files changed, 95 insertions, 155 deletions
diff --git a/templates/man8/swapon.8.pot b/templates/man8/swapon.8.pot
index 049ba299..36dc3ba4 100644
--- a/templates/man8/swapon.8.pot
+++ b/templates/man8/swapon.8.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2023-08-27 17:24+0200\n"
+"POT-Creation-Date: 2024-03-29 09:53+0100\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"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SWAPON"
msgstr ""
@@ -35,54 +35,54 @@ msgid "util-linux 2.38.1"
msgstr ""
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "System Administration"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"swapon, swapoff - enable/disable devices and files for paging and swapping"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<swapon> [options] [I<specialfile>...]"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<swapoff> [B<-va>] [I<specialfile>...]"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<swapon> is used to specify devices on which paging and swapping are to "
"take place."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The device or file used is given by the I<specialfile> parameter. It may be "
"of the form B<-L> I<label> or B<-U> I<uuid> to indicate a device by label or "
@@ -90,7 +90,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Calls to B<swapon> normally occur in the system boot scripts making all swap "
"devices available, so that the paging and swapping activity is interleaved "
@@ -98,7 +98,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<swapoff> disables swapping on the specified devices and files. When the B<-"
"a> flag is given, swapping is disabled on all known swap devices and files "
@@ -106,18 +106,18 @@ msgid ""
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-a>, B<--all>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"All devices marked as \"swap\" in I</etc/fstab> are made available, except "
"for those with the \"noauto\" option. Devices that are already being used as "
@@ -125,12 +125,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-d>, B<--discard>[B<=>I<policy>]"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Enable swap discards, if the swap backing device supports the discard or "
"trim operation. This may improve performance on some Solid State Devices, "
@@ -139,31 +139,31 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--discard=once>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"to perform a single-time discard operation for the whole swap area at "
"swapon; or"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--discard=pages>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"to asynchronously discard freed swap pages before they are available for "
"reuse."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"If no policy is selected, the default behavior is to enable both discard "
"types. The I</etc/fstab> mount options B<discard>, B<discard=once>, or "
@@ -171,24 +171,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-e>, B<--ifexists>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Silently skip devices that do not exist. The I</etc/fstab> mount option "
"B<nofail> may also be used to skip non-existing device."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--fixpgsz>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Reinitialize (exec mkswap) the swap space if its page size does not match "
"that of the current running kernel. B<mkswap>(8) initializes the whole "
@@ -196,19 +196,19 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L> I<label>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Use the partition that has the specified I<label>. (For this, access to I</"
"proc/partitions> is needed.)"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-o>, B<--options> I<opts>"
msgstr ""
@@ -220,24 +220,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<swapon -o pri=1,discard=pages,nofail /dev/sda2>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The I<opts> string is evaluated last and overrides all other command line "
"options."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-p>, B<--priority> I<priority>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Specify the priority of the swap device. I<priority> is a value between -1 "
"and 32767. Higher numbers indicate higher priority. See B<swapon>(2) for a "
@@ -247,12 +247,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-s>, B<--summary>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Display swap usage summary by device. Equivalent to B<cat /proc/swaps>. This "
"output format is DEPRECATED in favour of B<--show> that provides better "
@@ -260,91 +260,91 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--show>[B<=>I<column>...]"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Display a definable table of swap areas. See the B<--help> output for a list "
"of available columns."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--output-all>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Output all available columns."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--noheadings>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Do not print headings when displaying B<--show> output."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--raw>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display B<--show> output without aligning table columns."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--bytes>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Display swap size in bytes in B<--show> output instead of in user-friendly "
"units."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-U> I<uuid>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use the partition that has the specified I<uuid>."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-v>, B<--verbose>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Be verbose."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display help text and exit."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr ""
@@ -354,38 +354,38 @@ msgid "Print version and exit."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "EXIT STATUS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<swapoff> has the following exit status values since v2.36:"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<0>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "success"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<2>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "system has insufficient memory to stop swapping (OOM)"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<4>"
msgstr ""
@@ -395,7 +395,7 @@ msgid "B<swapoff>(2) syscall failed for another reason"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<8>"
msgstr ""
@@ -405,51 +405,51 @@ msgid "non-B<swapoff>(2) syscall system error (out of memory, ...)"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<16>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "usage or syntax error"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<32>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "all swapoff failed on B<--all>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<64>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "some swapoff succeeded on B<--all>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The command B<swapoff --all> returns 0 (all succeeded), 32 (all failed), or "
"64 (some failed, some succeeded)."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"+ The old versions before v2.36 has no documented exit status, 0 means "
"success in all versions."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
@@ -460,7 +460,7 @@ msgid "B<LIBMOUNT_DEBUG>=all"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables B<libmount> debug output."
msgstr ""
@@ -470,50 +470,50 @@ msgid "B<LIBBLKID_DEBUG>=all"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables B<libblkid> debug output."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "FILES"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</dev/sd??>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "standard paging devices"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</etc/fstab>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "ascii filesystem description table"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NOTES"
msgstr ""
#. type: SS
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "Files with holes"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The swap file implementation in the kernel expects to be able to write to "
"the file directly, without the assistance of the filesystem. This is a "
@@ -522,14 +522,14 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Commands like B<cp>(1) or B<truncate>(1) create files with holes. These "
"files will be rejected by B<swapon>."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Preallocated files created by B<fallocate>(1) may be interpreted as files "
"with holes too depending of the filesystem. Preallocated swap files are "
@@ -537,14 +537,14 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The most portable solution to create a swap file is to use B<dd>(1) and I</"
"dev/zero>."
msgstr ""
#. type: SS
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "Btrfs"
msgstr ""
@@ -557,18 +557,18 @@ msgid ""
msgstr ""
#. type: SS
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NFS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Swap over B<NFS> may not work."
msgstr ""
#. type: SS
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "Suspend"
msgstr ""
@@ -583,109 +583,49 @@ msgid ""
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "HISTORY"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The B<swapon> command appeared in 4.0BSD."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<swapoff>(2), B<swapon>(2), B<fstab>(5), B<init>(8), B<fallocate>(1), "
"B<mkswap>(8), B<mount>(8), B<rc>(8)"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<swapon> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "2022-02-14"
-msgstr ""
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "util-linux 2.37.4"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"Specify swap options by an fstab-compatible comma-separated string. For "
-"example:"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "Display version information and exit."
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "swapoff syscall failed for another reason"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "non-swapoff syscall system error (out of memory, ...)"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_DEBUG=all"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "LIBBLKID_DEBUG=all"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"Swap files on Btrfs are supported since Linux 5.0 on files with nocow "
-"attribute. See the B<btrfs>(5) manual page for more details."
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"B<swapon> automatically detects and rewrites a swap space signature with old "
-"software suspend data (e.g., S1SUSPEND, S2SUSPEND, ...). The problem is that "
-"if we don\\(cqt do it, then we get data corruption the next time an attempt "
-"at unsuspending is made."
-msgstr ""