doc: Fix some markup whitespace issues

Peter Eisentraut <peter@eisentraut.org>

Commit: f4100839a00a9fffb19e70ed2e3c6a73ce2a5259
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-07-26T08:39:14Z
Releases: 13.0
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.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +115 −656

Documentation touched