diff options
author | pjd <pjd@FreeBSD.org> | 2008-11-23 13:03:44 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2008-11-23 13:03:44 +0000 |
commit | 1142201df8c0741d9b787f4dbd27031ab5f93e60 (patch) | |
tree | d7734a042b6043823c0a3658df4d2251eeba19a7 /bin/df/df.1 | |
parent | 70a61d9b8a30f8ae702fc97e2d7668c9d7df305f (diff) | |
download | FreeBSD-src-1142201df8c0741d9b787f4dbd27031ab5f93e60.zip FreeBSD-src-1142201df8c0741d9b787f4dbd27031ab5f93e60.tar.gz |
Implement -T option as found in Linux df(1). When given, file system type
will be included in output.
Reviewed and tested by: keramida
MFC after: 2 weeks
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 8cdff7d..7d4253d 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -29,7 +29,7 @@ .\" @(#)df.1 8.3 (Berkeley) 5/8/95 .\" $FreeBSD$ .\" -.Dd April 22, 2004 +.Dd November 23, 2008 .Dt DF 1 .Os .Sh NAME @@ -38,7 +38,7 @@ .Sh SYNOPSIS .Nm .Op Fl b | g | H | h | k | m | P -.Op Fl aciln +.Op Fl acilnT .Op Fl t Ar type .Op Ar file | filesystem ... .Sh DESCRIPTION @@ -140,6 +140,8 @@ The .Xr lsvfs 1 command can be used to find out the types of file systems that are available on the system. +.It Fl T +Include file system type. .El .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE |