From: Kurt Zeilenga Date: Thu, 8 Aug 2002 03:03:48 +0000 (+0000) Subject: Remove reference to getfilter(3) X-Git-Tag: NO_SLAP_OP_BLOCKS~1257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2b8a3b1390013740f828b0c3b2faeffec00b92c;p=openldap Remove reference to getfilter(3) --- diff --git a/doc/man/man3/ldap_search.3 b/doc/man/man3/ldap_search.3 index c43d2e671e..a78fb09842 100644 --- a/doc/man/man3/ldap_search.3 +++ b/doc/man/man3/ldap_search.3 @@ -86,9 +86,7 @@ attribute. The filter "mail=*@terminator.rs.itd.umich.edu" will find any entries that have a mail attribute ending in the specified string. To put parentheses in a filter, escape them with a backslash '\\' character. See RFC 2254 for a more complete description of allowable -filters. See -.BR ldap_getfilter (3) -for routines to help in constructing search filters automatically. +filters. .LP \fIAttrs\fP is a null-terminated array of attribute types to return from entries that match \fIfilter\fP.