summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/compat-43/getdtablesize.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3
index ada55bba477..18627a0c13a 100644
--- a/lib/libc/compat-43/getdtablesize.3
+++ b/lib/libc/compat-43/getdtablesize.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getdtablesize.3,v 1.11 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: getdtablesize.3,v 1.12 2014/12/12 01:40:04 deraadt Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: December 12 2014 $
.Dt GETDTABLESIZE 3
.Os
.Sh NAME
@@ -48,6 +48,7 @@ returns the size of this table.
.Sh SEE ALSO
.Xr close 2 ,
.Xr dup 2 ,
+.Xr getdtablecount 2 ,
.Xr getrlimit 2 ,
.Xr open 2 ,
.Xr select 2 ,