From nobody@FreeBSD.org  Sun Nov 30 04:18:57 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1552D1065677
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Nov 2008 04:18:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E0C958FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Nov 2008 04:18:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mAU4IuUu057123
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Nov 2008 04:18:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mAU4IuIf057122;
	Sun, 30 Nov 2008 04:18:56 GMT
	(envelope-from nobody)
Message-Id: <200811300418.mAU4IuIf057122@www.freebsd.org>
Date: Sun, 30 Nov 2008 04:18:56 GMT
From: Eitan Adler <EitanAdlerList@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] df man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129285
>Category:       docs
>Synopsis:       [patch] df man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 04:20:01 UTC 2008
>Closed-Date:    Sun Nov 30 15:06:52 UTC 2008
>Last-Modified:  Sun Nov 30 15:06:52 UTC 2008
>Originator:     Eitan Adler
>Release:        -CURRENT
>Organization:
>Environment:
N/A
>Description:
df was updated in r185200 to include a -T option. This is yet undocumented. 
>How-To-Repeat:
man df
>Fix:
--- df.1.old	2008-11-29 23:16:18.000000000 -0500
+++ df.1	2008-11-29 23:15:49.000000000 -0500
@@ -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


>Release-Note:
>Audit-Trail:

From: Eitan Adler <eitanadlerlist@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/129285: [patch] df man page
Date: Sat, 29 Nov 2008 23:22:27 -0500

 -----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-----
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sun Nov 30 15:04:31 UTC 2008 
State-Changed-Why:  
-T flag is documented in df(1) man page. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129285 
>Unformatted:
