diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7bc3c601287..a2fbb5f01d3 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1010,8 +1010,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname </para> <para> - A comma-separated list of <literal>hostaddrs</> is also accepted, in - which case each host in the list is tried in order. See + A comma-separated list of <literal>hostaddr</literal> values is also + accepted, in which case each host in the list is tried in order. See <xref linkend="libpq-multiple-hosts"> for details. </para> <para> |