From 8d49524a6abbbfc1c5958d8222638b8b070600f9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Jun 2011 20:57:21 -0400 Subject: [PATCH] Document that bits to the right of the CIDR mask "should" be zero, not "must". --- doc/src/sgml/client-auth.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 database user An IP address is specified in standard dotted decimal notation with a 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 /, and the CIDR mask length. -- 2.39.5