diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/core.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 18c82f1..e8a1653 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -79,7 +79,8 @@ Machine hostname. .It Em \&%I An index starting at zero until the sysctl .Em debug.ncores -is reached. This can be useful for limiting the number of corefiles +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 following sysctls can control 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 |