From db60bdc668d7c26a66ca6533a7a73a8e531ecfd6 Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 22 Dec 2010 17:02:01 +0000 Subject: [PATCH] The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove the quotes to not mislead people. MFC after: 1 month --- share/man/man5/core.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index b2b57f193c1a..041e8a27362a 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 ,