aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/getdtablesize.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/getdtablesize.2')
-rw-r--r--lib/libc/sys/getdtablesize.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getdtablesize.2 b/lib/libc/sys/getdtablesize.2
index a5ed3dc2031a..cda45fa19679 100644
--- a/lib/libc/sys/getdtablesize.2
+++ b/lib/libc/sys/getdtablesize.2
@@ -48,9 +48,9 @@
Each process has a fixed size descriptor table,
which is guaranteed to have at least 20 slots. The entries in
the descriptor table are numbered with small integers starting at 0.
-The call
+The
.Fn getdtablesize
-returns the size of this table.
+system call returns the size of this table.
.Sh SEE ALSO
.Xr close 2 ,
.Xr dup 2 ,
@@ -59,5 +59,5 @@ returns the size of this table.
.Sh HISTORY
The
.Fn getdtablesize
-function call appeared in
+system call appeared in
.Bx 4.2 .