Doc: update failover command parameters order.
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 1 Feb 2021 16:10:56 +0000 (01:10 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 1 Feb 2021 16:10:56 +0000 (01:10 +0900)
doc.ja/src/sgml/failover.sgml
doc/src/sgml/failover.sgml

index 112455e86a6743da91588a773dcc3efbb44cacaf..655073cd9024d85fb73c5337f2e0b8dbecc8ec6f 100644 (file)
       <productname>Pgpool-II</productname>はコマンド実行の前に、以下の特殊文字をバックエンドの具体的な情報に置き換えます。
      </para>
 
-     <table id="ffailback-command-table">
+     <table id="failback-command-table">
       <!--
       <title>failback command options</title>
       -->
         -->
         <entry>復帰したノードのデータベースクラスタパス</entry>
        </row>
-       <row>
-        <entry>%M</entry>
-        <!--
-        <entry>Old main node ID</entry>
-        -->
-        <entry>古いメインノードのID</entry>
-       </row>
        <row>
         <entry>%m</entry>
         <!--
         -->
         <entry>新しいメインノードのホスト名</entry>
        </row>
+       <row>
+        <entry>%M</entry>
+        <!--
+        <entry>Old main node ID</entry>
+        -->
+        <entry>古いメインノードのID</entry>
+       </row>
        <row>
         <entry>%P</entry>
         <!--
index 03e550c2746ab3ad08aed598f9159e84180de29f..8db9afdd75df63d44745383c4b76d2b8020490b4 100644 (file)
       before executing the command.
      </para>
 
-     <table id="ffailback-command-table">
+     <table id="failback-command-table">
       <title>failback command options</title>
       <tgroup cols="2">
        <thead>
         <entry>%D</entry>
         <entry>Database cluster directory of the attached node</entry>
        </row>
-       <row>
-        <entry>%M</entry>
-        <entry>Old main node ID</entry>
-       </row>
        <row>
         <entry>%m</entry>
         <entry>New main node ID</entry>
         <entry>%H</entry>
         <entry>Hostname of the new main node</entry>
        </row>
+       <row>
+        <entry>%M</entry>
+        <entry>Old main node ID</entry>
+       </row>
        <row>
         <entry>%P</entry>
         <entry>Old primary node ID</entry>