From: Kurt Zeilenga Date: Thu, 27 Sep 2001 02:51:22 +0000 (+0000) Subject: Minor cleanup X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1048 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9ab1282f5d826f2ab5744e09bff1b650da775200;p=openldap Minor cleanup --- diff --git a/doc/man/man3/ldap_parse_reference.3 b/doc/man/man3/ldap_parse_reference.3 index b5cd8241dd..dd96160b27 100644 --- a/doc/man/man3/ldap_parse_reference.3 +++ b/doc/man/man3/ldap_parse_reference.3 @@ -3,7 +3,7 @@ .\" Copyright 1998-2001 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME -ldap_parse \- Extract referrals and controls from a reference message +ldap_parse_reference \- Extract referrals and controls from a reference message .SH SYNOPSIS .nf .ft B @@ -22,7 +22,7 @@ call to .BR ldap_first_reference (3) , .BR ldap_next_reference (3) , .BR ldap_first_message (3) , -.BR ldap_next_message (3) +.BR ldap_next_message (3) , or .BR ldap_result (3) . .LP @@ -48,12 +48,12 @@ routine can also be used to free the message later. Upon success LDAP_SUCCESS is returned. Otherwise the values of the \fIreferralsp\fP and \fIserverctrlsp\fP parameters are undefined. .SH SEE ALSO -.BR ldap(3), -.BR ldap_first_reference(3), -.BR ldap_first_message(3), -.BR ldap_result(3), -.BR ldap_get_values(3), -.BR ldap_controls_free(3) +.BR ldap (3), +.BR ldap_first_reference (3), +.BR ldap_first_message (3), +.BR ldap_result (3), +.BR ldap_get_values (3), +.BR ldap_controls_free (3) .SH ACKNOWLEDGEMENTS .B OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).