doc: Fix initdb option xreflabels

Peter Eisentraut <peter@eisentraut.org>

Commit: 67846550dc6d7d90db4d98cdd8a8440725ef5c65
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-10-16T06:28:12Z
Releases: 18.0
doc: Fix initdb option xreflabels

Generally, we don't want any overriding xreflabels in the options
list, so that we can link to options and the link renders as the
option name.  The -g option did this differently and config.sgml made
use of that for a link.  The new --no-data-checksums option (commit
983a588e0b8) apparently copied this pattern, but that seems like the
wrong direction, as a future patch revealed.

To fix, remove the two xreflabels and rewrite the link in config.sgml
with an explicit link text.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +3 −1
doc/src/sgml/ref/initdb.sgml modified +2 −2

Documentation touched