svn commit: r235594 - stable/8/share/man/man8

Glen Barber gjb at FreeBSD.org
Fri May 18 02:16:36 UTC 2012


Author: gjb (doc committer)
Date: Fri May 18 02:16:35 2012
New Revision: 235594
URL: http://svn.freebsd.org/changeset/base/235594

Log:
  MFC r235441:
  
  Fix an mdoc(7) formatting nit.

Modified:
  stable/8/share/man/man8/rc.8
Directory Properties:
  stable/8/share/man/man8/   (props changed)

Modified: stable/8/share/man/man8/rc.8
==============================================================================
--- stable/8/share/man/man8/rc.8	Fri May 18 02:16:14 2012	(r235593)
+++ stable/8/share/man/man8/rc.8	Fri May 18 02:16:35 2012	(r235594)
@@ -453,7 +453,7 @@ before starting the daemon.
 Following tradition, all startup files reside in
 .Pa /etc .
 .Sh FILES
-.Bl -tag -compact
+.Bl -tag -compact -width Pa
 .It Pa /etc/rc
 .It Pa /etc/rc.conf
 .It Pa /etc/rc.conf.local


More information about the svn-src-stable-8 mailing list