summaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 07:38:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 07:38:23 +0000
commitbb192a4befb42fd42959c287aa276732258c1c80 (patch)
tree6c4fcf54236001bd7e6b7e33c51459619e4bca6f /lib/libc/sys/open.2
parent7af9f3e142d7aceba4aadd7b6e260267f74670af (diff)
fix Xr
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.24
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 ,