The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove

the quotes to not mislead people.

MFC after:	1 month
This commit is contained in:
trasz 2010-12-22 17:02:01 +00:00
parent 43a4afda4b
commit db60bdc668

View File

@ -32,7 +32,7 @@
.\" @(#)core.5 8.3 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
.Dd January 9, 2002
.Dd December 2002, 2010
.Dt CORE 5
.Os
.Sh NAME
@ -130,7 +130,7 @@ the following
.Xr sysctl 8
command can be used:
.Pp
.Dl sysctl kern.corefile="/var/coredumps/\&%U/\&%N.core"
.Dl sysctl kern.corefile=/var/coredumps/\&%U/\&%N.core
.Sh SEE ALSO
.Xr gdb 1 ,
.Xr kgdb 1 ,