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:45
Message-ID: E1m48tV-0000kG-5m@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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ffe128a6d616675b559a14a89f8b42a30084323

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 Michael Paquier 2021-07-16 04:22:52 pgsql: Disable tests involving ZLIB on Windows for pg_receivewal
Previous Message Daniel Gustafsson 2021-07-15 21:27:08 pgsql: docs: fix inconsistencies in markup and case