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: 2021-04-09 21:37:14
Message-ID: E1lUyoU-0003mB-IJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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 to remove some newlines
in the markup.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9cae39b8e6a53decb37cce22852bb2e6d0e3f5d3

Modified Files
--------------
doc/src/sgml/ref/cluster.sgml | 1 -
doc/src/sgml/ref/create_extension.sgml | 3 +--
doc/src/sgml/ref/create_procedure.sgml | 3 +--
3 files changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2021-04-09 21:45:08 Re: pgsql: autovacuum: handle analyze for partitioned tables
Previous Message Alvaro Herrera 2021-04-09 21:31:55 Re: pgsql: autovacuum: handle analyze for partitioned tables