From fanf@dotat.at  Thu Mar 15 11:11:00 2001
Return-Path: <fanf@dotat.at>
Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62])
	by hub.freebsd.org (Postfix) with ESMTP id 5041E37B71A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2001 11:10:59 -0800 (PST)
	(envelope-from fanf@dotat.at)
Received: from fanf by hand.dotat.at with local (Exim 3.20 #3)
	id 14dOhA-0000Kt-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Mar 2001 03:45:00 +0000
Message-Id: <E14dOhA-0000Kt-00@hand.dotat.at>
Date: Thu, 15 Mar 2001 03:45:00 +0000
From: Tony Finch <dot@dotat.at>
Reply-To: Tony Finch <dot@dotat.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: erroneous comment in statfs manual page
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         25836
>Category:       docs
>Synopsis:       erroneous comment in statfs manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ben
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 11:20:01 PST 2001
>Closed-Date:    Fri Jul 20 06:31:12 BST 2001
>Last-Modified:  Fri Jul 20 06:31:32 BST 2001
>Originator:     Tony Finch <dot@dotat.at>
>Release:        FreeBSD 4.3-BETA i386
>Organization:
Covalent Technologies, Inc.
>Environment:
System: FreeBSD hand.dotat.at 4.3-BETA FreeBSD 4.3-BETA #5: Thu Mar 15 02:42:59 GMT 2001 fanf@hand.dotat.at:/FreeBSD/releng4/sys/compile/DELL-Latitude-CSx i386
>Description:

Numeric filesystem types aren't listed in statfs(2).

This is related to rev 1.73 of mount.h

>How-To-Repeat:
>Fix:

Index: statfs.2
===================================================================
RCS file: /home/ncvs/src/lib/libc/sys/statfs.2,v
retrieving revision 1.9.2.4
diff -u -r1.9.2.4 statfs.2
--- statfs.2	2000/12/29 14:44:54	1.9.2.4
+++ statfs.2	2001/03/15 03:41:47
@@ -77,7 +77,7 @@
 long	f_ffree;	  /* free file nodes in fs */
 fsid_t	f_fsid;		  /* file system id */
 uid_t	f_owner;	  /* user that mounted the filesystem */
-int	f_type;		  /* type of filesystem (see below) */
+int	f_type;		  /* type of filesystem */
 int	f_flags;	  /* copy of mount flags */
 long    f_syncwrites;	  /* count of sync writes since mount */
 long    f_asyncwrites;	  /* count of async writes since mount */
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ben 
Responsible-Changed-By: ben 
Responsible-Changed-When: Thu Mar 29 01:28:35 BST 2001 
Responsible-Changed-Why:  
Committed to -current, MFC soon... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25836 
State-Changed-From-To: open->closed 
State-Changed-By: ben 
State-Changed-When: Fri Jul 20 06:31:12 BST 2001 
State-Changed-Why:  
Committed in -current and MFC'd by dwmalone, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25836 
>Unformatted:
