summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2006-01-10 23:24:47 +0000
committergrog <grog@FreeBSD.org>2006-01-10 23:24:47 +0000
commitd8f7824ea76bbf925c4764edcc3c295cd0131b58 (patch)
tree202fe0443de49f7b900aad6f18fcfc32bbb20e2d /lib
parentce1be27b65ae1f5dfd2399ca60f0e7e4a2a06794 (diff)
downloadFreeBSD-src-d8f7824ea76bbf925c4764edcc3c295cd0131b58.zip
FreeBSD-src-d8f7824ea76bbf925c4764edcc3c295cd0131b58.tar.gz
Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.
Pointed out by: Antony Curtis <antony@mysql.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/open.23
-rw-r--r--lib/libc/sys/stat.21
-rw-r--r--lib/libc/sys/statfs.22
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 02fc0a6..c494388 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -336,7 +336,10 @@ and
.Xr chmod 2 ,
.Xr close 2 ,
.Xr dup 2 ,
+.Xr fhopen 2 ,
.Xr getdtablesize 2 ,
+.Xr getfh 2 ,
+.Xr lgetfh 2 ,
.Xr lseek 2 ,
.Xr read 2 ,
.Xr umask 2 ,
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index bb55665..e3746c9 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -314,6 +314,7 @@ represented correctly in the structure pointed to by
.Xr access 2 ,
.Xr chmod 2 ,
.Xr chown 2 ,
+.Xr fhstat 2 ,
.Xr utimes 2 ,
.Xr symlink 7 ,
.Xr sticky 8
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 18736ab..041a8df 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -227,6 +227,8 @@ An
.Tn I/O
error occurred while reading from or writing to the file system.
.El
+.Sh SEE ALSO
+.Xr fhstatfs 2
.Sh HISTORY
The
.Fn statfs
OpenPOWER on IntegriCloud