Author: uqs
Date: Wed Jun  2 10:20:31 2010
New Revision: 208733
URL: http://svn.freebsd.org/changeset/base/208733

Log:
  mdoc: use literal text, not a column table to present the
  configuration file snippet.

Modified:
  head/libexec/rbootd/rbootd.8

Modified: head/libexec/rbootd/rbootd.8
==============================================================================
--- head/libexec/rbootd/rbootd.8        Wed Jun  2 10:20:23 2010        
(r208732)
+++ head/libexec/rbootd/rbootd.8        Wed Jun  2 10:20:31 2010        
(r208733)
@@ -103,14 +103,14 @@ and/or comma characters.
 A pound sign causes the remainder of a line to be ignored.
 .Pp
 Here is a sample configuration file:
-.Bl -column 08:00:09:0:66:ad SYSHPBSD,SYSHPUX
-.It #
-.It "# ethernet addr   boot file(s)    comments
-.It #
-.It "08:00:09:0:66:ad  SYSHPBSD        # snake (4.3BSD)
-.It "08:00:09:0:59:5b          # vandy (anything)
-.It "8::9:1:C6:75      SYSHPBSD,SYSHPUX        # jaguar (either)
-.El
+.Bd -literal
+#
+# ethernet addr     boot file(s)        comments
+#
+08:00:09:0:66:ad    SYSHPBSD            # snake (4.3BSD)
+08:00:09:0:59:5b                        # vandy (anything)
+8::9:1:C6:75        SYSHPBSD,SYSHPUX    # jaguar (either)
+.Ed
 .Pp
 The
 .Nm
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to