diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-18 15:20:51 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-18 15:20:51 +0200 |
commit | 3b5e3d2ed10e60f7972bc89b1fb94f007b8ad4bf (patch) | |
tree | ea4ac7053dda0fe3eaf634f291b0b1eacd5bba7b /lib/ssh/doc/src/ssh_channel.xml | |
parent | bcc5248a76ee692ede18367a1f3d6cd9acd6cde7 (diff) | |
parent | 66c06dc602594b263225b5481d2abba653a3b5e8 (diff) | |
download | otp-3b5e3d2ed10e60f7972bc89b1fb94f007b8ad4bf.tar.gz otp-3b5e3d2ed10e60f7972bc89b1fb94f007b8ad4bf.tar.bz2 otp-3b5e3d2ed10e60f7972bc89b1fb94f007b8ad4bf.zip |
Merge branch 'ia/ssh/doc/types'
* ia/ssh/doc/types:
ssh: Align "=" sign in type declarations to decided policy
Diffstat (limited to 'lib/ssh/doc/src/ssh_channel.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_channel.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/ssh/doc/src/ssh_channel.xml b/lib/ssh/doc/src/ssh_channel.xml index b8a03c350a..2fdecf9072 100644 --- a/lib/ssh/doc/src/ssh_channel.xml +++ b/lib/ssh/doc/src/ssh_channel.xml @@ -62,22 +62,22 @@ type, or both:</p> <taglist> - <tag><c>boolean()</c></tag> - <item><p>= <c>true | false</c></p></item> - <tag><c>string()</c></tag> - <item><p>= list of ASCII characters</p></item> - <tag><c>timeout()</c></tag> - <item><p>= <c>infinity | integer()</c> in milliseconds</p></item> - <tag><c>ssh_connection_ref()</c></tag> - <item><p>Opaque to the user, returned by - <c>ssh:connect/3</c> or sent to an SSH channel process</p></item> - <tag><c>ssh_channel_id()</c></tag> - <item><p>= <c>integer()</c></p></item> - <tag><c>ssh_data_type_code()</c></tag> - <item><p>= <c>1</c> ("stderr") | <c>0</c> ("normal") are - the valid values, - see <url href="http://www.ietf.org/rfc/rfc4254.txt">RFC 4254</url> - Section 5.2</p></item> + <tag><c>boolean() =</c></tag> + <item><p><c>true | false</c></p></item> + <tag><c>string() =</c></tag> + <item><p>list of ASCII characters</p></item> + <tag><c>timeout() =</c></tag> + <item><p><c>infinity | integer()</c> in milliseconds</p></item> + <tag><c>ssh_connection_ref() =</c></tag> + <item><p>opaque() -as returned by + <c>ssh:connect/3</c> or sent to an SSH channel process</p></item> + <tag><c>ssh_channel_id() =</c></tag> + <item><p><c>integer()</c></p></item> + <tag><c>ssh_data_type_code() =</c></tag> + <item><p><c>1</c> ("stderr") | <c>0</c> ("normal") are + the valid values, + see <url href="http://www.ietf.org/rfc/rfc4254.txt">RFC 4254</url> + Section 5.2</p></item> </taglist> </section> |