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>
This commit is contained in:
Sheldon Hearn 1999-08-26 16:47:03 +00:00
parent b6c989ff40
commit b84897d106

View File

@ -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