diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-05-06 21:54:46 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-05-06 21:54:46 +0000 |
commit | 00a5646d50e2891455461ffbd57b2276dcd15429 (patch) | |
tree | 3639ec550c80526f6d07b358643637ef61faa96e /bin/df/df.1 | |
parent | 89669b5f622221e0a69d368e18f482b7539233c7 (diff) | |
download | FreeBSD-src-00a5646d50e2891455461ffbd57b2276dcd15429.zip FreeBSD-src-00a5646d50e2891455461ffbd57b2276dcd15429.tar.gz |
df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
PR: 35523
Submitted by: Tomas Svensson <tsn@gbdev.net>
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 58af4ca..138545b 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -81,11 +81,11 @@ specification from the environment. .It Fl H "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of -digits to three or less using base 10 for sizes. +digits to four or fewer using base 10 for sizes. .It Fl h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of -digits to three or less using base 2 for sizes. +digits to four or fewer using base 2 for sizes. .It Fl i Include statistics on the number of free inodes. .It Fl k |