The arguments to pg_ctl kill are not optional - remove brackets in the docs.

Fujii Masao
REL8_4_STABLE
Heikki Linnakangas 15 years ago
parent 4dcc4fd288
commit cb4fda6380
  1. 4
      doc/src/sgml/ref/pg_ctl-ref.sgml

@ -79,8 +79,8 @@ PostgreSQL documentation
<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>

Loading…
Cancel
Save