Bug 129285

Summary: [patch] df man page
Product: Documentation Reporter: Eitan Adler <eadler>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eitan Adler freebsd_committer freebsd_triage 2008-11-30 04:20:01 UTC
df was updated in r185200 to include a -T option. This is yet undocumented.

How-To-Repeat: man df
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2008-11-30 04:22:27 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Updated patch:
I forgot the line at the top

- --- df.1.old	2008-11-29 23:16:18.000000000 -0500
+++ df.1	2008-11-29 23:19:12.000000000 -0500
@@ -37,7 +37,7 @@
 .Nd display free disk space
 .Sh SYNOPSIS
 .Nm
- -.Op Fl b | g | H | h | k | m | P
+.Op Fl b | g | H | h | k | m | P | T
 .Op Fl aciln
 .Op Fl t Ar type
 .Op Ar file | filesystem ...
@@ -140,6 +140,8 @@
 .Xr lsvfs 1
 command can be used to find out the types of file systems
 that are available on the system.
+.It Fl T
+File system type will be included in output.
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width BLOCKSIZE

- --
Eitan Adler
GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkkyFQMACgkQtl8kq+nCzNEQqQCeKisQS8+CaomclqN7sHvH4UmS
h5gAni0JK8Aimqwjdk+6jA3nT9QQjfcZ
=xKtx
-----END PGP SIGNATURE-----
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2008-11-30 15:04:31 UTC
State Changed
From-To: open->closed

-T flag is documented in df(1) man page.