summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-11-03 22:17:17 +0100
committerKarel Zak2014-11-07 13:21:06 +0100
commitf4cae17663bb1b603ea244748f3dbe0ba1ad746b (patch)
tree4a05b8563d84874d4c2956518a9d95c05daf3e0c /sys-utils/swapon.c
parentdocs: fix some wording, grammar and formatting in man page of swapon (diff)
downloadkernel-qcow2-util-linux-f4cae17663bb1b603ea244748f3dbe0ba1ad746b.tar.gz
kernel-qcow2-util-linux-f4cae17663bb1b603ea244748f3dbe0ba1ad746b.tar.xz
kernel-qcow2-util-linux-f4cae17663bb1b603ea244748f3dbe0ba1ad746b.zip
swapon: reword some usage strings
Also remove some inconsistent periods and properly punctuate the closing sentence. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/swapon.c')
-rw-r--r--sys-utils/swapon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c
index 8f7e91806..a45760766 100644
--- a/sys-utils/swapon.c
+++ b/sys-utils/swapon.c
@@ -756,9 +756,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
" <file> name of file to be used\n"), out);
fputs(_("\nAvailable discard policy types (for --discard):\n"
- " once : only single-time area discards are issued.\n"
- " pages : discard freed pages before they are reused.\n"
- " * if no policy is selected both discard types are enabled. (default)\n"), out);
+ " once : only single-time area discards are issued\n"
+ " pages : freed pages are discarded before they are reused\n"
+ " If no policy is selected, both discard types are enabled (default).\n"), out);
fputs(_("\nAvailable columns (for --show):\n"), out);
for (i = 0; i < ARRAY_SIZE(infos); i++)