From d042c5a26452797afc4fe8c2ceddebff94d88745 Mon Sep 17 00:00:00 2001 From: Chris Fraire Date: Fri, 25 Aug 2017 09:47:09 -0500 Subject: 8591 Man pages contain various errors Reviewed by: Toomas Soome Approved by: Robert Mustacchi --- usr/src/man/man3ldap/ldap_search.3ldap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/man/man3ldap') diff --git a/usr/src/man/man3ldap/ldap_search.3ldap b/usr/src/man/man3ldap/ldap_search.3ldap index e598d9b031..092ca22a01 100644 --- a/usr/src/man/man3ldap/ldap_search.3ldap +++ b/usr/src/man/man3ldap/ldap_search.3ldap @@ -95,7 +95,7 @@ test, or can contain text and *'s interspersed to achieve substring matching. .LP For example, the filter \fBmail=*\fR finds entries that have a mail attribute. The filter \fBmail=*@terminator.rs.itd.umich.edu\fR finds entries that have a -mail attribute ending in the specified string. Use a backslash (\fB\\fR) to +mail attribute ending in the specified string. Use a backslash (\fB\e\fR) to escape parentheses characters in a filter. See RFC 1588 for a more complete description of the filters that are allowed. See \fBldap_getfilter\fR(3LDAP) for functions to help construct search filters automatically. -- cgit v1.2.3