diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-02 10:20:31 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-02 10:20:31 +0000 |
commit | 4edfa3fb8680451e398887fd38b441e7c845b850 (patch) | |
tree | 450bdac14c60993360fb38064d113c09941b87fd /libexec | |
parent | d88f969fdda4c55363376d41eafad2d67c570d37 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | libexec/rbootd/rbootd.8 | 16 |
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 |