df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
PR: 35523 Submitted by: Tomas Svensson <tsn@gbdev.net>
This commit is contained in:
parent
cdb16a3551
commit
bf88fa9352
@ -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
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user