diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/df/df.1 | 4 | ||||
-rw-r--r-- | bin/ls/ls.1 | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 940ad82..629cf4c 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -175,7 +175,7 @@ format output. When used with the .Fl l option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte -and Petabyte in order to reduce the number of digits to three or less +and Petabyte in order to reduce the number of digits to four or fewer using base 2 for sizes. .It Fl i For each file, print the file's file serial number (inode number). |