From 0a4ef21233b03a551e06798f763b4b817d973d1c Mon Sep 17 00:00:00 2001 From: jeffweiss Date: Sat, 9 May 2015 00:17:51 -0700 Subject: Correct module in eldap timeout docs Prior to this commit, the `eldap` documentation for the timeouts of `search/2` and `start_tls/3` referenced `erl_tar:open/2` instead of `eldap:open/2`. The relative link was correct, only the link label mistakenly pointed to `erl_tar`. This error was introduced in e9a97c3cfd7615e3efd0cbf1632a78b868fda49c. This commit corrects that mistake. --- lib/eldap/doc/src/eldap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/eldap/doc') diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index 945379d5d2..fbeb4540b7 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -121,7 +121,7 @@ filter() See present/1, substrings/2, Any error responded from ssl:connect/3

The Timeout parameter is for the actual tls upgrade (phase 2) while the timeout in - erl_tar:open/2 is used for the initial negotiation about + eldap:open/2 is used for the initial negotiation about upgrade (phase 1).

@@ -258,7 +258,7 @@ filter() See present/1, substrings/2, search(Handle, [{base, "dc=example, dc=com"}, {filter, Filter}, {attributes, ["cn"]}]),

The timeout option in the SearchOptions is for the ldap server, while - the timeout in erl_tar:open/2 is used for each + the timeout in eldap:open/2 is used for each individual request in the search operation.

-- cgit v1.2.3