Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6dfb2b2

Browse files
author
Neil Conway
committed
Minor SGML markup improvements.
1 parenta536ed5 commit6dfb2b2

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

‎doc/src/sgml/docguide.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.49 2003/12/13 20:09:15 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.50 2004/02/17 02:53:03 neilc Exp $ -->
22

33
<appendix id="docguide">
44
<title>Documentation</title>
@@ -51,8 +51,8 @@
5151
languages are applications of the <firstterm>Standard Generalized
5252
Markup Language</firstterm>, <acronym>SGML</acronym>, which is
5353
essentially a language for describing other languages. In what
54-
follows, the terms DocBook and SGML are both used, but technically
55-
they are not interchangeable.
54+
follows, the terms DocBook and<acronym>SGML</acronym> are both
55+
used, but technicallythey are not interchangeable.
5656
</para>
5757

5858
<para>
@@ -1017,13 +1017,13 @@ End:
10171017
<para>
10181018
The <productname>PostgreSQL</productname> distribution includes a
10191019
parsed DTD definitions file <filename>reference.ced</filename>.
1020-
You may find that when using PSGML, a comfortable way of working
1021-
with these separate files of book parts is to insert a proper
1022-
<literal>DOCTYPE</literal> declaration while you're editing them.
1023-
Ifyou are working on this source, for instance, it is an
1024-
appendix chapter, so you would specify the document as an
1025-
<quote>appendix</quote> instance of a DocBook document by making
1026-
the first line look like this:
1020+
You may find that when using<productname>PSGML</productname>, a
1021+
comfortable way of workingwith these separate files of book
1022+
parts is to insert a proper<literal>DOCTYPE</literal>
1023+
declaration whileyou're editing them. If you are working on
1024+
this source, for instance, it is an appendix chapter, so you
1025+
would specify the document as an<quote>appendix</quote> instance
1026+
of a DocBook document by makingthe first line look like this:
10271027

10281028
<programlisting>
10291029
&lt;!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN"&gt;
@@ -1041,8 +1041,8 @@ End:
10411041
<title>Other Emacs modes</title>
10421042

10431043
<para>
1044-
<productname>GNU Emacs</productname> ships with a different SGML
1045-
mode, which is not quite as powerful as
1044+
<productname>GNU Emacs</productname> ships with a different
1045+
<acronym>SGML</acronym>mode, which is not quite as powerful as
10461046
<productname>PSGML</productname>, but it's less confusing and
10471047
lighter weight. Also, it offers syntax highlighting (font lock),
10481048
which can be very helpful.

‎doc/src/sgml/sources.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.13 2004/02/17 02:53:03 neilc Exp $
33
-->
44

55
<chapter id="source">
@@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
2323
</para>
2424

2525
<para>
26-
For Emacs, add the following (or something similar)
27-
to your <filename>~/.emacs</filename>
26+
For<productname>Emacs</productname>, add the following (or
27+
something similar)to your <filename>~/.emacs</filename>
2828
initialization file:
2929

3030
<programlisting>
@@ -56,7 +56,7 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
5656
set tabstop=4
5757
</programlisting>
5858

59-
or equivalently from withinvi, try
59+
or equivalently from within<application>vi</application>, try
6060

6161
<programlisting>
6262
:set ts=4
@@ -423,7 +423,7 @@ write
423423
<para>
424424
Use lower case for message wording, including the first letter of a
425425
primary error message. Use upper case for SQL commands and key words if
426-
they appear in the message.
426+
they appear in the message.
427427
</para>
428428

429429
<para>
@@ -497,7 +497,8 @@ and
497497
</para>
498498

499499
<para>
500-
Rationale: Else no one will know what <quote>foo.bar.baz</quote> is.
500+
Rationale: Otherwise no one will know what <quote>foo.bar.baz</>
501+
refers to.
501502
</para>
502503

503504
</simplesect>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp