From 24b7198749654ffda64ab1f12ed49b0f7a893ae1 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 4 May 1996 13:32:13 +0000 Subject: [PATCH] mention sysctl(2) and setrlimit(2); netbsd pr#2152; from davide@PIPER.NECTAR.CS.CMU.EDU --- lib/libc/compat-43/getdtablesize.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index 11ecd7a07a7..fbdbe159f69 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdtablesize.3,v 1.2 1996/03/19 23:15:06 niklas Exp $ +.\" $OpenBSD: getdtablesize.3,v 1.3 1996/05/04 13:32:13 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -54,9 +54,11 @@ returns the size of this table. .Xr close 2 , .Xr dup 2 , .Xr getrlimit 2 , +.Xr setrlimit 2, .Xr open 2 , .Xr select 2 , -.Xr sysconf 3 +.Xr sysconf 3, +.Xr sysctl 3 .Sh HISTORY The .Fn getdtablesize -- 2.20.1