Author: pluknet Date: Mon Dec 10 11:26:18 2012 New Revision: 244079 URL: http://svnweb.freebsd.org/changeset/base/244079
Log: MFC rr243398-243399: - core(5) references sysctl debug.num_cores, but it is really debug.ncores. - [mdoc] remove hard sentence breaks. PR: docs/173831 Modified: stable/9/share/man/man5/core.5 Directory Properties: stable/9/share/man/man5/ (props changed) Modified: stable/9/share/man/man5/core.5 ============================================================================== --- stable/9/share/man/man5/core.5 Mon Dec 10 07:00:46 2012 (r244078) +++ stable/9/share/man/man5/core.5 Mon Dec 10 11:26:18 2012 (r244079) @@ -32,7 +32,7 @@ .\" @(#)core.5 8.3 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd December 22, 2010 +.Dd November 22, 2012 .Dt CORE 5 .Os .Sh NAME @@ -78,8 +78,9 @@ name: Machine hostname. .It Em \&%I An index starting at zero until the sysctl -.Em debug.num_cores -is reached. This can be useful for limiting the number of corefiles +.Em debug.ncores +is reached. +This can be useful for limiting the number of corefiles generated by a particular process. .It Em \&%N process name. @@ -117,9 +118,11 @@ When COMPRESS_USER_CORES is included the if core files will be compressed: .Bl -tag -width "kern.compress_user_cores_gzlevel" -compact -offset "12345" .It Em kern.compress_user_cores_gzlevel -Gzip compression level. Defaults to -1. +Gzip compression level. +Defaults to -1. .It Em kern.compress_user_cores -Actually compress user cores. Core files will have the suffix +Actually compress user cores. +Core files will have the suffix .Em .gz appended to them. .El _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
