From: Pierangelo Masarati Date: Tue, 15 Jun 2004 22:24:44 +0000 (+0000) Subject: remove extra '$' in regex (thanks to Buchan Milne) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7800e8afeebb6086a30cbcf1fe3a36fb52a40762;p=thirdparty%2Fopenldap.git remove extra '$' in regex (thanks to Buchan Milne) --- diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5 index 11b0a7fc8b..4b048d4613 100644 --- a/doc/man/man5/slapd.access.5 +++ b/doc/man/man5/slapd.access.5 @@ -450,7 +450,7 @@ To match the desired subtree, the rule would be more precisely written: .LP .nf - access to dn.regex="^(.+,)?dc=example,dc=com$$" + access to dn.regex="^(.+,)?dc=example,dc=com$" by ... .fi .LP