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:
Tom Rhodes 2003-05-06 21:54:46 +00:00
parent cdb16a3551
commit bf88fa9352
2 changed files with 3 additions and 3 deletions
bin

@ -81,11 +81,11 @@ specification from the environment.
.It Fl H .It Fl H
"Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte,
Gigabyte, Terabyte and Petabyte in order to reduce the number of 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 .It Fl h
"Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte,
Gigabyte, Terabyte and Petabyte in order to reduce the number of 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 .It Fl i
Include statistics on the number of free inodes. Include statistics on the number of free inodes.
.It Fl k .It Fl k

@ -175,7 +175,7 @@ format output.
When used with the When used with the
.Fl l .Fl l
option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte 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. using base 2 for sizes.
.It Fl i .It Fl i
For each file, print the file's file serial number (inode number). For each file, print the file's file serial number (inode number).