pgsql: doc: Fix some markup whitespace issues - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix some markup whitespace issues
Date
Msg-id E1hqw17-0001OD-Lw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix some markup whitespace issues

When making an xref to a varlistentry, the stylesheets use the first
<term> as the link text.  In the cases fixed here, the <term> element
contained extra whitespace that ended up being part of the link text,
which looked strange in the output in some cases.  This whitespace is
significant, so remove it since we don't want it.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml | 771 ++++++++----------------------------------------
1 file changed, 115 insertions(+), 656 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 12 relnotes - add item about amcheck index root check
Next
From: Tom Lane
Date:
Subject: pgsql: Fix loss of fractional digits for large values incash_numeric()