update to reflect new -t syntax (same as mount)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 9 May 1995 07:34:12 +0000 (23:34 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 9 May 1995 07:34:12 +0000 (23:34 -0800)
SCCS-vsn: bin/df/df.1 8.3

usr/src/bin/df/df.1

index 7bbee1f..574cfc4 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)df.1       8.2 (Berkeley) %G%
+.\"     @(#)df.1       8.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt DF 1
 .\"
 .Dd 
 .Dt DF 1
@@ -45,21 +45,30 @@ will not request new statistics from the filesystems, but will respond
 with the possibly stale statistics that were previously obtained.
 .It Fl t
 Only print out statistics for filesystems of the specified types.
 with the possibly stale statistics that were previously obtained.
 .It Fl t
 Only print out statistics for filesystems of the specified types.
-The recognized types are:
-ufs, nfs, mfs, lfs, msdos, fdesc, portal, kernfs, procfs, afs and isofs.
-along with the aggregates:
-all (the default),
-local (ufs, mfs, lfs, msdos, isofs),
-and misc (fdesc, portal, kernfs, procfs).
-The string ``no'' may be prepending to a type to get its complement
-(e.g. ``nonfs'' to get non-NFS filesystems).  The first
-.Fl t
-option overrides the default, additional such options will add to
-(or subtract from) the current set of types; e.g. either
-``df -t ufs -t lfs''
-or
-``df -t local -t nomfs''
-will display statistics for UFS and LFS filesystems.
+More than one type may be specified in a comma separated list.
+The list of filesystem types can be prefixed with
+.Dq no
+to specify the filesystem types for which action should
+.Em not
+be taken.
+For example, the
+.Nm df
+command:
+.Bd -literal -offset indent
+df -t nonfs,mfs
+.Ed
+.Pp
+lists all filesystems except those of type
+.Tn NFS
+and
+.Tn MFS .
+The
+.Xr sysctl 8
+command can be used to find out the types of filesystems
+that are available on the system:
+.Bd -literal -offset indent
+sysctl vfs
+.Ed
 .El
 .Sh ENVIRONMENTAL VARIABLES
 .Bl -tag -width BLOCKSIZE
 .El
 .Sh ENVIRONMENTAL VARIABLES
 .Bl -tag -width BLOCKSIZE
@@ -82,7 +91,8 @@ flags are ignored if a file or filesystem is specified.
 .Xr getmntinfo 3 ,
 .Xr fstab 5 ,
 .Xr mount 8 ,
 .Xr getmntinfo 3 ,
 .Xr fstab 5 ,
 .Xr mount 8 ,
-.Xr quot 8
+.Xr quot 8 ,
+.Xr sysctl 8
 .Sh HISTORY
 A
 .Nm df
 .Sh HISTORY
 A
 .Nm df