diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-09-19 09:47:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-09-19 09:47:22 -0400 |
commit | 25f8cf19ab3a0246ef252203410b84169124eaaf (patch) | |
tree | 095e569959892cef63916f54aa2ec5439f6f8033 /doc/src | |
parent | f0577816865dc9e6fab1537b2a112545535a5d51 (diff) | |
download | postgresql-25f8cf19ab3a0246ef252203410b84169124eaaf.tar.gz postgresql-25f8cf19ab3a0246ef252203410b84169124eaaf.zip |
doc PG relnotes: rename commit link paragraph for clarity
FYI, during PDF builds, this link type generates a "Unresolved ID
reference found" warning because it is suppressed from the PDF output.
Backpatch-through: 12
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/stylesheet-fo.xsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d602374d347..8433690dead 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -69,7 +69,7 @@ For new features, add links to the documentation sections. review, so each item is truly a community effort. </para> - <para id="release-no-print-output"> + <para id="release-commit-links"> Section markers (§) in the release notes link to <ulink url="https://git.postgresql.org/gitweb/?p=postgresql.git"><application>gitweb</application></ulink> pages which show the primary <application>git</application> commit diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 1728124e9da..6015c70d9f8 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -21,7 +21,7 @@ </xsl:template> <!-- Also suppress the description of the section markers in print mode --> -<xsl:template match="appendix[@id='release']//para[@id='release-no-print-output']"> +<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']"> <!-- Output nothing for this para --> </xsl:template> |