Use column width attribute to make tables more aesthetically pleasing
in print output.
This commit is contained in:
parent
46241e26f8
commit
2d55fc3dde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21395
1 changed files with 6 additions and 0 deletions
|
@ -1177,6 +1177,9 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="2*">
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><filename>/etc</filename></entry>
|
||||
|
@ -1245,6 +1248,9 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="2*">
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>nameserver</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue