summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/statfs.2
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2001-03-29 00:29:00 +0000
committerben <ben@FreeBSD.org>2001-03-29 00:29:00 +0000
commitbdfb590d27d2e6d7c9831d047956ec10ad32edcb (patch)
tree292992d692620aabb30a8c80c424a29cc403a3ad /lib/libc/sys/statfs.2
parentd426389962747e139774f0ca7b2d37ca086445d4 (diff)
downloadFreeBSD-src-bdfb590d27d2e6d7c9831d047956ec10ad32edcb.zip
FreeBSD-src-bdfb590d27d2e6d7c9831d047956ec10ad32edcb.tar.gz
Catch up with a comment that changed in rev1.73 of mount.h
PR: 25836 Submitted by: Tony Finch <dot@dotat.at>
Diffstat (limited to 'lib/libc/sys/statfs.2')
-rw-r--r--lib/libc/sys/statfs.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 3bc174a..7119d25 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -76,7 +76,7 @@ long f_files; /* total file nodes in file system */
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 */
OpenPOWER on IntegriCloud