-.\" $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.
.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.
-.\" $OpenBSD: sysctl.8,v 1.178 2014/05/04 03:53:37 deraadt Exp $
+.\" $OpenBSD: sysctl.8,v 1.179 2014/05/04 07:01:10 jmc Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
.Xr issetugid 2
programs (in this example
.Xr bgpd 8 )
-into a safe place for debugging purposes
+into a safe place for debugging purposes:
.Bd -literal -offset indent
# mkdir /var/crash/bgpd
# chmod 700 /var/crash/bgpd
# sysctl kern.nosuidcoredump=3
.Ed
-.Pp
.Sh SEE ALSO
.Xr sysctl 3 ,
.Xr options 4 ,
-.\" $OpenBSD: core.5,v 1.17 2014/05/04 03:53:38 deraadt Exp $
+.\" $OpenBSD: core.5,v 1.18 2014/05/04 07:01:10 jmc Exp $
.\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
file format appeared in
.At v3 .
.Sh CAVEATS
-Programs which are started with (either) the set-user-ID or
+Programs which are started with either the set-user-ID or
set-group-ID bits set,
-or which change their uid or gid after starting, will normally not
+or which change their UID or GID after starting, will normally not
dump core.
This is to prevent sensitive information from inadvertently ending
up on disk.
-This behaviour can be changed (for debugging purposes) by changing
+This behaviour can be changed (for debugging purposes) by changing the
.Li kern.nosuidcoredump
.Xr sysctl 3
variable to the right settings.