diff options
author | Hans Nilsson <[email protected]> | 2017-03-09 17:43:42 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-09 17:43:42 +0100 |
commit | 55916696a0bb867cbe55fc042744d8e03258db05 (patch) | |
tree | 450dd35f4a031a6af67eab86b1200ddb49af561c /lib/ssh/doc/src/ssh.xml | |
parent | ce6040f651c081f4cb7dfafe5c4bf49bfee7812f (diff) | |
parent | 5d560441709eb1faa6a223b237da65f1d70da6d2 (diff) | |
download | otp-55916696a0bb867cbe55fc042744d8e03258db05.tar.gz otp-55916696a0bb867cbe55fc042744d8e03258db05.tar.bz2 otp-55916696a0bb867cbe55fc042744d8e03258db05.zip |
Merge branch 'hans/ssh/daemon_info_extension/OTP-14259'
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index f6e26f5ee8..1f07e826ce 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -726,9 +726,10 @@ </func> <func> - <name>daemon_info(Daemon) -> {ok, [{port,Port}]} | {error,Error}</name> + <name>daemon_info(Daemon) -> {ok, [DaemonInfo]} | {error,Error}</name> <fsummary>Get info about a daemon</fsummary> <type> + <v>DaemonInfo = {port,Port::pos_integer()} | {listen_address, any|ip_address()} | {profile,atom()}</v> <v>Port = integer()</v> <v>Error = bad_daemon_ref</v> </type> |