Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2fccc88

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/client-auth.sgml

+1-1
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)