diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:38:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:38:23 +0000 |
commit | bb192a4befb42fd42959c287aa276732258c1c80 (patch) | |
tree | 6c4fcf54236001bd7e6b7e33c51459619e4bca6f /lib/libc/sys/open.2 | |
parent | 7af9f3e142d7aceba4aadd7b6e260267f74670af (diff) |
fix Xr
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 27a88cfcb0a..8b76371e021 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -146,7 +146,7 @@ and .Pp The system imposes a limit on the number of file descriptors open simultaneously by one process. -.Xr Getdtablesize 2 +.Xr Getdtablesize 3 returns the current system limit. .Sh ERRORS The named file is opened unless: @@ -255,7 +255,7 @@ is already locked. .Xr close 2 , .Xr dup 2 , .Xr flock 2 , -.Xr getdtablesize 2 , +.Xr getdtablesize 3 , .Xr lseek 2 , .Xr read 2 , .Xr write 2 , |