diff options
author | Hans Nilsson <[email protected]> | 2017-03-08 18:34:43 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-09 17:43:16 +0100 |
commit | 5d560441709eb1faa6a223b237da65f1d70da6d2 (patch) | |
tree | 450dd35f4a031a6af67eab86b1200ddb49af561c /lib | |
parent | 1af346afd2d8cabc48bf9673dc62672e36b7b8a2 (diff) | |
download | otp-5d560441709eb1faa6a223b237da65f1d70da6d2.tar.gz otp-5d560441709eb1faa6a223b237da65f1d70da6d2.tar.bz2 otp-5d560441709eb1faa6a223b237da65f1d70da6d2.zip |
ssh: documents ssh:daemon_info/1
Diffstat (limited to 'lib')
-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> |