aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-08-26 16:55:10 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-08-26 16:55:10 +0000
commit78635beacaf191cb8399f9677d1a390db83a3789 (patch)
tree958cf9d130d97033702878187384d61e5edc7405 /bin
parent753925c93dc8a7f3bf137220bc9dc69234b90f6a (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.113
1 files changed, 5 insertions, 8 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 4348b7c26dba..c1c8f557a3bc 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
-.\" $Id: df.1,v 1.14 1999/02/12 02:12:06 alex Exp $
+.\" $Id: df.1,v 1.13.2.1 1999/05/02 12:06:53 kris Exp $
.\"
.Dd May 8, 1995
.Dt DF 1
@@ -95,12 +95,9 @@ lists all filesystems except those of type
and
.Tn MFS .
The
-.Xr sysctl 8
+.Xr lsvfs 1
command can be used to find out the types of filesystems
-that are available on the system:
-.Bd -literal -offset indent
-sysctl vfs
-.Ed
+that are available on the system.
.El
.Sh ENVIRONMENT
.Bl -tag -width BLOCKSIZE
@@ -116,6 +113,7 @@ and
.Fl t
flags are ignored if a file or filesystem is specified.
.Sh SEE ALSO
+.Xr lsvfs 1 ,
.Xr quota 1 ,
.Xr fstatfs 2 ,
.Xr getfsstat 2 ,
@@ -123,8 +121,7 @@ flags are ignored if a file or filesystem is specified.
.Xr getmntinfo 3 ,
.Xr fstab 5 ,
.Xr mount 8 ,
-.Xr quot 8 ,
-.Xr sysctl 8
+.Xr quot 8
.Sh HISTORY
A
.Nm