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

Commit 37a6d81

Browse files
committed
doc: Clean up title case use
1 parent f69a7f0 commit 37a6d81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/ref/pg_rewind.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PostgreSQL documentation
103103
</para>
104104

105105
<warning>
106-
<title>Warning: Failures while Rewinding</title>
106+
<title>Warning: Failures While Rewinding</title>
107107
<para>
108108
If <application>pg_rewind</application> fails while processing, then
109109
the data folder of the target is likely not in a state that can be

doc/src/sgml/ref/select.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ SELECT 2+2;
20442044
</refsect2>
20452045

20462046
<refsect2>
2047-
<title>Omitting sub-<command>SELECT</command> aliases in <literal>FROM</literal></title>
2047+
<title>Omitting Sub-<command>SELECT</command> Aliases in <literal>FROM</literal></title>
20482048

20492049
<para>
20502050
According to the SQL standard, a sub-<command>SELECT</command> in the

doc/src/sgml/regress.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl'
806806
</para>
807807

808808
<sect2 id="regress-tap-vars">
809-
<title>Environment variables</title>
809+
<title>Environment Variables</title>
810810

811811
<para>
812812
Data directories are named according to the test filename, and will be

0 commit comments

Comments
 (0)