From 80526326891ed511e7842d46b8699e1037c5583e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 17 Aug 2009 00:40:56 +0000 Subject: [PATCH] Cleanup prev commit --- doc/man/man5/slapo-pcache.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapo-pcache.5 b/doc/man/man5/slapo-pcache.5 index bb89334b8c..ccaf8b79cd 100644 --- a/doc/man/man5/slapo-pcache.5 +++ b/doc/man/man5/slapo-pcache.5 @@ -15,7 +15,7 @@ overlay to allows caching of LDAP search requests (queries) in a local database. For an incoming query, the proxy cache determines its corresponding \fBtemplate\fP. If the template -was specified as cacheable using the \fBproxytemplate\fP directive +was specified as cacheable using the \fBpcacheTemplate\fP directive and the request is contained in a cached request, it is answered from the proxy cache. Otherwise, the search is performed as usual and cacheable search results @@ -159,10 +159,10 @@ must be less than or equal to .B attribute sets SHOULD be defined by using the directive -.BR proxyattrset ; +.BR pcacheAttrset ; all attribute sets SHOULD be referenced by (at least) one -.B proxytemplate +.B pcacheTemplate directive; .LP -- 2.39.5