svn commit: r236278 - head/share/man/man5

Glen Barber gjb at FreeBSD.org
Wed May 30 02:29:47 UTC 2012


Author: gjb (doc committer)
Date: Wed May 30 02:29:47 2012
New Revision: 236278
URL: http://svn.freebsd.org/changeset/base/236278

Log:
  Fix mdoc(7) style nits.
  
  MFC after:	3 days

Modified:
  head/share/man/man5/devfs.conf.5
  head/share/man/man5/devfs.rules.5

Modified: head/share/man/man5/devfs.conf.5
==============================================================================
--- head/share/man/man5/devfs.conf.5	Wed May 30 02:02:37 2012	(r236277)
+++ head/share/man/man5/devfs.conf.5	Wed May 30 02:29:47 2012	(r236278)
@@ -91,7 +91,7 @@ as explained in
 .Xr chmod 1 .
 .El
 .Sh FILES
-.Bl -tag -compact
+.Bl -tag -compact -width Pa
 .It Pa /etc/devfs.conf
 .It Pa /usr/share/examples/etc/devfs.conf
 .El

Modified: head/share/man/man5/devfs.rules.5
==============================================================================
--- head/share/man/man5/devfs.rules.5	Wed May 30 02:02:37 2012	(r236277)
+++ head/share/man/man5/devfs.rules.5	Wed May 30 02:29:47 2012	(r236278)
@@ -82,7 +82,7 @@ file:
 devfs_system_ruleset="localrules"
 .Ed
 .Sh FILES
-.Bl -tag -compact
+.Bl -tag -compact -width Pa
 .It Pa /etc/defaults/devfs.rules
 Default
 .Nm


More information about the svn-src-all mailing list