diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-14 19:36:34 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-14 19:36:57 -0400 |
commit | 5a617ab3e691aec56725960e6d28c98c8af6ddaa (patch) | |
tree | f07b2d0c598fe2e37f8f6644f6fa2096773ad46c | |
parent | 85a0781334a204c15c9c6ea9d3e6c75334c2beb6 (diff) | |
download | postgresql-5a617ab3e691aec56725960e6d28c98c8af6ddaa.tar.gz postgresql-5a617ab3e691aec56725960e6d28c98c8af6ddaa.zip |
doc: Fix typo
-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 c2fc6d32615..d871c041ce5 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -922,8 +922,8 @@ omicron bryanh guest1 </indexterm> <para> - The password-based authentication methods are <literal>scram</> - <literal>md5</> and <literal>password</>. These methods operate + The password-based authentication methods are <literal>scram</>, + <literal>md5</>, and <literal>password</>. These methods operate similarly except for the way that the password is sent across the connection. </para> |