@@ -824,8 +824,9 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 && cp pg_wal/0
824824 way. The non-exclusive method is recommended and the exclusive one is
825825 deprecated and will eventually be removed.
826826 </para>
827+
827828 <sect3 id="backup-lowlevel-base-backup-nonexclusive">
828- <title>Making anon-exclusive low level backup </title>
829+ <title>Making aNon-Exclusive Low-Level Backup </title>
829830 <para>
830831 A non-exclusive low level backup is one that allows other
831832 concurrent backups to be running (both those started using
@@ -947,7 +948,7 @@ SELECT * FROM pg_stop_backup(false, true);
947948 </para>
948949 </sect3>
949950 <sect3 id="backup-lowlevel-base-backup-exclusive">
950- <title>Making anexclusive low level backup </title>
951+ <title>Making anExclusive Low-Level Backup </title>
951952
952953 <note>
953954 <para>
@@ -1082,7 +1083,7 @@ SELECT pg_stop_backup();
10821083 </para>
10831084 </sect3>
10841085 <sect3 id="backup-lowlevel-base-backup-data">
1085- <title>Backingup thedata directory </title>
1086+ <title>BackingUp theData Directory </title>
10861087 <para>
10871088 Some file system backup tools emit warnings or errors
10881089 if the files they are trying to copy change while the copy proceeds.