svn commit: r235593 - stable/9/share/man/man8

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


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

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

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

Modified: stable/9/share/man/man8/rc.8
==============================================================================
--- stable/9/share/man/man8/rc.8	Fri May 18 02:14:08 2012	(r235592)
+++ stable/9/share/man/man8/rc.8	Fri May 18 02:16:14 2012	(r235593)
@@ -452,7 +452,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-all mailing list