diff options
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index f125877..c3fc4d8 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -179,8 +179,9 @@ and .Pp The system imposes a limit on the number of file descriptors open simultaneously by one process. -.Xr Getdtablesize 2 -returns the current system limit. +The +.Xr getdtablesize 2 +system call returns the current system limit. .Sh RETURN VALUES If successful, .Fn open |