pgsql: doc: remove added space within synopsis replaceable tags

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove added space within synopsis replaceable tags
Date: 2026-07-29 18:20:56
Message-ID: E1wp8tk-00000000ptn-332m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove added space within synopsis replaceable tags

Restructuring the tags makes the output consistent and doesn't require
added spaces.

Reported-by: Peter Smith

Author: Peter Smith

Discussion: https://postgr.es/m/CAHut+Pu8JahGm76CMdpzH350pHJedA4R2b8JmOim3+m3yxft3Q@mail.gmail.com

Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc90a53455836a61c4282073866325d3c14954d5

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 6 +++---
doc/src/sgml/ref/pg_checksums.sgml | 4 ++--
doc/src/sgml/ref/pg_controldata.sgml | 4 ++--
doc/src/sgml/ref/pg_createsubscriber.sgml | 10 +++++++---
doc/src/sgml/ref/pg_resetwal.sgml | 24 ++++++++++++++----------
doc/src/sgml/ref/pg_rewind.sgml | 10 ++++++----
6 files changed, 34 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-07-29 19:27:35 pgsql: ssl: Remove static var tracking tls_init_hook warnings
Previous Message Masahiko Sawada 2026-07-29 16:52:38 pgsql: Fix stale comment in parallel_vacuum_main().