summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2019-09-10 10:13:58 +0200
committerHans Nilsson <hans@erlang.org>2019-09-10 10:13:58 +0200
commit3fb6775949a0d0525698d9aee0bc63eac2471203 (patch)
treee59fb639f7831b179b70b8ee7b73e066939646eb
parent0943ca3a4ffafe3bd41b80851badf6b17fbab42f (diff)
parenta5a38b6cf44d489cfea2f849c9a1181953abea74 (diff)
downloaderlang-3fb6775949a0d0525698d9aee0bc63eac2471203.tar.gz
Merge branch 'hans/ssh/connection_info_update_doc/OTP-16040' into maint
* hans/ssh/connection_info_update_doc/OTP-16040: ssh: Type daemon_info_tuple added in doc
-rw-r--r--lib/ssh/doc/src/ssh.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index f229561ff0..afcae71418 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -1054,6 +1054,18 @@
</datatype>
<datatype>
+ <name name="daemon_info_tuple"/>
+ <desc>
+ <p>Return values from the
+ <seealso marker="#daemon_info/1">daemon_info/1</seealso> and
+ <seealso marker="#daemon_info/2">daemon_info/2</seealso> functions.
+ </p>
+ <p>In the <c>option</c> info tuple are only the options included that differs from the default values.
+ </p>
+ </desc>
+ </datatype>
+
+ <datatype>
<name>opaque_client_options</name>
<name>opaque_daemon_options</name>
<name>opaque_common_options</name>