diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-21 15:48:13 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-22 16:18:39 +0200 |
commit | ea648fd889cf519a947af9b2c73e0b3fc5346486 (patch) | |
tree | f32a4bfcf1821527bd20fb23e7a7f36ae97f5b60 /lib | |
parent | de3ec242ef34cef763a6e3a8462b81a972e9af7f (diff) | |
download | otp-ea648fd889cf519a947af9b2c73e0b3fc5346486.tar.gz otp-ea648fd889cf519a947af9b2c73e0b3fc5346486.tar.bz2 otp-ea648fd889cf519a947af9b2c73e0b3fc5346486.zip |
ssh: Remove extra whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/ssh_connection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh_connection.xml b/lib/ssh/doc/src/ssh_connection.xml index 2ca1060e9e..669a361db9 100644 --- a/lib/ssh/doc/src/ssh_connection.xml +++ b/lib/ssh/doc/src/ssh_connection.xml @@ -233,7 +233,7 @@ <note><p>This function is called by the <c>ssh_channel</c> behavior when the channel is terminated, see <seealso - marker="ssh_channel"> ssh_channel(3) </seealso>. Thus, channels implemented + marker="ssh_channel"> ssh_channel(3)</seealso>. Thus, channels implemented with the behavior are not to call this function explicitly.</p></note> </desc> </func> |