aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2012-11-22 10:24:30 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2012-11-22 10:24:30 +0000
commitda9782dac043b62647d035c746df7bc973d48a26 (patch)
tree4c6e7a1d60dcc26107463d61222d540dafb06245
parentdf4193e708e4058f9ac564e13c60b39b52844ee7 (diff)
downloadsrc-da9782dac043b62647d035c746df7bc973d48a26.tar.gz
src-da9782dac043b62647d035c746df7bc973d48a26.zip
[mdoc] remove hard sentence breaks.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=243399
-rw-r--r--share/man/man5/core.59
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 18c82f1dd763..e8a165337666 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