summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-06-14 00:57:21 +0000
committerBruce Momjian2011-06-14 00:57:37 +0000
commit8d49524a6abbbfc1c5958d8222638b8b070600f9 (patch)
tree9babe348ad033878288253e4e6de723534579292
parent26b10ca6b85cd130ebd5aa86fe24626e00d6ce87 (diff)
Document that bits to the right of the CIDR mask "should" be zero, not
"must".
-rw-r--r--doc/src/sgml/client-auth.sgml2
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.