Skip to content

Commit c02bc63

Browse files
committed
The arguments to pg_ctl kill are not optional - remove brackets in the docs.
Fujii Masao
1 parent db3cf25 commit c02bc63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ PostgreSQL documentation
9191
<cmdsynopsis>
9292
<command>pg_ctl</command>
9393
<arg choice="plain">kill</arg>
94-
<arg><replaceable>signal_name</replaceable></arg>
95-
<arg><replaceable>process_id</replaceable></arg>
94+
<arg choice="plain"><replaceable>signal_name</replaceable></arg>
95+
<arg choice="plain"><replaceable>process_id</replaceable></arg>
9696
</cmdsynopsis>
9797

9898
<cmdsynopsis>

0 commit comments

Comments
 (0)