From owner-svn-src-all@FreeBSD.ORG Thu Nov 22 10:24:30 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 866F38E8; Thu, 22 Nov 2012 10:24:30 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B92E8FC14; Thu, 22 Nov 2012 10:24:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMAOURq051886; Thu, 22 Nov 2012 10:24:30 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMAOUfu051885; Thu, 22 Nov 2012 10:24:30 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201211221024.qAMAOUfu051885@svn.freebsd.org> From: Sergey Kandaurov Date: Thu, 22 Nov 2012 10:24:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243399 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 10:24:30 -0000 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