diff options
author | pluknet <pluknet@FreeBSD.org> | 2012-11-22 09:56:13 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2012-11-22 09:56:13 +0000 |
commit | 7ab604d8a656d0b161720048a3af8fcd0642ad5e (patch) | |
tree | 4136350c27900553942b83e67c4ff71fa94251e3 /share | |
parent | e52463677acb50f5a4718a048d7a26021e902fdb (diff) | |
download | FreeBSD-src-7ab604d8a656d0b161720048a3af8fcd0642ad5e.zip FreeBSD-src-7ab604d8a656d0b161720048a3af8fcd0642ad5e.tar.gz |
core(5) references sysctl debug.num_cores, but it is really debug.ncores.
PR: docs/173831
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/core.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 9847ccd..18c82f1 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 December 22, 2010 +.Dd November 22, 2012 .Dt CORE 5 .Os .Sh NAME @@ -78,7 +78,7 @@ name: Machine hostname. .It Em \&%I An index starting at zero until the sysctl -.Em debug.num_cores +.Em debug.ncores is reached. This can be useful for limiting the number of corefiles generated by a particular process. .It Em \&%N |