diff options
author | Henrik Nord <[email protected]> | 2014-02-14 15:58:44 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-14 15:59:01 +0100 |
commit | 90f9fb016d199ef518737d1cd85c364a93891bd6 (patch) | |
tree | 537036777fed463880c750010cd3bc4115d3e86c /lib/ssh/doc/src/ssh.xml | |
parent | ed2c247a0f1b30f899929ed1231566b29d86dc47 (diff) | |
parent | b246e47d53d4b738fe47df1d7bf71138a8501e02 (diff) | |
download | otp-90f9fb016d199ef518737d1cd85c364a93891bd6.tar.gz otp-90f9fb016d199ef518737d1cd85c364a93891bd6.tar.bz2 otp-90f9fb016d199ef518737d1cd85c364a93891bd6.zip |
Merge branch 'weisslj/ssh-spec-doc-fixes'
* weisslj/ssh-spec-doc-fixes:
ssh: Fix dialyzer type specs and documentation
OTP-11705
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 5d5f2e5b91..eaf96d0230 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -367,8 +367,11 @@ </func> <func> - <name>stop() -> ok </name> + <name>stop() -> ok | {error, Reason}</name> <fsummary>Stops the SSH application.</fsummary> + <type> + <v>Reason = term()</v> + </type> <desc> <p>Stops the SSH application. See also <seealso marker="kernel:application">application(3)</seealso></p> |