Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 17:53:40 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r217697 - stable/8/share/man/man5
Message-ID:  <201101211753.p0LHrekZ062105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101211753.p0LHrekZ062105>