diff options
| author | bouyer <bouyer@NetBSD.org> | 1999-09-28 14:52:32 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 1999-09-28 14:52:32 +0000 |
| commit | 510907ed01f93e2ee657d6d27a3a88656d6c36ff (patch) | |
| tree | 26b5be90ff0efae1e502ae80b93227dcd543b409 /lib/libc/sys | |
| parent | 1679d2b98eb5707cee002ee01eb25c4e8ea72870 (diff) | |
Document CTL_PROC, the core filename format it core(5), and xref sysctl(8),
sysctl(3), core(5) in various place.
Document 'options DEFCORENAME' inj options(4) and $defcorename in rc.conf(5).
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/getrlimit.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 79e3acf440a..241d34ac3c7 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getrlimit.2,v 1.13 1999/03/22 19:45:04 garbled Exp $ +.\" $NetBSD: getrlimit.2,v 1.14 1999/09/28 14:52:33 bouyer Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,7 +54,9 @@ and each process it creates may be obtained with the .Fn getrlimit call, and set with the .Fn setrlimit -call. +call. Resources of an arbitrary process can be obtained/changed using +.Xr sysctl 3 . +.. .Pp The .Fa resource |
