diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-04 13:32:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-04 13:32:14 +0000 |
commit | 2226958c67b16605ee350b423b07e71a3af8e5c7 (patch) | |
tree | 1e625f6c8a45f7e55e8605c9313ceef6d879bcd7 /lib/libc/compat-43 | |
parent | 7abd4deca77ab95c44a2796cc6bc3631f0fee40b (diff) |
mention sysctl(2) and setrlimit(2); netbsd pr#2152; from davide@PIPER.NECTAR.CS.CMU.EDU
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/getdtablesize.3 | 6 |
1 files 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 |