Add colspec attributes so that tables are properly rendered in print.
This commit is contained in:
parent
e3caf28e18
commit
bf58cc3177
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21443
1 changed files with 12 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ host2.example.com link#1 UC 0 0
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="4*">
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>U</entry>
|
||||
|
|
@ -1935,6 +1938,9 @@ net.link.ether.bridge.ipfw=1</programlisting>
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="3*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Daemon</entry>
|
||||
|
|
@ -3526,6 +3532,9 @@ ISDN BRI line</literallayout>
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="3*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Term</entry>
|
||||
|
|
@ -5278,6 +5287,9 @@ host mailhost {
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="3*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Term</entry>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue