From 23c5f4c09f83d2f7a43facf9e6c495c69837a47f Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Tue, 6 Jul 2004 22:37:22 +0000
Subject: [PATCH] small improvements

---
 doc/man/man5/slapd.access.5 | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5
index d448f83e9f..a72e56db5c 100644
--- a/doc/man/man5/slapd.access.5
+++ b/doc/man/man5/slapd.access.5
@@ -77,7 +77,17 @@ It can have the forms
 .nf
 	[dn[.<dnstyle>]=]<dnpattern>
 	filter=<ldapfilter>
-	attrs=<attrlist>[ val[.<style>]=<attrval>]
+	attrs=<attrlist>[ val[.<attrstyle>]=<attrval>]
+.fi
+.LP
+with
+.LP
+.nf
+	<dnstyle>={{exact|base(object)}|regex
+		|one(level)|sub(tree)|children}
+	<attrlist>={<attr>|[{!|@}]<objectClass>}[,<attrlist>]
+	<attrstyle>={{exact|base(object)}|regex
+		|one(level)|sub(tree)|children}
 .fi
 .LP
 The statement
@@ -85,7 +95,7 @@ The statement
 selects the entries based on their naming context.
 The 
 .B dn=
-part is optional
+part is optional.
 The
 .B <dnpattern>
 is a string representation of the entry's DN.
@@ -236,9 +246,10 @@ It can have the forms
 with
 .LP
 .nf
-	<dnstyle>={{exact|base}|regex|sub(tree)|one(level)|children}
-	<groupstyle>={exact|expand}
 	<style>={exact|regex|expand}
+	<dnstyle>={{exact|base(object)}|regex
+		|one(level)|sub(tree)|children}
+	<groupstyle>={exact|expand}
 	<peernamestyle>={<style>|ip|path}
 	<domainstyle>={exact|regex|sub(tree)}
 	<setstyle>={exact|regex}
-- 
GitLab