diff options
author | jwd <jwd@FreeBSD.org> | 2000-06-03 20:17:39 +0000 |
---|---|---|
committer | jwd <jwd@FreeBSD.org> | 2000-06-03 20:17:39 +0000 |
commit | e64034fa46869232ef1305627f0ad99a4e3e663e (patch) | |
tree | afeb54860dbced9f934225360fb45f271d7a4a3f /bin/df/df.1 | |
parent | 030112417be6e020b7efbdaf67cf0079efc1de70 (diff) | |
download | FreeBSD-src-e64034fa46869232ef1305627f0ad99a4e3e663e.zip FreeBSD-src-e64034fa46869232ef1305627f0ad99a4e3e663e.tar.gz |
Add -g for gigabyte sizes.
Approved by: jkh
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index e785321..9660183 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -71,6 +71,11 @@ Use 512-byte blocks rather than the default. Note that this overrides the .Ev BLOCKSIZE specification from the environment. +.It Fl g +Use 1073741824-byte (1-Gbyte) blocks rather than the default. Note that +this overrides the +.Ev BLOCKSIZE +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 |