Add 'frame="none"' attribute to <informaltable>s.
This commit is contained in:
parent
4cd0c55b13
commit
d05594021a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21409
5 changed files with 157 additions and 157 deletions
en_US.ISO8859-1
articles/java-tomcat
books
arch-handbook
developers-handbook/secure
fdp-primer/sgml-markup
|
@ -547,7 +547,7 @@ jakarta-tomcat-4.0.6
|
|||
<sect1 id="ref" xreflabel="reference">
|
||||
<title>Reference</title>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="1">
|
||||
<tbody>
|
||||
<row>
|
||||
|
|
|
@ -52,7 +52,7 @@ $FreeBSD$
|
|||
using the table that follows. Please note that the actual data
|
||||
may differ from machine to machine:</para>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<tbody>
|
||||
<row>
|
||||
|
@ -521,7 +521,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
|
|||
in <filename>locore.s</filename>. Here is a description of what
|
||||
they do:</para>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols=2 align=left>
|
||||
<tbody>
|
||||
<row>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -118,7 +118,7 @@
|
|||
do. In addition, the standard C library is filled with a
|
||||
handful of very dangerous functions.</para>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols=2>
|
||||
<tbody>
|
||||
<row><entry><function>strcpy</function>(char *dest, const char
|
||||
|
|
|
@ -1380,7 +1380,7 @@ main(void)
|
|||
|
||||
<para>Use:</para>
|
||||
|
||||
<programlisting><![ CDATA [<informaltable>
|
||||
<programlisting><![ CDATA [<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
|
@ -1405,7 +1405,7 @@ main(void)
|
|||
|
||||
<para>Appearance:</para>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue