diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-06-13 20:54:45 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-06-13 20:55:25 -0400 |
commit | 2fccc881a9184879deeb9580bc25e7c420c580f8 (patch) | |
tree | 76c17a759bd5cfeb52f8584f75c63fb5755b688a /doc/src | |
parent | 8f59e023ef05d4f45e1c10a8bbc96bf8b4a96a89 (diff) | |
download | postgresql-2fccc881a9184879deeb9580bc25e7c420c580f8.tar.gz postgresql-2fccc881a9184879deeb9580bc25e7c420c580f8.zip |
Document that bits to the right of the CIDR mask "should" be zero, not
"must".
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 77c541b6cb0..575eb3be448 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -231,7 +231,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> An IP address is specified in standard dotted decimal notation with a <acronym>CIDR</> mask length. The mask length indicates the number of high-order bits of the client - IP address that must match. Bits to the right of this must + IP address that must match. Bits to the right of this should be zero in the given IP address. There must not be any white space between the IP address, the <literal>/</literal>, and the CIDR mask length. |