Skip to content
Snippets Groups Projects
Commit 39850c7f authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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

Fujii Masao
parent 993c5e59
No related branches found
No related tags found
No related merge requests found
...@@ -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>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment