Skip to content

Commit 9f0b953

Browse files
committed
doc: Clean up title case use
1 parent 662dbe2 commit 9f0b953

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7669,7 +7669,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
76697669
</para>
76707670

76717671
<table id="runtime-config-logging-jsonlog-keys-values">
7672-
<title>Keys and values of JSON log entries</title>
7672+
<title>Keys and Values of JSON Log Entries</title>
76737673
<tgroup cols="3">
76747674
<thead>
76757675
<row>

doc/src/sgml/ref/pgbench.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
10231023
<refsect1>
10241024
<title>Notes</title>
10251025

1026-
<refsect2 id="transactions-and-scripts" xreflabel="What is the &quot;Transaction&quot; Actually Performed in pgbench?">
1027-
<title>What is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title>
1026+
<refsect2 id="transactions-and-scripts" xreflabel="What Is the &quot;Transaction&quot; Actually Performed in pgbench?">
1027+
<title>What Is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title>
10281028

10291029
<para>
10301030
<application>pgbench</application> executes test scripts chosen randomly

0 commit comments

Comments
 (0)