From: deraadt Date: Sat, 4 May 1996 13:32:13 +0000 (+0000) Subject: mention sysctl(2) and setrlimit(2); netbsd pr#2152; from davide@PIPER.NECTAR.CS.CMU.EDU X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=24b7198749654ffda64ab1f12ed49b0f7a893ae1;p=openbsd mention sysctl(2) and setrlimit(2); netbsd pr#2152; from davide@PIPER.NECTAR.CS.CMU.EDU --- 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