From ff03d3b5208ab15f233c68a2ed4b61bded94fcc3 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Thu, 26 Aug 1999 16:47:03 +0000 Subject: Don't suggest sysctl(8) as a means for discovering what filesystem types are available; suggest lsvfs(1) instead. Reported by: Neil Blakey-Milner --- bin/df/df.1 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'bin/df') 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 -- cgit v1.1