Author: trasz Date: Fri Jan 21 17:53:40 2011 New Revision: 217697 URL: http://svn.freebsd.org/changeset/base/217697
Log: MFC r216667: The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove the quotes to not mislead people. MFC r216668: Fix date, broken in r216667. Modified: stable/8/share/man/man5/core.5 Directory Properties: stable/8/share/man/man5/ (props changed) Modified: stable/8/share/man/man5/core.5 ============================================================================== --- stable/8/share/man/man5/core.5 Fri Jan 21 16:22:11 2011 (r217696) +++ stable/8/share/man/man5/core.5 Fri Jan 21 17:53:40 2011 (r217697) @@ -32,7 +32,7 @@ .\" @(#)core.5 8.3 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd January 9, 2002 +.Dd December 22, 2010 .Dt CORE 5 .Os .Sh NAME @@ -96,7 +96,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 , _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"