Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 03:45:00 +0000
From:      Tony Finch <dot@dotat.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/25836: erroneous comment in statfs manual page
Message-ID:  <E14dOhA-0000Kt-00@hand.dotat.at>

next in thread | raw e-mail | index | archive | help

>Number:         25836
>Category:       docs
>Synopsis:       erroneous comment in statfs manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 11:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14dOhA-0000Kt-00>