From fd09de97eaa45ec8f1519c37c6ae750bb2dfba77 Mon Sep 17 00:00:00 2001
From: Hallvard Furuseth <hallvard@openldap.org>
Date: Wed, 10 Jan 2007 15:04:33 +0000
Subject: [PATCH] Fix pluginlog default and add it to FILES section.

---
 doc/man/man5/slapd.plugin.5 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/man/man5/slapd.plugin.5 b/doc/man/man5/slapd.plugin.5
index 965024b681..de9e4f3abc 100644
--- a/doc/man/man5/slapd.plugin.5
+++ b/doc/man/man5/slapd.plugin.5
@@ -94,7 +94,7 @@ list is passed to the init function.
 .TP
 .B pluginlog <file>
 Specify an alternative path for the plugin log file (default is
-LOCALSTATEDIR/error).
+LOCALSTATEDIR/errors).
 .TP
 .B modulepath <pathspec>
 This statement sets the module load path for dynamically loadable 
@@ -114,6 +114,9 @@ is very platform dependent.
 .TP
 ETCDIR/slapd.conf
 default slapd configuration file
+.TP
+LOCALSTATEDIR/errors
+default plugin log file
 .SH SEE ALSO
 .BR slapd (8),
 .LP
-- 
GitLab