[mdoc] remove hard sentence breaks.

MFC after:	3 days
This commit is contained in:
pluknet 2012-11-22 10:24:30 +00:00
parent 7ab604d8a6
commit a9da2b9b0c

View File

@ -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