summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-04-12 19:06:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-04-12 19:06:24 +0000
commit04c5a5bdf3f4c983ced0c843b2f6230ce30d93c3 (patch)
treeed8029ff111492ae32c20b7f9caba13048f03c2d /lib
parent8dd1eac8e369bf436f5d80f002150e4d866f572e (diff)
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getdtablecount.211
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/getdtablecount.2 b/lib/libc/sys/getdtablecount.2
index eba62e1d83f..d4bcee9f316 100644
--- a/lib/libc/sys/getdtablecount.2
+++ b/lib/libc/sys/getdtablecount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdtablecount.2,v 1.1 2012/04/12 11:07:19 deraadt Exp $
+.\" $OpenBSD: getdtablecount.2,v 1.2 2012/04/12 19:06:23 jmc Exp $
.\"
.\" Copyright (c) 2012 Theo de Raadt
.\"
@@ -25,13 +25,14 @@
.Ft int
.Fn getdtablecount void
.Sh DESCRIPTION
-Returns the number of file descriptors the process currently has
+.Nm
+returns the number of file descriptors the process currently has
open.
.Sh SEE ALSO
-.Xr getdtablesize 3 ,
-.Xr getrlimit 2
+.Xr getrlimit 2 ,
+.Xr getdtablesize 3
.Sh HISTORY
The
-.Fn getdtablecount
+.Nm
function call appeared in
.Ox 5.1 .