From 006b9d9799820888b6451f11158e830cc741d123 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 17 Oct 2007 16:32:11 +0000 Subject: [PATCH] fix *_TIMEOUT API documentation (ITS#5188) --- doc/man/man3/ldap_get_option.3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index ab795520e5..62b76866c8 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -58,6 +58,10 @@ This is a read-only, handler-specific option. .B LDAP_OPT_TIMEOUT Sets/gets a timeout value for the synchronous API calls. .B outvalue +must be a +.BR "struct timeval **" +(the caller has to free +.BR *outvalue ) , and .B invalue must be a @@ -72,6 +76,10 @@ following a .BR connect (2) returns in case of no activity. .B outvalue +must be a +.BR "struct timeval **" +(the caller has to free +.BR *outvalue ) , and .B invalue must be a -- 2.39.5