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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix a few oddly-spelled SGML ID attributes.
Date: 2023-01-17 22:13:27
Message-ID: E1pHuCt-004C0Y-Ci@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-17 22:13:58 Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
Previous Message Andres Freund 2023-01-17 21:49:47 pgsql: meson: Add two missing regress tests