summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/du.1
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-25 17:46:59 +0000
committermharo <mharo@FreeBSD.org>2000-01-25 17:46:59 +0000
commit3d620c45322c04e6b40ca9fceca88315b20e9b3b (patch)
tree5b72eb0072cb086118b3ccf3f4a0e5bbf25c9799 /usr.bin/du/du.1
parent810f78cd6f851d59047cded1ce9964c8d87e7392 (diff)
downloadFreeBSD-src-3d620c45322c04e6b40ca9fceca88315b20e9b3b.zip
FreeBSD-src-3d620c45322c04e6b40ca9fceca88315b20e9b3b.tar.gz
Add human-readable output flag, -h
Reviewed by: obrien
Diffstat (limited to 'usr.bin/du/du.1')
-rw-r--r--usr.bin/du/du.110
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 08b1ab4..9dd28ff 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -43,7 +43,7 @@
.Op Fl P | Fl H | Fl L
.Op Fl a | s | d Ar depth
.Op Fl c
-.Op Fl k
+.Op Fl h | k
.Op Fl x
.Op Ar file ...
.Sh DESCRIPTION
@@ -73,6 +73,14 @@ hierarchies are not followed.
Symbolic links on the command line and in file hierarchies are followed.
.It Fl a
Display an entry for each file in a file hierarchy.
+.It Fl h
+"Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte,
+Gigabyte, Terabyte and Petabyte
+.It Fl r
+Generate messages about directories that cannot be read, files
+that cannot be opened, and so on. This is the default case.
+This option exists solely for conformance with
+.St -xpg4 .
.It Fl s
Display an entry for each specified file. (Equivalent to
.Fl d
OpenPOWER on IntegriCloud