]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
docs: Clarify pg_ctl initdb option text to match options proto.
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Aug 2018 16:01:53 +0000 (12:01 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Aug 2018 16:01:53 +0000 (12:01 -0400)
The options string appeared in PG 10.

Reported-by: pgsql-kr@postgresql.kr
Discussion: https://postgr.es/m/153500377658.1378.6587007319641704057@wrigleys.postgresql.org

Backpatch-through: 10

doc/src/sgml/ref/pg_ctl-ref.sgml

index 59b04f72747402ffd5a31a0b3f416c6741f9e976..ed28e94545c86696e8739cf44b08dfa97e9b40e5 100644 (file)
@@ -334,7 +334,7 @@ PostgreSQL documentation
         options being passed through.
        </para>
        <para>
-        The <replaceable>options</> should usually be surrounded by single or
+        The <replaceable>initdb-options</> should usually be surrounded by single or
         double quotes to ensure that they are passed through as a group.
        </para>
       </listitem>