Skip to content

Commit 977bc44

Browse files
committed
fix 和原始sgml tag不匹配
1 parent 4842c5b commit 977bc44

File tree

6 files changed

+530
-90
lines changed

6 files changed

+530
-90
lines changed

postgresql/doc/src/sgml/docguide.sgml

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -426,27 +426,13 @@ checking for xsltproc... xsltproc
426426
checking for fop... fop
427427
checking for dbtoepub... dbtoepub
428428
</screen>
429-
If <filename>xmllint</filename> or <filename>xsltproc</filename> is not
429+
If <filename>xmllint</filename> or <filename>xsltproc</filename> is not
430430
found, you will not be able to build any of the documentation.
431431
<filename>fop</filename> is only needed to build the documentation in
432432
PDF format.
433433
<filename>dbtoepub</filename> is only needed to build the documentation
434434
in EPUB format.
435435
</para>
436-
437-
<para>
438-
If necessary, you can tell <filename>configure</filename> where to find
439-
these programs, for example
440-
<screen>
441-
./configure ... XMLLINT=/opt/local/bin/xmllint ...
442-
</screen>
443-
Also, if you want to ensure that <filename>xmllint</filename>
444-
and <filename>xsltproc</filename> will not perform any network access,
445-
you can do something like
446-
<screen>
447-
./configure ... XMLLINT="xmllint -&minus;nonet" XSLTPROC="xsltproc -&minus;nonet" ...
448-
</screen>
449-
</para>
450436
____________________________________________________________________________-->
451437
<para>
452438
在你能编译文档之前,你需要运行<filename>configure</filename>脚本,就像你在编译<productname>PostgreSQL</productname>程序本身时所作的那样。
@@ -462,17 +448,6 @@ checking for dbtoepub... dbtoepub
462448
<filename>dbtoepub</filename>仅在构建EPUB格式的文档时需要。
463449
</para>
464450

465-
<para>
466-
如果需要,你可以告诉<filename>configure</filename>到哪里去找这些程序,例如
467-
<screen>
468-
./configure ... XMLLINT=/opt/local/bin/xmllint ...
469-
</screen>
470-
另外,如果你想确保<filename>xmllint</filename>和<filename>xsltproc</filename>不会执行任何网络访问,你可以如下操作
471-
<screen>
472-
./configure ... XMLLINT="xmllint --nonet" XSLTPROC="xsltproc --nonet" ...
473-
</screen>
474-
</para>
475-
476451
<!--==========================orignal english content==========================
477452
<para>
478453
If necessary, you can tell <filename>configure</filename> where to find
@@ -489,11 +464,11 @@ checking for dbtoepub... dbtoepub
489464
</para>
490465
____________________________________________________________________________-->
491466
<para>
492-
如果需要,你可以告知 <filename>configure</filename> 在哪里发现这些程序,例如
467+
如果需要,你可以告诉<filename>configure</filename>到哪里去找这些程序,例如
493468
<screen>
494469
./configure ... XMLLINT=/opt/local/bin/xmllint ...
495470
</screen>
496-
此外,如果你想要确保 <filename>xmllint</filename><filename>xsltproc</filename> 将不会执行任何网络访问,你可以像这样做
471+
另外,如果你想确保<filename>xmllint</filename><filename>xsltproc</filename>不会执行任何网络访问,你可以如下操作
497472
<screen>
498473
./configure ... XMLLINT="xmllint --nonet" XSLTPROC="xsltproc --nonet" ...
499474
</screen>

0 commit comments

Comments
 (0)