pgsql: docs: fix inconsistencies in markup and case - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: docs: fix inconsistencies in markup and case
Date
Msg-id E1m48su-0000jX-HF@gemulon.postgresql.org
Whole thread Raw
List 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.kiryanova@postgrespro.ru>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Replace explicit PIN entries in pg_depend with an OID range test
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: docs: fix inconsistencies in markup and case