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">
|
<informaltable frame="none">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
|
<colspec colwidth="1*">
|
||||||
|
<colspec colwidth="4*">
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry>U</entry>
|
<entry>U</entry>
|
||||||
|
|
@ -1935,6 +1938,9 @@ net.link.ether.bridge.ipfw=1</programlisting>
|
||||||
|
|
||||||
<informaltable frame="none">
|
<informaltable frame="none">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
|
<colspec colwidth="1*">
|
||||||
|
<colspec colwidth="3*">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Daemon</entry>
|
<entry>Daemon</entry>
|
||||||
|
|
@ -3526,6 +3532,9 @@ ISDN BRI line</literallayout>
|
||||||
|
|
||||||
<informaltable frame="none">
|
<informaltable frame="none">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
|
<colspec colwidth="1*">
|
||||||
|
<colspec colwidth="3*">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Term</entry>
|
<entry>Term</entry>
|
||||||
|
|
@ -5278,6 +5287,9 @@ host mailhost {
|
||||||
|
|
||||||
<informaltable frame="none">
|
<informaltable frame="none">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
|
<colspec colwidth="1*">
|
||||||
|
<colspec colwidth="3*">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Term</entry>
|
<entry>Term</entry>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue