diff options
author | phk <phk@FreeBSD.org> | 2006-06-13 12:23:22 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-06-13 12:23:22 +0000 |
commit | 71b866ca8e6a3a3958ba4ecef0f58259ba9be7eb (patch) | |
tree | 3c99b58eb40b9f6ef36b0e8fb1b6a4eb448ce3c8 /lib/libc | |
parent | eb329791f14a835cb5d092bd42774b503b5e7b9a (diff) | |
download | FreeBSD-src-71b866ca8e6a3a3958ba4ecef0f58259ba9be7eb.zip FreeBSD-src-71b866ca8e6a3a3958ba4ecef0f58259ba9be7eb.tar.gz |
Add xref to statfs(2)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/stat.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index e3746c9..c300749 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -317,6 +317,7 @@ represented correctly in the structure pointed to by .Xr fhstat 2 , .Xr utimes 2 , .Xr symlink 7 , +.Xr statfs 2 , .Xr sticky 8 .Sh STANDARDS The |