From 21a667429a3182eb85cf6d0dcaaec22f678c915e Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sat, 4 May 2019 08:26:55 +0900 Subject: [PATCH] Doc: add useful link how to create pcp.conf in the pcp reference page. Also fix some typos. --- doc.ja/src/sgml/reference.sgml | 3 ++- doc/src/sgml/reference.sgml | 19 ++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/doc.ja/src/sgml/reference.sgml b/doc.ja/src/sgml/reference.sgml index 101c77996..d2aee3f20 100644 --- a/doc.ja/src/sgml/reference.sgml +++ b/doc.ja/src/sgml/reference.sgml @@ -75,7 +75,8 @@ else. --> PCP ユーザ名とパスワードが $prefix/etc ディレクトリ内の pcp.conf - で宣言されている必要があります。pcp.conf が他の場所にある場合には、 + で宣言されている必要があります(このファイルを作る方法についてはを参照してください)。 + pcp.conf が他の場所にある場合には、 Pgpool-II の起動時に オプションで指定することができます。 diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 0130e7c8d..baa1f7e99 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -33,18 +33,23 @@ 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 Pgpool-II + 3.5. PCP connection authentication PCP user names and passwords must be declared in - pcp.conf in $prefix/etc - directory. option can be used when starting - pgpool-II if pcp.conf is placed somewhere - else. + pcp.conf + in $prefix/etc directory + (see to know to create + the file). option can be used when + starting + Pgpool-II + if pcp.conf is placed somewhere else. @@ -60,7 +65,7 @@ This file should contain lines of the following format: - hostname:port:username:password +hostname:port:username:password -- 2.39.5