- Fix tables that do not respect the column number specified in the col
attribute. These caused rendering issues.
This commit is contained in:
parent
c21c7988a0
commit
ae0ea3f228
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42411
4 changed files with 18 additions and 5 deletions
fr_FR.ISO8859-1/books/developers-handbook/locking
nl_NL.ISO8859-1/books/handbook/firewalls
ru_RU.KOI8-R/books/porters-handbook
zh_CN.GB2312/books/porters-handbook
|
@ -283,11 +283,12 @@
|
|||
<table>
|
||||
<title>&man.lockmgr.9; List de verrou</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Nom de la variable</entry>
|
||||
<entry>Protégés</entry>
|
||||
<entry/><entry/>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -409,11 +409,13 @@ pflog_flags="" # aanvullende vlaggen voor opstarten pflogd</pro
|
|||
&man.pfctl.8; voor alle beschikbare opties):</para>
|
||||
|
||||
<informaltable frame="none" pgwide="1">
|
||||
<tgroup cols="2">
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Commando</entry>
|
||||
<entry>Doel</entry>
|
||||
<entry/>
|
||||
<entry/>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
|
@ -422,12 +424,20 @@ pflog_flags="" # aanvullende vlaggen voor opstarten pflogd</pro
|
|||
<entry><command>pfctl <option>-e</option></command></entry>
|
||||
|
||||
<entry>PF aanzetten</entry>
|
||||
|
||||
<entry/>
|
||||
|
||||
<entry/>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><command>pfctl <option>-d</option></command></entry>
|
||||
|
||||
<entry>PF uitzetten</entry>
|
||||
|
||||
<entry/>
|
||||
|
||||
<entry/>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -448,6 +458,10 @@ pflog_flags="" # aanvullende vlaggen voor opstarten pflogd</pro
|
|||
|
||||
<entry>Controleer <filename>/etc/pf.conf</filename> op
|
||||
fouten, maar laad de regelverzameling niet</entry>
|
||||
|
||||
<entry/>
|
||||
|
||||
<entry/>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
|
@ -1882,8 +1882,6 @@ PORTEPOCH= 1</programlisting>
|
|||
<entry>Программное обеспечение для печати.</entry>
|
||||
<entry>Инструменты для вёрстки (просмотрщики и тому подобное)
|
||||
тоже относятся сюда.</entry>
|
||||
|
||||
<entry></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
|
@ -12219,7 +12219,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
<entry>为
|
||||
FAST_IPSEC 增加 IPv6 支持, 删去 KAME IPSEC, 并将
|
||||
FAST_IPSEC 更名为 IPSEC 之后的 7.0-CURRENT。</entry>
|
||||
<entry>(未变动)</entry>
|
||||
(未变动)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue