diff options
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r-- | toys/posix/df.c | 8 |
1 files changed, 3 insertions, 5 deletions
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 |