pgsql: doc: Fix man page whitespace issues

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix man page whitespace issues
Date: 2020-06-07 12:57:05
Message-ID: E1jhurJ-0000iV-RM@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix man page whitespace issues

Whitespace between tags is significant, and in some cases it creates
extra vertical space in man pages. The fix is either to remove some
newlines or in some cases to reword slightly to avoid the awkward
markup layout.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a02b8bdd9878ae1d1ead87aabb673d60432500ea

Modified Files
--------------
doc/src/sgml/ref/alter_collation.sgml | 3 +--
doc/src/sgml/ref/alter_subscription.sgml | 3 +--
doc/src/sgml/ref/alter_type.sgml | 3 +--
doc/src/sgml/ref/alter_view.sgml | 3 +--
doc/src/sgml/ref/create_extension.sgml | 3 +--
doc/src/sgml/ref/create_language.sgml | 3 +--
doc/src/sgml/ref/create_publication.sgml | 5 +----
doc/src/sgml/ref/create_subscription.sgml | 3 +--
doc/src/sgml/ref/create_view.sgml | 3 +--
doc/src/sgml/ref/drop_function.sgml | 3 +--
doc/src/sgml/ref/drop_procedure.sgml | 3 +--
doc/src/sgml/ref/drop_routine.sgml | 3 +--
doc/src/sgml/ref/pg_basebackup.sgml | 6 ++----
doc/src/sgml/ref/pg_verifybackup.sgml | 3 +--
doc/src/sgml/ref/pgbench.sgml | 6 ++----
doc/src/sgml/ref/pgupgrade.sgml | 6 ++----
doc/src/sgml/ref/psql-ref.sgml | 8 ++------
doc/src/sgml/ref/select.sgml | 5 ++---
doc/src/sgml/spi.sgml | 2 +-
19 files changed, 24 insertions(+), 50 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-07 13:07:24 pgsql: Spelling adjustments
Previous Message Peter Eisentraut 2020-06-07 12:36:53 pgsql: Formatting and punctuation improvements in postgresql.conf.sampl