Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 10:24:30 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243399 - head/share/man/man5
Message-ID:  <201211221024.qAMAOUfu051885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Nov 22 10:24:30 2012
New Revision: 243399
URL: http://svnweb.freebsd.org/changeset/base/243399

Log:
  [mdoc] remove hard sentence breaks.
  
  MFC after:	3 days

Modified:
  head/share/man/man5/core.5

Modified: head/share/man/man5/core.5
==============================================================================
--- head/share/man/man5/core.5	Thu Nov 22 09:56:13 2012	(r243398)
+++ head/share/man/man5/core.5	Thu Nov 22 10:24:30 2012	(r243399)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221024.qAMAOUfu051885>