diff options
author | Hans Nilsson <[email protected]> | 2016-02-25 09:48:28 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-02-25 09:48:28 +0100 |
commit | 761804cdda45a71b9e82e5340ca98c3ea94e4886 (patch) | |
tree | 2a387d8bbdfd15c3ad418cc78423d2b73c29c3d6 /lib/eldap/doc/src/eldap.xml | |
parent | b095a95279e452545fde76710090b6d6294852a4 (diff) | |
parent | 6446032a1b248c32c5ae89f1d362d8b0a6b09f7b (diff) | |
download | otp-761804cdda45a71b9e82e5340ca98c3ea94e4886.tar.gz otp-761804cdda45a71b9e82e5340ca98c3ea94e4886.tar.bz2 otp-761804cdda45a71b9e82e5340ca98c3ea94e4886.zip |
Merge branch 'hans/eldap/unbind/OTP-13327' into maint
Conflicts:
lib/eldap/src/eldap.erl
Diffstat (limited to 'lib/eldap/doc/src/eldap.xml')
-rw-r--r-- | lib/eldap/doc/src/eldap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index 70add6619d..43873e44e2 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -135,7 +135,8 @@ <v>Handle = handle()</v> </type> <desc> - <p>Shutdown the connection.</p> + <p>Shutdown the connection after sending an unbindRequest to the server. If the connection is tls the connection + will be closed with <c>ssl:close/1</c>, otherwise with <c>gen_tcp:close/1</c>.</p> </desc> </func> <func> |