Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d56d246

Browse files
committed
Properly capitalize hyphenated words in documentation titles.
1 parent 7106f74 commit d56d246

23 files changed

+36
-36
lines changed

doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
428428
</sect1>
429429

430430
<sect1 id="continuous-archiving">
431-
<title>Continuous Archiving and Point-In-Time Recovery (PITR)</title>
431+
<title>Continuous Archiving and Point-in-Time Recovery (PITR)</title>
432432

433433
<indexterm zone="backup">
434434
<primary>continuous archiving</primary>

doc/src/sgml/biblio.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</bibliodiv>
165165

166166
<bibliodiv>
167-
<title>PostgreSQL-Specific Documentation</title>
167+
<title>PostgreSQL-specific Documentation</title>
168168
<para>This section is for related documentation.</para>
169169

170170
<biblioentry id="SIM98">

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
11981198
</sect2>
11991199

12001200
<sect2 id="auth-ident">
1201-
<title>Ident-Based Authentication</title>
1201+
<title>Ident-based Authentication</title>
12021202

12031203
<indexterm>
12041204
<primary>ident</primary>

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
11081108
</sect2>
11091109

11101110
<sect2 id="runtime-config-resource-vacuum-cost">
1111-
<title>Cost-Based Vacuum Delay</title>
1111+
<title>Cost-based Vacuum Delay</title>
11121112

11131113
<para>
11141114
During the execution of <xref linkend="sql-vacuum">
@@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
38643864
</sect1>
38653865

38663866
<sect1 id="runtime-config-statistics">
3867-
<title>Run-Time Statistics</title>
3867+
<title>Run-time Statistics</title>
38683868

38693869
<sect2 id="runtime-config-statistics-collector">
38703870
<title>Query and Index Statistics Collector</title>

doc/src/sgml/dfunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/dfunc.sgml -->
22

33
<sect2 id="dfunc">
4-
<title>Compiling and Linking Dynamically-Loaded Functions</title>
4+
<title>Compiling and Linking Dynamically-loaded Functions</title>
55

66
<para>
77
Before you are able to use your

doc/src/sgml/earthdistance.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</para>
2525

2626
<sect2>
27-
<title>Cube-Based Earth Distances</title>
27+
<title>Cube-based Earth Distances</title>
2828

2929
<para>
3030
Data is stored in cubes that are points (both corners are the same) using 3
@@ -59,7 +59,7 @@
5959
</para>
6060

6161
<table id="earthdistance-cube-functions">
62-
<title>Cube-Based Earthdistance Functions</title>
62+
<title>Cube-based Earthdistance Functions</title>
6363
<tgroup cols="3">
6464
<thead>
6565
<row>
@@ -136,7 +136,7 @@
136136
</sect2>
137137

138138
<sect2>
139-
<title>Point-Based Earth Distances</title>
139+
<title>Point-based Earth Distances</title>
140140

141141
<para>
142142
The second part of the module relies on representing Earth locations as
@@ -152,7 +152,7 @@
152152
</para>
153153

154154
<table id="earthdistance-point-operators">
155-
<title>Point-Based Earthdistance Operators</title>
155+
<title>Point-based Earthdistance Operators</title>
156156
<tgroup cols="3">
157157
<thead>
158158
<row>

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ while (1)
16241624
</sect3>
16251625

16261626
<sect3>
1627-
<title>User-Defined Base Types</title>
1627+
<title>User-defined Base Types</title>
16281628

16291629
<para>
16301630
New user-defined base types are not directly supported by ECPG.
@@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
79317931
</sect2>
79327932

79337933
<sect2 id="ecpg-informix-sqlda">
7934-
<title>Informix-Compatible SQLDA Descriptor Areas</title>
7934+
<title>Informix-compatible SQLDA Descriptor Areas</title>
79357935
<para>
79367936
Informix-compatible mode supports a different structure than the one described in
79377937
<xref linkend="ecpg-sqlda-descriptors">. See below:

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
43504350
</note>
43514351

43524352
<table id="posix-character-entry-escapes-table">
4353-
<title>Regular Expression Character-Entry Escapes</title>
4353+
<title>Regular Expression Character-entry Escapes</title>
43544354

43554355
<tgroup cols="2">
43564356
<thead>
@@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
44784478
</para>
44794479

44804480
<table id="posix-class-shorthand-escapes-table">
4481-
<title>Regular Expression Class-Shorthand Escapes</title>
4481+
<title>Regular Expression Class-shorthand Escapes</title>
44824482

44834483
<tgroup cols="2">
44844484
<thead>
@@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
46724672
</para>
46734673

46744674
<table id="posix-embedded-options-table">
4675-
<title>ARE Embedded-Option Letters</title>
4675+
<title>ARE Embedded-option Letters</title>
46764676

46774677
<tgroup cols="2">
46784678
<thead>

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
15241524
</para>
15251525

15261526
<formalpara>
1527-
<title>Client-Only installation:</title>
1527+
<title>Client-only installation:</title>
15281528
<para>
15291529
If you want to install only the client applications and
15301530
interface libraries, then you can use these commands:
@@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
19511951
</sect1>
19521952

19531953
<sect1 id="installation-platform-notes">
1954-
<title>Platform-Specific Notes</title>
1954+
<title>Platform-specific Notes</title>
19551955

19561956
<para>
19571957
This section documents additional platform-specific issues

doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
407407
</sect1>
408408

409409
<sect1 id="lo-funcs">
410-
<title>Server-Side Functions</title>
410+
<title>Server-side Functions</title>
411411

412412
<para>
413413
There are server-side functions callable from SQL that correspond to

0 commit comments

Comments
 (0)