pgsql: Doc: fix a few oddly-spelled SGML ID attributes. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix a few oddly-spelled SGML ID attributes.
Date
Msg-id E1pHuCt-004C0Y-Ci@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix a few oddly-spelled SGML ID attributes.

Avoid use of "_" in SGML IDs.  Awhile back that was actually
disallowed by the toolchain, as a consequence of which our convention
has been to use "-" instead.  Fix a couple of stragglers that are
particularly inconsistent with that convention and with related IDs.

This is just neatnik-ism, so no need for back-patch.

Discussion: https://postgr.es/m/769446.1673478332@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09d465c397165f99c37e9002a4e7b281111d2580

Modified Files
--------------
doc/src/sgml/config.sgml           | 2 +-
doc/src/sgml/pgbuffercache.sgml    | 4 ++--
doc/src/sgml/ref/pg_checksums.sgml | 2 +-
doc/src/sgml/ref/prepare.sgml      | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: Add two missing regress tests
Next
From: Michael Paquier
Date:
Subject: pgsql: Constify the arguments of copydir.h functions