Skip to content

Commit 8d49524

Browse files
committed
Document that bits to the right of the CIDR mask "should" be zero, not
"must".
1 parent 26b10ca commit 8d49524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
231231
An IP address is specified in standard dotted decimal
232232
notation with a <acronym>CIDR</> mask length. The mask
233233
length indicates the number of high-order bits of the client
234-
IP address that must match. Bits to the right of this must
234+
IP address that must match. Bits to the right of this should
235235
be zero in the given IP address.
236236
There must not be any white space between the IP address, the
237237
<literal>/</literal>, and the CIDR mask length.

0 commit comments

Comments
 (0)