diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml b/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml index 37805abecc2a78432fad9b8ea07660311f7edc34..43a548c2e64a8b60036fc6b5e57655342af1912b 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml @@ -503,15 +503,14 @@ declare -a MIRROR_ARRAY=( HBA_HOSTNAMES - Optional. This parameter controls whether Greenplum Database - utilities use IP addresses or host names in the pg_hba.conf - file when updating the file with addresses that can connect to Greenplum - Database. The default value is 0, the utilities use IP - addresses when updating the file. When initializing a Greenplum Database - system, specify HBA_HOSTNAMES=1 to have the utilities use - host names in the pg_hba.conf file. This option is set when - the system is initialized and cannot be changed after the system is - initialized. + Optional. This parameter controls whether + gpinitsystem use IP addresses or host names in the + pg_hba.conf file when updating the file with addresses + that can connect to Greenplum Database. The default value is + 0, the utility uses IP addresses when updating the + file. When initializing a Greenplum Database system, specify + HBA_HOSTNAMES=1 to have the utility use host names in + the pg_hba.conf file. For information about how Greenplum Database resolves host names in the pg_hba.conf file, see .