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/pg_basebackup.sgml | |
parent | c8be915aa9fcc4c0cba563ddbb2e5af7a2dadd12 (diff) |
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/pg_basebackup.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index d31fb1ce920..e3cc08e485e 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -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 |