diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-04 07:01:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-04 07:01:11 +0000 |
commit | 6a78d356c1f8ca20a369c7b75d078de5536dcbcd (patch) | |
tree | 1066aefb604364e9ef24e3ea8a2f6b6394e6e594 /lib/libc/gen/sysctl.3 | |
parent | 4381d904c0f58383676cc76eba40ea416585bcf0 (diff) |
tweak previous;
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c1e5f714036..1bd5c0ef169 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.233 2014/05/04 03:53:37 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.234 2014/05/04 07:01:10 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -667,7 +667,7 @@ Whether a process may dump core after changing user or group ID: .It 0 Ta "euid == 0" Ta "current directory" .It 1 Ta "never" Ta "" .It 2 Ta "always" Ta Pa "/var/crash" -.It 2 Ta "depends" Ta Pa "/var/crash/$programname/" +.It 3 Ta "depends" Ta Pa "/var/crash/$programname/" .El .It Dv KERN_NPROCS The number of entries in the kernel process table. |