Add missing frame='none' to two tables.
This commit is contained in:
parent
257aa7f2c6
commit
e3caf28e18
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21442
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
supported in FreeBSD, and the device names associated with
|
||||
them.</para>
|
||||
|
||||
<table id="disk-naming-physical-table">
|
||||
<table id="disk-naming-physical-table" frame="none">
|
||||
<title>Physical Disk Naming Conventions</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
|
|
|
@ -396,7 +396,7 @@
|
|||
<para><xref linkend="vinum-comparison"> summarizes the advantages
|
||||
and disadvantages of each plex organization.</para>
|
||||
|
||||
<table id="vinum-comparison">
|
||||
<table id="vinum-comparison" frame="none">
|
||||
<title>Vinum Plex Organizations</title>
|
||||
<tgroup cols="5">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue