Commit 39850c7f authored by Heikki Linnakangas's avatar Heikki Linnakangas

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

Fujii Masao
parent 993c5e59
...@@ -98,8 +98,8 @@ PostgreSQL documentation ...@@ -98,8 +98,8 @@ PostgreSQL documentation
<cmdsynopsis> <cmdsynopsis>
<command>pg_ctl</command> <command>pg_ctl</command>
<arg choice="plain">kill</arg> <arg choice="plain">kill</arg>
<arg><replaceable>signal_name</replaceable></arg> <arg choice="plain"><replaceable>signal_name</replaceable></arg>
<arg><replaceable>process_id</replaceable></arg> <arg choice="plain"><replaceable>process_id</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment