From: Benno Schulenberg Date: Mon, 3 Nov 2014 21:17:17 +0000 (+0100) Subject: swapon: reword some usage strings X-Git-Tag: v2.26-rc1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4cae17663bb1b603ea244748f3dbe0ba1ad746b;p=thirdparty%2Futil-linux.git swapon: reword some usage strings Also remove some inconsistent periods and properly punctuate the closing sentence. Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index 8f7e918067..a45760766a 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -756,9 +756,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) " 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++)