summaryrefslogtreecommitdiff
path: root/lib/libc/sys/statfs.2
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-02-13 05:20:56 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-02-13 05:20:56 +0000
commita9bdca561cfb59434393120533fb5c33d920cb2e (patch)
tree8a5a1c56f97797222ef38fc7a9af1c02110815b5 /lib/libc/sys/statfs.2
parentf253465cb582390ddb853f36cefd01062b7ffb3f (diff)
Mention that certain fields are accessible to the super-user only.
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 dc11af277a0..5fb4dc054d7 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -69,7 +69,7 @@ struct statfs {
long f_bavail; /* free blocks avail to non-superuser */
long f_files; /* total file nodes in file system */
long f_ffree; /* free file nodes in fs */
- fsid_t f_fsid; /* file system id */
+ fsid_t f_fsid; /* file system id (super-user only) */
uid_t f_owner; /* user that mounted the file system */
long f_spare[4]; /* spare for later */
char f_fstypename[MFSNAMELEN]; /* fs type name */