summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-12-22 17:02:01 +0000
committertrasz <trasz@FreeBSD.org>2010-12-22 17:02:01 +0000
commitdb60bdc668d7c26a66ca6533a7a73a8e531ecfd6 (patch)
treee336823acd9e08f19b4a842d7d42e2bc12cd35c5
parent43a4afda4bb09f0923d580908cee6fb992a2f337 (diff)
downloadFreeBSD-src-db60bdc668d7c26a66ca6533a7a73a8e531ecfd6.zip
FreeBSD-src-db60bdc668d7c26a66ca6533a7a73a8e531ecfd6.tar.gz
The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove
the quotes to not mislead people. MFC after: 1 month
-rw-r--r--share/man/man5/core.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index b2b57f1..041e8a2 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -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 ,
OpenPOWER on IntegriCloud