mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
The arguments to pg_ctl kill are not optional - remove brackets in the docs.
Fujii Masao
This commit is contained in:
parent
ed849420ea
commit
1aa24e2024
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue