Commit ab5b5550 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Remove line breaks after <title>

This creates unnecessary rendering problem risks, and it's
inconsistent and gets copied around.
parent c8be915a
...@@ -419,9 +419,7 @@ ...@@ -419,9 +419,7 @@
</sect2> </sect2>
<sect2 id="functions-xml-limits-postgresql"> <sect2 id="functions-xml-limits-postgresql">
<title> <title>Incidental limits of the implementation</title>
Incidental limits of the implementation
</title>
<para> <para>
This section concerns limits that are not inherent in the This section concerns limits that are not inherent in the
......
...@@ -31,9 +31,7 @@ PostgreSQL documentation ...@@ -31,9 +31,7 @@ PostgreSQL documentation
<refsect1 id="r1-app-createdb-1"> <refsect1 id="r1-app-createdb-1">
<title> <title>Description</title>
Description
</title>
<para> <para>
<application>createdb</application> creates a new <productname>PostgreSQL</productname> <application>createdb</application> creates a new <productname>PostgreSQL</productname>
database. database.
......
...@@ -34,9 +34,7 @@ PostgreSQL documentation ...@@ -34,9 +34,7 @@ PostgreSQL documentation
</refsynopsisdiv> </refsynopsisdiv>
<refsect1 id="r1-app-initdb-1"> <refsect1 id="r1-app-initdb-1">
<title> <title>Description</title>
Description
</title>
<para> <para>
<command>initdb</command> creates a new <command>initdb</command> creates a new
<productname>PostgreSQL</productname> database cluster. A database <productname>PostgreSQL</productname> database cluster. A database
......
...@@ -27,9 +27,7 @@ PostgreSQL documentation ...@@ -27,9 +27,7 @@ PostgreSQL documentation
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
<title> <title>Description</title>
Description
</title>
<para> <para>
<application>pg_basebackup</application> is used to take base backups of <application>pg_basebackup</application> is used to take base backups of
a running <productname>PostgreSQL</productname> database cluster. These a running <productname>PostgreSQL</productname> database cluster. These
......
...@@ -33,9 +33,7 @@ PostgreSQL documentation ...@@ -33,9 +33,7 @@ PostgreSQL documentation
<refsect1 id="pg-dump-description"> <refsect1 id="pg-dump-description">
<title> <title>Description</title>
Description
</title>
<para> <para>
<application>pg_dump</application> is a utility for backing up a <application>pg_dump</application> is a utility for backing up a
......
...@@ -27,9 +27,7 @@ PostgreSQL documentation ...@@ -27,9 +27,7 @@ PostgreSQL documentation
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
<title> <title>Description</title>
Description
</title>
<para> <para>
<application>pg_receivewal</application> is used to stream the write-ahead log <application>pg_receivewal</application> is used to stream the write-ahead log
from a running <productname>PostgreSQL</productname> cluster. The write-ahead from a running <productname>PostgreSQL</productname> cluster. The write-ahead
......
...@@ -28,9 +28,7 @@ PostgreSQL documentation ...@@ -28,9 +28,7 @@ PostgreSQL documentation
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
<title> <title>Description</title>
Description
</title>
<para> <para>
<application>pg_verifybackup</application> is used to check the <application>pg_verifybackup</application> is used to check the
integrity of a database cluster backup taken using integrity of a database cluster backup taken using
......
...@@ -62,9 +62,7 @@ ...@@ -62,9 +62,7 @@
</para> </para>
<procedure> <procedure>
<title> <title>Manual Procedural Language Installation</title>
Manual Procedural Language Installation
</title>
<para> <para>
A procedural language is installed in a database in five steps, A procedural language is installed in a database in five steps,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment