Thread: pgsql: doc: Fix some markup whitespace issues

pgsql: doc: Fix some markup whitespace issues

From
Peter Eisentraut
Date:
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(-)