summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.c
diff options
context:
space:
mode:
authorKarel Zak2014-10-31 10:58:27 +0100
committerKarel Zak2014-10-31 10:58:27 +0100
commit54f2e4563d6c7064df9f2a201ffe928709c29333 (patch)
tree6571299a20140b0f5293477bfc489c5f3bbff5da /sys-utils/swapon.c
parentfindmnt: document --uniq option in man page (diff)
downloadkernel-qcow2-util-linux-54f2e4563d6c7064df9f2a201ffe928709c29333.tar.gz
kernel-qcow2-util-linux-54f2e4563d6c7064df9f2a201ffe928709c29333.tar.xz
kernel-qcow2-util-linux-54f2e4563d6c7064df9f2a201ffe928709c29333.zip
swapon: remove extra word from usage
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/swapon.c')
-rw-r--r--sys-utils/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c
index f66461ebb..8f7e91806 100644
--- a/sys-utils/swapon.c
+++ b/sys-utils/swapon.c
@@ -756,7 +756,7 @@ 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. (swapon)\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);