<!--
terminates the Pgpool-II process.
-->
- は <productname>Pgpool-II</productname> を指定されたモードでシャットダウンします。
+ は <productname>Pgpool-II</productname> を指定されたモードで停止します。
</para>
</refsect1>
<!--
Shutdown mode for terminating the Pgpool-II process.
-->
- シャットダウンモードを指定します。
+ 停止モードを指定します。
</para>
<para>
<!--
The available modes are as follows:
-->
指定できるモードは以下のとおりです。
+ デフォルトは"smart"です。
<itemizedlist>
<!--
<listitem><para>s, smart : smart mode </para></listitem>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-s <replaceable class="parameter">scope</replaceable></option></term>
+ <term><option>--scope=<replaceable class="parameter">scope</replaceable></option></term>
+ <listitem>
+ <para>
+ Pgpool-IIプロセスの停止モードを指定します。
+ </para>
+ <para>
+ サポートされているコマンドスコープは以下です。
+ デフォルトは"local"です。
+ <itemizedlist>
+ <listitem><para>c, cluster : クラスタを構成するすべてのPgpool-IIノードを停止します。</para></listitem>
+ <listitem><para>l, local : ローカルPgpool-IIノードのみを停止します。</para></listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry>
<!--
<term><option>Other options </option></term>
Shutdown mode for terminating the Pgpool-II process.
</para>
<para>
- The available modes are as follows:
+ The available modes are as follows (The default is "smart"):
<itemizedlist>
<listitem><para>s, smart : smart mode </para></listitem>
<listitem><para>f, fast : fast mode </para></listitem>
Shutdown mode for terminating the Pgpool-II process.
</para>
<para>
- The supported command scopes are as follows:
+ The supported command scopes are as follows (The default is "local"):
<itemizedlist>
<listitem><para>c, cluster : terminates all Pgpool-II nodes part of the cluster </para></listitem>
<listitem><para>l, local : terminates local Pgpool-II node only </para></listitem>