diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2006-01-10 23:24:47 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2006-01-10 23:24:47 +0000 |
| commit | 3b4c974228a9a09c2fe19e4e0ed236bd458b8db9 (patch) | |
| tree | 202fe0443de49f7b900aad6f18fcfc32bbb20e2d /lib/libc | |
| parent | 2ffb18fec172e3e2cb98b58a3355c6c98a79815c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/open.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/stat.2 | 1 | ||||
| -rw-r--r-- | lib/libc/sys/statfs.2 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 02fc0a62e567..c494388f2aa1 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 bb5566568783..e3746c965e7a 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 18736aba04ec..041a8df098d7 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 |
