Doc: standardize markup a bit more.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 May 2020 17:48:30 +0000 (13:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 May 2020 17:48:30 +0000 (13:48 -0400)
commit47046763c3ed1f16b81a389df7e44be5f3dba83c
tree06456f8a56dedc24e89f23b3775e4a218ae6573b
parent1ad23335f36b07f4574906a8dc66a3d62af7c40c
Doc: standardize markup a bit more.

We had a mishmash of <replaceable>, <replaceable class="parameter">,
and <parameter> markup for operator/function arguments.  Use <parameter>
consistently for things that are in fact names of parameters (including
OUT parameters), reserving <replaceable> for things that aren't.  The
latter class includes some made-up-by-the-docs type class names, like
"numeric_type", as well as placeholders for arguments that don't have
well-defined types.  Possibly we could do better with those categories
as well, but for the moment I'm content not to have parameter names
marked up in different ways in different places.

(This commit aligns the earlier sections of chapter 9 with a policy
that I'd arrived at while working on commit 1ad23335f, which is why
the last few sections need no changes.)
doc/src/sgml/func.sgml