Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab5b555

Browse files
committed
doc: Remove line breaks after <title>
This creates unnecessary rendering problem risks, and it's inconsistent and gets copied around.
1 parent c8be915 commit ab5b555

8 files changed

+8
-24
lines changed

doc/src/sgml/features.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,7 @@
419419
</sect2>
420420

421421
<sect2 id="functions-xml-limits-postgresql">
422-
<title>
423-
Incidental limits of the implementation
424-
</title>
422+
<title>Incidental limits of the implementation</title>
425423

426424
<para>
427425
This section concerns limits that are not inherent in the

doc/src/sgml/ref/createdb.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ PostgreSQL documentation
3131

3232

3333
<refsect1 id="r1-app-createdb-1">
34-
<title>
35-
Description
36-
</title>
34+
<title>Description</title>
3735
<para>
3836
<application>createdb</application> creates a new <productname>PostgreSQL</productname>
3937
database.

doc/src/sgml/ref/initdb.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ PostgreSQL documentation
3434
</refsynopsisdiv>
3535

3636
<refsect1 id="r1-app-initdb-1">
37-
<title>
38-
Description
39-
</title>
37+
<title>Description</title>
4038
<para>
4139
<command>initdb</command> creates a new
4240
<productname>PostgreSQL</productname> database cluster. A database

doc/src/sgml/ref/pg_basebackup.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ PostgreSQL documentation
2727
</refsynopsisdiv>
2828

2929
<refsect1>
30-
<title>
31-
Description
32-
</title>
30+
<title>Description</title>
3331
<para>
3432
<application>pg_basebackup</application> is used to take base backups of
3533
a running <productname>PostgreSQL</productname> database cluster. These

doc/src/sgml/ref/pg_dump.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ PostgreSQL documentation
3333

3434

3535
<refsect1 id="pg-dump-description">
36-
<title>
37-
Description
38-
</title>
36+
<title>Description</title>
3937

4038
<para>
4139
<application>pg_dump</application> is a utility for backing up a

doc/src/sgml/ref/pg_receivewal.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ PostgreSQL documentation
2727
</refsynopsisdiv>
2828

2929
<refsect1>
30-
<title>
31-
Description
32-
</title>
30+
<title>Description</title>
3331
<para>
3432
<application>pg_receivewal</application> is used to stream the write-ahead log
3533
from a running <productname>PostgreSQL</productname> cluster. The write-ahead

doc/src/sgml/ref/pg_verifybackup.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ PostgreSQL documentation
2828
</refsynopsisdiv>
2929

3030
<refsect1>
31-
<title>
32-
Description
33-
</title>
31+
<title>Description</title>
3432
<para>
3533
<application>pg_verifybackup</application> is used to check the
3634
integrity of a database cluster backup taken using

doc/src/sgml/xplang.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
</para>
6363

6464
<procedure>
65-
<title>
66-
Manual Procedural Language Installation
67-
</title>
65+
<title>Manual Procedural Language Installation</title>
6866

6967
<para>
7068
A procedural language is installed in a database in five steps,

0 commit comments

Comments
 (0)