diff options
author | Hans Nilsson <[email protected]> | 2015-04-23 13:45:54 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-04-23 13:45:54 +0200 |
commit | 220ef7dbc2cfc30a8fd6f6d37c09a9f35bbc3797 (patch) | |
tree | 92d3706db2a87ea647091ae24096304d45e935cc /lib/ssh/doc/src | |
parent | 6cedde4ae59a6e8505d7fc8ac22111a7a8b15e4c (diff) | |
download | otp-220ef7dbc2cfc30a8fd6f6d37c09a9f35bbc3797.tar.gz otp-220ef7dbc2cfc30a8fd6f6d37c09a9f35bbc3797.tar.bz2 otp-220ef7dbc2cfc30a8fd6f6d37c09a9f35bbc3797.zip |
ssh: Removed missplaced empty paranthesis
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 284d7febf8..71d520b6ff 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -229,7 +229,7 @@ <v>Value = [option_value()] </v> <v>option_value() = {{Major::integer(), Minor::integer()}, VersionString::string()} | User::string() | Peer::{inet:hostname(), {inet::ip_adress(), inet::port_number()}} | - Sockname::{inet::ip_adress(), inet::port_number()} () </v> + Sockname::{inet::ip_adress(), inet::port_number()}</v> </type> <desc> <p>Retrieves information about a connection.</p> |