Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39850c7

Browse files
committed
The arguments to pg_ctl kill are not optional - remove brackets in the docs.
Fujii Masao
1 parent993c5e5 commit39850c7

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
@@ -98,8 +98,8 @@ PostgreSQL documentation
9898
<cmdsynopsis>
9999
<command>pg_ctl</command>
100100
<arg choice="plain">kill</arg>
101-
<arg><replaceable>signal_name</replaceable></arg>
102-
<arg><replaceable>process_id</replaceable></arg>
101+
<arg choice="plain"><replaceable>signal_name</replaceable></arg>
102+
<arg choice="plain"><replaceable>process_id</replaceable></arg>
103103
</cmdsynopsis>
104104

105105
<cmdsynopsis>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp