Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d08889a

Browse files
committed
Add tools/find_gt_lt to find < and > in SGML source.
Lowercase some uppercase tags so tools is more reliable at finding problems.
1 parent bdbfd34 commit d08889a

File tree

12 files changed

+2717
-2715
lines changed

12 files changed

+2717
-2715
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.70 2004/12/27 19:19:23 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.71 2005/01/23 00:30:18 momjian Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -892,9 +892,9 @@ omicron bryanh guest1
892892
</para>
893893

894894
<para>
895-
<ProgramListing>
895+
<programlisting>
896896
FATAL: no pg_hba.conf entry for host "123.123.123.123", user "andym", database "testdb"
897-
</ProgramListing>
897+
</programlisting>
898898
This is what you are most likely to get if you succeed in contacting
899899
the server, but it does not want to talk to you. As the message
900900
suggests, the server refused the connection request because it found
@@ -903,9 +903,9 @@ FATAL: no pg_hba.conf entry for host "123.123.123.123", user "andym", database
903903
</para>
904904

905905
<para>
906-
<ProgramListing>
906+
<programlisting>
907907
FATAL: Password authentication failed for user "andym"
908-
</ProgramListing>
908+
</programlisting>
909909
Messages like this indicate that you contacted the server, and it is
910910
willing to talk to you, but not until you pass the authorization
911911
method specified in the <filename>pg_hba.conf</filename> file. Check
@@ -915,16 +915,16 @@ FATAL: Password authentication failed for user "andym"
915915
</para>
916916

917917
<para>
918-
<ProgramListing>
918+
<programlisting>
919919
FATAL: user "andym" does not exist
920-
</ProgramListing>
920+
</programlisting>
921921
The indicated user name was not found.
922922
</para>
923923

924924
<para>
925-
<ProgramListing>
925+
<programlisting>
926926
FATAL: database "testdb" does not exist
927-
</ProgramListing>
927+
</programlisting>
928928
The database you are trying to connect to does not exist. Note that
929929
if you do not specify a database name, it defaults to the database
930930
user name, which may or may not be the right thing.

doc/src/sgml/contacts.sgml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
<Appendix Label="B" Id="contacts">
2-
<Title>Contacts</Title>
1+
<appendix label="B" id="contacts">
2+
<title>Contacts</title>
33

44
<!--
5-
<Para>
5+
<para>
66
Support for <productname>PostgreSQL</productname> comes primarily from
77
this printed documentation, the web-based mailing list archives,
88
and the mailing lists themselves.
9-
</Para>
9+
</para>
1010

11-
<Sect1 id="mailing-list">
12-
<Title>Mailing Lists</Title>
11+
<sect1 id="mailing-list">
12+
<title>Mailing Lists</title>
1313

14-
<Para>
14+
<para>
1515
Refer to the introduction in this manual or to the
1616
<ulink url="http://www.postgresql.org"><productname>PostgreSQL</productname> web page</ulink>
1717
for subscription information to the no-cost mailing lists.
18-
</Para>
18+
</para>
1919

20-
<Sect1 id="people">
21-
<Title>People</Title>
20+
<sect1 id="people">
21+
<title>People</title>
2222
-->
2323

24-
<Para>
25-
<ItemizedList Mark="bullet" Spacing="compact">
26-
<ListItem>
27-
<Para>
28-
<ULink url="lockhart@fourpalms.org">Thomas Lockhart</ULink>
24+
<para>
25+
<itemizedlist mark="bullet" spacing="compact">
26+
<listitem>
27+
<para>
28+
<ulink url="lockhart@fourpalms.org">Thomas Lockhart</ulink>
2929
works on SQL standards compliance and documentation.
30-
</Para>
31-
</ListItem>
32-
</ItemizedList>
33-
</Para>
30+
</para>
31+
</listitem>
32+
</itemizedlist>
33+
</para>
3434

35-
</Appendix>
35+
</appendix>

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.228 2005/01/17 02:29:23 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.229 2005/01/23 00:30:18 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -249,7 +249,7 @@ su - postgres
249249
class="osname">Linux</>, <systemitem class="osname">NetBSD</>,
250250
<systemitem class="osname">Solaris</>), for other systems you
251251
can download an add-on package from here: <ulink
252-
url="http://developer.postgresql.org/~petere/bsd-gettext/" ></ulink>.
252+
url="http://developer.postgresql.org/~petere/bsd-gettext/"></ulink>.
253253
If you are using the <application>Gettext</> implementation in
254254
the <acronym>GNU</acronym> C library then you will additionally
255255
need the <productname>GNU Gettext</productname> package for some

0 commit comments

Comments
 (0)