From 7800e8afeebb6086a30cbcf1fe3a36fb52a40762 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 15 Jun 2004 22:24:44 +0000 Subject: [PATCH] remove extra '$' in regex (thanks to Buchan Milne) --- doc/man/man5/slapd.access.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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