Skip to content

Commit 0bbae25

Browse files
committed
更正生成PDF时的编译错误。
注意啰嗦的啰字会引起下面的编译错误,所有改成“详细” openjade:release-9.4.sgml:9888:67:E: non SGML character number 134
1 parent 1e04f88 commit 0bbae25

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
lines changed

postgresql/doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,8 @@ include 'filename'
16131613
</sect2>
16141614
<sect2 id="runtime-config-wal-checkpoints">
16151615
<title>检查点</title>
1616-
1616+
1617+
<variablelist>
16171618
<varlistentry id="guc-checkpoint-timeout" xreflabel="checkpoint_timeout">
16181619
<term><varname>checkpoint_timeout</varname> (<type>integer</type>)
16191620
<indexterm>

postgresql/doc/src/sgml/hstore.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,13 @@ key =&gt; NULL
364364
<entry>Result</entry>
365365
</row>
366366
-->
367+
<row>
367368
<entry>函数</entry>
368369
<entry>返回类型</entry>
369370
<entry>描述</entry>
370371
<entry>例子</entry>
371372
<entry>结果</entry>
373+
</row>
372374
</thead>
373375

374376
<tbody>

postgresql/doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3289,7 +3289,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
32893289
By default, probes are not available, so you will need to
32903290
explicitly tell the configure script to make the probes available
32913291
in <productname>PostgreSQL</productname>. To include DTrace support
3292-
specify <option>--enable-dtrace</> to configure. See <xref
3292+
specify <option>&minus;-enable-dtrace</> to configure. See <xref
32933293
linkend="install-procedure"> for further information.
32943294
</para>
32953295
-->

postgresql/doc/src/sgml/pageinspect.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ test=# SELECT * FROM bt_page_items('pg_cast_oid_index', 1);
276276
-->
277277
<para>
278278
注意,任何非最右边的页面(<structfield>btpo_next</>
279-
字段中的任何非零值的页面)的第一个项是页面的<quote>高键</ quote>,
279+
字段中的任何非零值的页面)的第一个项是页面的<quote>高键</quote>,
280280
意味着它的<structfield>data</>用作页面上显示的所有项的上限,
281281
而其<structfield>ctid</>字段是无意义的。此外,在非叶子页面上,
282282
第一个真实数据项(不是高键的第一个项)是<quote>负无穷</quote>项,

postgresql/doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ PostgreSQL documentation
398398
</listitem>
399399
</varlistentry>
400400

401-
<variablelist>
402401
<varlistentry>
403402
<term><option>-N <replaceable class="parameter">servicename</replaceable></option></term>
404403
<listitem>
@@ -460,7 +459,6 @@ PostgreSQL documentation
460459
</listitem>
461460
</varlistentry>
462461

463-
<variablelist>
464462
<varlistentry>
465463
<term><envar>PGDATA</envar></term>
466464

postgresql/doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
302302
</para>
303303
<!--
304304
<para>
305-
When throttling is used (<option>--rate=...</>), transactions that
305+
When throttling is used (<option>&minus;-rate=...</>), transactions that
306306
lag behind schedule by more than <replaceable>limit</> ms, and thus
307307
have no hope of meeting the latency limit, are not sent to the server
308308
at all. They are counted and reported separately as

postgresql/doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ pg_ctl -D /opt/PostgreSQL/9.0 stop
314314
NET STOP postgresql-8.4
315315
NET STOP postgresql-9.0
316316
</programlisting>
317-
317+
</para>
318+
318319
<!--
319320
<para>
320321
Streaming replication and log-shipping standby servers can

postgresql/doc/src/sgml/ref/postgres-ref.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ PostgreSQL documentation
5656
<refsect2>
5757
<title>通用选项</title>
5858

59+
<variablelist>
5960
<varlistentry>
6061
<term><option>-B <replaceable class="parameter">nbuffers</replaceable></option></term>
6162
<listitem>

postgresql/doc/src/sgml/release-9.4.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9885,7 +9885,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500
98859885
</para>
98869886
-->
98879887
<para>
9888-
以前的级别是<literal>LOG</>,这对于每个会话都加载的库来说太啰嗦了
9888+
以前的级别是<literal>LOG</>,这对于每个会话都加载的库来说太详细了
98899889
</para>
98909890
</listitem>
98919891

@@ -10380,7 +10380,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500
1038010380
新增的警告为<command>SET LOCAL</>、<command>SET CONSTRAINTS</>、
1038110381
<command>SET TRANSACTION</>和<command>ABORT</>命令在事务块外部使用时发出。
1038210382
</para>
10383-
<listitem>
10383+
</listitem>
1038410384

1038510385
</itemizedlist>
1038610386

postgresql/doc/src/sgml/xfunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3016,12 +3016,12 @@ memcpy(destination->data, buffer, 40);
30163016
<entry><type>AbsoluteTime</type></entry>
30173017
<entry><filename>utils/nabstime.h</filename></entry>
30183018
</row>
3019-
<row>
30203019
<row>
30213020
<entry><type>bigint</type> (<type>int8</type>)</entry>
30223021
<entry><type>int64</type></entry>
30233022
<entry><filename>postgres.h</filename></entry>
30243023
</row>
3024+
<row>
30253025
<entry><type>boolean</type></entry>
30263026
<entry><type>bool</type></entry>
30273027
<!--

0 commit comments

Comments
 (0)