diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-01-31 17:08:27 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-01-31 17:08:27 -0500 |
commit | 384fbd1a5d49c3acaecf15d7a7eefae49049f6eb (patch) | |
tree | 98476459f932c3c894d992f87c8cdc45723fe11b /doc/src | |
parent | 8824b38909b28c801456ade7a63ff67e3795ed1d (diff) | |
download | postgresql-384fbd1a5d49c3acaecf15d7a7eefae49049f6eb.tar.gz postgresql-384fbd1a5d49c3acaecf15d7a7eefae49049f6eb.zip |
doc: authentication wording improvements
Suggested by David Tonhofer
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 14870401fb8..9b26d010616 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -83,7 +83,7 @@ Fields can contain white space if the field value is double-quoted. Quoting one of the keywords in a database, user, or address field (e.g., <literal>all</> or <literal>replication</>) makes the word lose its special - character, and just match a database, user, or host with that name. + meaning, and just match a database, user, or host with that name. </para> <para> @@ -408,7 +408,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> <term><literal>md5</></term> <listitem> <para> - Require the client to supply an MD5-encrypted password for + Require the client to supply a double-MD5-hashed password for authentication. See <xref linkend="auth-password"> for details. </para> |