pgsql: docs: fix inconsistencies in markup and case

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: fix inconsistencies in markup and case
Date: 2021-07-15 21:27:08
Message-ID: E1m48su-0000jX-HF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: fix inconsistencies in markup and case

Ensure to properly mark up function parameters in text with <parameter>,
avoid using <acronym> for terms which aren't acronyms and properly place
the ", and" in a value list. The acronym removal is a follow-up to commit
fb72a7b8c3 which removed it for minmax-multi. In passing, also fix an
incorrectly cased word.

Author: Ekaterina Kiryanova <e(dot)kiryanova(at)postgrespro(dot)ru>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/c050ecbc-80b2-b360-3c1d-9fe6a6a11bb5@postgrespro.ru
Backpatch-through: v14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/830ef61bd8d0ac4c89c21a895047c1b3a6b202f3

Modified Files
--------------
doc/src/sgml/amcheck.sgml | 4 ++--
doc/src/sgml/brin.sgml | 2 +-
doc/src/sgml/catalogs.sgml | 4 ++--
doc/src/sgml/config.sgml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-07-15 21:27:45 pgsql: docs: fix inconsistencies in markup and case
Previous Message Tom Lane 2021-07-15 15:41:56 pgsql: Replace explicit PIN entries in pg_depend with an OID range test