summaryrefslogtreecommitdiffstats
path: root/bin/df/df.1
diff options
context:
space:
mode:
authorpirzyk <pirzyk@FreeBSD.org>2001-06-04 23:07:15 +0000
committerpirzyk <pirzyk@FreeBSD.org>2001-06-04 23:07:15 +0000
commit7e25cedba658e2e86f2d376fe365e7a54cbc2e18 (patch)
tree2cc4eb6240d4fb6d224d9ac79266ee167ce2cc9a /bin/df/df.1
parent7d96c52053877a70db05c280899fc20637777e34 (diff)
downloadFreeBSD-src-7e25cedba658e2e86f2d376fe365e7a54cbc2e18.zip
FreeBSD-src-7e25cedba658e2e86f2d376fe365e7a54cbc2e18.tar.gz
Added the -l option to df, so to be compatable with other unicies.
PR: bin/27240 Reviewed by: GAWollman MFC after: 2 weeks
Diffstat (limited to 'bin/df/df.1')
-rw-r--r--bin/df/df.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 9a4b797..ab426c6 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -44,7 +44,7 @@
.Fl b | h | H | k |
.Fl m | P
.Oc
-.Op Fl ain
+.Op Fl ailn
.Op Fl t Ar type
.Op Ar file | filesystem ...
.Sh DESCRIPTION
@@ -91,6 +91,8 @@ Use 1024-byte (1-Kbyte) blocks rather than the default. Note that
this overrides the
.Ev BLOCKSIZE
specification from the environment.
+.It Fl l
+Only display information about locally-mounted filesystems.
.It Fl m
Use 1048576-byte (1-Mbyte) blocks rather than the default. Note that
this overrides the
@@ -106,7 +108,7 @@ When this option is specified,
will not request new statistics from the filesystems, but will respond
with the possibly stale statistics that were previously obtained.
.It Fl P
-Use POSIX compliant output of 512-byte blocks rather than the default.
+Use POSIX compliant output of 512-byte blocks rather than the default.
Note that this overrides the
.Ev BLOCKSIZE
specification from the environment.
OpenPOWER on IntegriCloud