]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Clean up title case use
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 5 May 2026 09:24:16 +0000 (11:24 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 5 May 2026 09:24:16 +0000 (11:24 +0200)
doc/src/sgml/appendix-obsolete-auth-radius.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/wal.sgml
doc/src/sgml/xfunc.sgml

index 68d49df004a81c42458260fb4355a2224416959d..eaae02ba936ad904a89aeaa4334bfc630657c8c2 100644 (file)
@@ -4,7 +4,7 @@
 -->
 
 <sect1 id="auth-radius">
-  <title>RADIUS authentication removed</title>
+  <title>RADIUS Authentication Removed</title>
 
    <indexterm zone="auth-radius">
     <primary>RADIUS</primary>
index b01e74638c429310762074946ef4d96e9697694c..dfa292c2c3a0a9fdc0f9d7cf71c2aec81596ce8d 100644 (file)
@@ -2649,11 +2649,11 @@ openssl x509 -req -in server.csr -text -days 365 \
     <xref linkend="hostname-values"/> contains details on how these values are
     used.
     <table id="hostname-values">
-     <title>Hostname field values</title>
+     <title>Hostname Field Values</title>
      <tgroup cols="3">
       <thead>
        <row>
-        <entry>Host Entry</entry>
+        <entry>Host entry</entry>
         <entry>Hostname extension</entry>
         <entry>Description</entry>
        </row>
index 165af8a0cf277959c7b864ed2053e75ee720f543..c32931edde39de6a8f164340116a0bd8e5de52a3 100644 (file)
 
    <para>
     <figure id="data-checksums-states-figure">
-     <title>data checksums states</title>
+     <title>Data Checksums States</title>
      <mediaobject>
       <imageobject>
        <imagedata fileref="images/datachecksums.svg" format="SVG" width="100%"/>
    </para>
 
    <sect3 id="checksums-online-system-impact">
-    <title>Impact on system of online operations</title>
+    <title>Impact on System of Online Operations</title>
     <para>
      Enabling data checksums can cause significant I/O to the system, as all of the
      database pages will need to be rewritten, and will be written both to the
index 086e6231998a380dafe39755fe33206894defd16..bae16d7fb53b6bb37a4937404efb1ed7b10e205b 100644 (file)
@@ -3716,7 +3716,7 @@ my_shmem_init(void *arg)
     </sect3>
 
     <sect3 id="xfunc-shared-addin-after-startup">
-     <title>Requesting Shared Memory After Startup with <function>ShmemRequestStruct</function></title>
+     <title>Requesting Shared Memory after Startup with <function>ShmemRequestStruct</function></title>
 
      <para>
       The <function>ShmemRequestStruct()</function> can also be called after
@@ -3745,7 +3745,7 @@ my_shmem_init(void *arg)
     </sect3>
 
     <sect3 id="xfunc-shared-addin-dynamic">
-     <title>Allocating Dynamic Shared Memory After Startup</title>
+     <title>Allocating Dynamic Shared Memory after Startup</title>
 
      <para>
       There is another, more flexible method of reserving shared memory that
@@ -3811,7 +3811,7 @@ LWLockPadded *GetNamedLWLockTranche(const char *tranche_name)
     </sect3>
 
     <sect3 id="xfunc-addin-lwlocks-after-startup">
-     <title>Requesting LWLocks After Startup</title>
+     <title>Requesting LWLocks after Startup</title>
 
      <para>
       There is another, more flexible method of obtaining LWLocks that can be