The arguments to pg_ctl kill are not optional - remove brackets in the docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 28 Apr 2011 09:51:02 +0000 (12:51 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 28 Apr 2011 09:57:14 +0000 (12:57 +0300)
Fujii Masao

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

index e7c9a8320dca19a191866982edea7e36cff067c6..cc9d8fd353c6aa41a24db12d7215413fd69333bd 100644 (file)
@@ -68,8 +68,8 @@ PostgreSQL documentation
    <sbr>
    <command>pg_ctl</command>
    <arg choice="plain">kill</arg>
-   <arg><replaceable>signal_name</replaceable></arg>
-   <arg><replaceable>process_id</replaceable></arg>
+   <arg choice="plain"><replaceable>signal_name</replaceable></arg>
+   <arg choice="plain"><replaceable>process_id</replaceable></arg>
    <sbr>
    <command>pg_ctl</command>
    <arg choice="plain">register</arg>