doc: Remove line breaks after <title>
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 7 Jun 2020 11:10:18 +0000 (13:10 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 7 Jun 2020 11:12:08 +0000 (13:12 +0200)
This creates unnecessary rendering problem risks, and it's
inconsistent and gets copied around.

doc/src/sgml/features.sgml
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_receivewal.sgml
doc/src/sgml/ref/pg_verifybackup.sgml
doc/src/sgml/xplang.sgml

index e57488c422cc3820cce8e8ab82fa2e3c3e2d630f..f8a41229c63fe3346b0fda93cbacbe29d9965067 100644 (file)
    </sect2>
 
    <sect2 id="functions-xml-limits-postgresql">
-    <title>
-     Incidental limits of the implementation
-    </title>
+    <title>Incidental limits of the implementation</title>
 
     <para>
      This section concerns limits that are not inherent in the
index 2fca26237e3ab43268c8a9a0917f9fb437ef9d5c..d3c92943f0714f46a1ce3c915aaebd0671858e6e 100644 (file)
@@ -31,9 +31,7 @@ PostgreSQL documentation
 
 
  <refsect1 id="r1-app-createdb-1">
-  <title>
-   Description
-  </title>
+  <title>Description</title>
   <para>
    <application>createdb</application> creates a new <productname>PostgreSQL</productname>
    database.
index 63e148833fce85556cd8311d452177ff33787d33..1635fcb1fd26223b88dca846aa3bd0069d761b9d 100644 (file)
@@ -34,9 +34,7 @@ PostgreSQL documentation
  </refsynopsisdiv>
 
  <refsect1 id="r1-app-initdb-1">
-  <title>
-   Description
-  </title>
+  <title>Description</title>
   <para>
    <command>initdb</command> creates a new
    <productname>PostgreSQL</productname> database cluster.  A database
index d31fb1ce920687202f9118a6fcfc8eda0529b7e2..e3cc08e485ea630c0183275241fa31e07003a7da 100644 (file)
@@ -27,9 +27,7 @@ PostgreSQL documentation
  </refsynopsisdiv>
 
  <refsect1>
-  <title>
-   Description
-  </title>
+  <title>Description</title>
   <para>
    <application>pg_basebackup</application> is used to take base backups of
    a running <productname>PostgreSQL</productname> database cluster. These
index 197b5c0d70e30afb2708008841d31a33f79e986a..2f0807e9127dc49a31206150da6c046a9657ce90 100644 (file)
@@ -33,9 +33,7 @@ PostgreSQL documentation
 
 
  <refsect1 id="pg-dump-description">
-  <title>
-   Description
-  </title>
+  <title>Description</title>
 
   <para>
    <application>pg_dump</application> is a utility for backing up a
index 73431bfc052be59c50db57fbd94e57252581634d..110d57171497c1ca2f6f30f30f021f5cbf1f9815 100644 (file)
@@ -27,9 +27,7 @@ PostgreSQL documentation
  </refsynopsisdiv>
 
  <refsect1>
-  <title>
-   Description
-  </title>
+  <title>Description</title>
   <para>
    <application>pg_receivewal</application> is used to stream the write-ahead log
    from a running <productname>PostgreSQL</productname> cluster. The write-ahead
index 4f9759414f885a5818cf75d4c6e70304e5820d04..4f75863a8cbb88814fa840f08885d616fd63b7fe 100644 (file)
@@ -28,9 +28,7 @@ PostgreSQL documentation
  </refsynopsisdiv>
 
  <refsect1>
-  <title>
-   Description
-  </title>
+  <title>Description</title>
   <para>
    <application>pg_verifybackup</application> is used to check the
    integrity of a database cluster backup taken using
index e647e2d3ef842edeebbd7500598f4f1cf30d22db..7f1409305629c297c24c1f5f3b728033f993d848 100644 (file)
@@ -62,9 +62,7 @@
    </para>
 
    <procedure>
-    <title>
-     Manual Procedural Language Installation
-    </title>
+    <title>Manual Procedural Language Installation</title>
 
     <para>
      A procedural language is installed in a database in five steps,