Doc: add useful link how to create pcp.conf in the pcp reference page.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 3 May 2019 23:26:55 +0000 (08:26 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 3 May 2019 23:28:53 +0000 (08:28 +0900)
Also fix some typos.

doc.ja/src/sgml/reference.sgml
doc/src/sgml/reference.sgml

index 4d89adaebf1b8b7416b3f63e30baeeceaaa96257..b90d63a53716c9625025e354d2e10afd3d3a5f3e 100644 (file)
@@ -75,7 +75,8 @@
         else.
      -->
      PCP ユーザ名とパスワードが <filename>$prefix/etc</filename> ディレクトリ内の <filename>pcp.conf</filename>
-     で宣言されている必要があります。<filename>pcp.conf</filename> が他の場所にある場合には、
+    で宣言されている必要があります(このファイルを作る方法については<xref linkend="configuring-pcp-conf">を参照してください)。
+      <filename>pcp.conf</filename> が他の場所にある場合には、
      <productname>Pgpool-II</productname> の起動時に <option>-F</option> オプションで指定することができます。
        </para>
      </sect1>
index a53149aa53ea5ee7521f88831ad5026e96ece035..bcdca3265848eea63b2045482853430be28c0865 100644 (file)
     <partintro>
       <para>
        This part contains reference information for PCP commands.
-       PCP commands are UNIX commands which manipulate pgpool-II via the network.
-       Please note that the parameter format for all PCP commands has been changed since pgpool-II 3.5.
+       PCP commands are UNIX commands which manipulate pgpool-II via
+       the network.  Please note that the parameter format for all
+       PCP commands has been changed since <productname>Pgpool-II
+       3.5</productname>.
       </para>
 
       <sect1 id="pcp-connection-authentication">
        <title>PCP connection authentication</title>
        <para>
          PCP user names and passwords must be declared in
-         <filename>pcp.conf</filename> in <filename>$prefix/etc</filename>
-         directory. <option>-F</option> option can be used when starting
-         pgpool-II if <filename>pcp.conf</filename> is placed somewhere
-         else.
+         <filename>pcp.conf</filename>
+         in <filename>$prefix/etc</filename> directory
+         (see <xref linkend="configuring-pcp-conf"> to know to create
+         the file). <option>-F</option> option can be used when
+         starting
+         <productname>Pgpool-II</productname>
+         if <filename>pcp.conf</filename> is placed somewhere else.
        </para>
       </sect1>
 
@@ -60,7 +65,7 @@
          This file should contain lines of the following format:
 
          <programlisting>
-           hostname:port:username:password
+hostname:port:username:password
          </programlisting>
        </para>