From 66c06dc602594b263225b5481d2abba653a3b5e8 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 12 May 2015 11:21:20 +0200 Subject: ssh: Align "=" sign in type declarations to decided policy --- lib/ssh/doc/src/ssh_connection.xml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'lib/ssh/doc/src/ssh_connection.xml') diff --git a/lib/ssh/doc/src/ssh_connection.xml b/lib/ssh/doc/src/ssh_connection.xml index 669a361db9..5422633dc3 100644 --- a/lib/ssh/doc/src/ssh_connection.xml +++ b/lib/ssh/doc/src/ssh_connection.xml @@ -56,29 +56,29 @@ type, or both:

- boolean() -

= true | false

- string() -

= list of ASCII characters

- timeout() -

= infinity | integer() in milliseconds

- ssh_connection_ref() -

Opaque to the user, returned by - ssh:connect/3 or sent to an SSH channel processes

- ssh_channel_id() -

= integer()

- ssh_data_type_code() -

= 1 ("stderr") | 0 ("normal") are + boolean() = +

true | false

+ string() = +

list of ASCII characters

+ timeout() = +

infinity | integer() in milliseconds

+ ssh_connection_ref() = +

opaque() -as returned by + ssh:connect/3 or sent to an SSH channel processes

+ ssh_channel_id() = +

integer()

+ ssh_data_type_code() = +

1 ("stderr") | 0 ("normal") are valid values, see RFC 4254 Section 5.2.

- ssh_request_status() ssh_request_status() -

= success | failure

- event() -

= {ssh_cm, ssh_connection_ref(), ssh_event_msg()}

- ssh_event_msg() -

= data_events() | status_events() | terminal_events()

- reason() -

= timeout | closed

+ ssh_request_status() = +

success | failure

+ event() = +

{ssh_cm, ssh_connection_ref(), ssh_event_msg()}

+ ssh_event_msg() = +

data_events() | status_events() | terminal_events()

+ reason() = +

timeout | closed

-- cgit v1.2.3