diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 16:47:03 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 16:47:03 +0000 |
commit | ff03d3b5208ab15f233c68a2ed4b61bded94fcc3 (patch) | |
tree | e009e5f8eb7240e5a8d4e9cdf54d974b732b2b22 /bin | |
parent | fc7337e0f6e7f7da71a39cb872d02ca58f888f17 (diff) | |
download | FreeBSD-src-ff03d3b5208ab15f233c68a2ed4b61bded94fcc3.zip FreeBSD-src-ff03d3b5208ab15f233c68a2ed4b61bded94fcc3.tar.gz |
Don't suggest sysctl(8) as a means for discovering what filesystem types
are available; suggest lsvfs(1) instead.
Reported by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/df/df.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index bd8520a..6f33986 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.13 1998/05/13 07:56:58 phk Exp $ +.\" $Id: df.1,v 1.14 1999/02/12 02:12:06 alex 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 |