diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 13:10:18 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 13:12:08 +0200 |
commit | ab5b55505ec4bf08a9f93810e1bfada93bc63bb5 (patch) | |
tree | bcb54a53b8fd8567b8f4ea475c376190dfb06baf /doc/src/sgml/ref/initdb.sgml | |
parent | c8be915aa9fcc4c0cba563ddbb2e5af7a2dadd12 (diff) | |
download | postgresql-ab5b55505ec4bf08a9f93810e1bfada93bc63bb5.tar.gz postgresql-ab5b55505ec4bf08a9f93810e1bfada93bc63bb5.zip |
doc: Remove line breaks after <title>
This creates unnecessary rendering problem risks, and it's
inconsistent and gets copied around.
Diffstat (limited to 'doc/src/sgml/ref/initdb.sgml')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 63e148833fc..1635fcb1fd2 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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 |