Improve the aesthetics of both the print and HTML output of this
chapter by using colspec's to provide proper spacing for the tabular data. Obtained from: FreeBSD Handbook, 2nd Edition. Sponsored by: FreeBSD Mall, Inc. & Wind River Systems.
This commit is contained in:
parent
0af58fbb37
commit
00ae571290
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16867
1 changed files with 23 additions and 0 deletions
|
@ -111,6 +111,10 @@
|
|||
<title>Sample Device Inventory</title>
|
||||
|
||||
<tgroup cols="4">
|
||||
<colspec colwidth="2*">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="4*">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Device Name</entry>
|
||||
|
@ -1806,6 +1810,9 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="5*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Partition</entry>
|
||||
|
@ -1907,6 +1914,9 @@ Mounting root from ufs:/dev/md0c
|
|||
<title>Disk Device Codes</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="5*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Code</entry>
|
||||
|
@ -1954,6 +1964,9 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="5*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
|
@ -2282,6 +2295,11 @@ Mounting root from ufs:/dev/md0c
|
|||
<title>Partition Layout for First Disk</title>
|
||||
|
||||
<tgroup cols="4">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="4*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Partition</entry>
|
||||
|
@ -2376,6 +2394,11 @@ Mounting root from ufs:/dev/md0c
|
|||
<title>Partition Layout for Subsequent Disks</title>
|
||||
|
||||
<tgroup cols="4">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="2*">
|
||||
<colspec colwidth="3*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Partition</entry>
|
||||
|
|
Loading…
Reference in a new issue