summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-06-02 10:20:31 +0000
committeruqs <uqs@FreeBSD.org>2010-06-02 10:20:31 +0000
commit4edfa3fb8680451e398887fd38b441e7c845b850 (patch)
tree450bdac14c60993360fb38064d113c09941b87fd /libexec/rbootd
parentd88f969fdda4c55363376d41eafad2d67c570d37 (diff)
downloadFreeBSD-src-4edfa3fb8680451e398887fd38b441e7c845b850.zip
FreeBSD-src-4edfa3fb8680451e398887fd38b441e7c845b850.tar.gz
mdoc: use literal text, not a column table to present the
configuration file snippet.
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/rbootd.816
1 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8
index c00186f..cdf0412 100644
--- a/libexec/rbootd/rbootd.8
+++ b/libexec/rbootd/rbootd.8
@@ -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
OpenPOWER on IntegriCloud