From 5486075caee329fcc5ab7766a8a571fd3a45d363 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 4 Feb 2014 06:20:14 -0600 Subject: Tweak help text. --- toys/posix/df.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'toys/posix/df.c') diff --git a/toys/posix/df.c b/toys/posix/df.c index 97b3234f..ed41a4ee 100644 --- a/toys/posix/df.c +++ b/toys/posix/df.c @@ -26,12 +26,10 @@ config DF_PEDANTIC usage: df [-Pk] -P The SUSv3 "Pedantic" option - - Provides a slightly less useful output format dictated by - the Single Unix Specification version 3, and sets the - units to 512 bytes instead of the default 1024 bytes. - -k Sets units back to 1024 bytes (the default without -P) + + Pedantic provides a slightly less useful output format dictated by Posix, + and sets the units to 512 bytes instead of the default 1024 bytes. */ #define FOR_df -- cgit v1.2.3