aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-05-11 15:25:05 +0200
committerHans Nilsson <[email protected]>2015-05-11 15:25:05 +0200
commitd8f6982b9661eca009fa612d3184088ce1cbb469 (patch)
tree9909c8505f1ec76038dfec9d7a1be3e20f7f48be
parente11d241e5ea8099a01e9e0104d9f6f6714b292f9 (diff)
parent05efdc8e2db3d7d3d845166424d71e4b061049e5 (diff)
downloadotp-d8f6982b9661eca009fa612d3184088ce1cbb469.tar.gz
otp-d8f6982b9661eca009fa612d3184088ce1cbb469.tar.bz2
otp-d8f6982b9661eca009fa612d3184088ce1cbb469.zip
Merge branch 'hans/eldap/cuddle_doc'
* hans/eldap/cuddle_doc: eldap: Remove doc man.3 warning
-rw-r--r--lib/eldap/doc/src/eldap.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml
index ed35ee3a9c..a6fad8a857 100644
--- a/lib/eldap/doc/src/eldap.xml
+++ b/lib/eldap/doc/src/eldap.xml
@@ -403,7 +403,11 @@ filter() See present/1, substrings/2,
<v>OptionalAttrs = [Attr]</v>
<v>Attr = {matchingRule,string()} | {type,string()} | {dnAttributes,boolean()}</v>
</type>
- <desc> <p>Creates an extensible match filter. For example, <c>eldap:extensibleMatch("Bar",[{type,"sn"},{matchingRule,"caseExactMatch"}]))</c> creates a filter which performs a <c>caseExactMatch</c> on the attribute <c>sn</c> and matches with the value <c>"Bar"</c>. The default value of <c>dnAttributes</c> is <c>false</c>.</p> </desc>
+ <desc> <p>Creates an extensible match filter. For example, </p>
+ <code>
+ eldap:extensibleMatch("Bar", [{type,"sn"}, {matchingRule,"caseExactMatch"}]))
+ </code>
+ <p>creates a filter which performs a <c>caseExactMatch</c> on the attribute <c>sn</c> and matches with the value <c>"Bar"</c>. The default value of <c>dnAttributes</c> is <c>false</c>.</p> </desc>
</func>
<func>
<name>'and'([Filter]) -> filter()</name>