summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.8
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-05-18 21:21:42 +0200
committerKarel Zak2018-05-23 10:43:27 +0200
commit0bb7e904d72213b29f890364e25796685ee377f4 (patch)
tree5930dd59265bbad36cd13b69f5028d0e6d58bf61 /sys-utils/swapon.8
parentmore: reorder global declarations (diff)
downloadkernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.gz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.xz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.zip
man: Use the correct macro for a font change of one argument
Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'sys-utils/swapon.8')
-rw-r--r--sys-utils/swapon.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/swapon.8 b/sys-utils/swapon.8
index b8fc8be71..8398f1b35 100644
--- a/sys-utils/swapon.8
+++ b/sys-utils/swapon.8
@@ -35,7 +35,7 @@
.SH NAME
swapon, swapoff \- enable/disable devices and files for paging and swapping
.SH SYNOPSIS
-.BR swapon
+.B swapon
[options]
.RI [ specialfile ...]
.br
@@ -83,10 +83,10 @@ Enable swap discards, if the swap backing device supports the discard or
trim operation. This may improve performance on some Solid State Devices,
but often it does not. The option allows one to select between two
available swap discard policies:
-.BI \-\-discard=once
+.B \-\-discard=once
to perform a single-time discard operation for the whole swap area at swapon;
or
-.BI \-\-discard=pages
+.B \-\-discard=pages
to asynchronously discard freed swap pages before they are available for reuse.
If no policy is selected, the default behavior is to enable both discard types.
The