diff options
author | Hans Nilsson <[email protected]> | 2016-03-02 12:10:20 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-25 18:34:17 +0200 |
commit | e334fbf5671724f2e404b032795310f2e6425944 (patch) | |
tree | e753d852d441c5e2ee88fa3af18fdc9cd674eebb /lib/ssh/doc/src | |
parent | 12da50061254d46c47f707362080dfd7c5941d68 (diff) | |
download | otp-e334fbf5671724f2e404b032795310f2e6425944.tar.gz otp-e334fbf5671724f2e404b032795310f2e6425944.tar.bz2 otp-e334fbf5671724f2e404b032795310f2e6425944.zip |
ssh: re-phrase ssh_sftp ref man section on timeouts
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml index 21c6ba3ac7..071d46ec57 100644 --- a/lib/ssh/doc/src/ssh_sftp.xml +++ b/lib/ssh/doc/src/ssh_sftp.xml @@ -71,9 +71,9 @@ <section> <title>Time-outs</title> <p>If the request functions for the SFTP channel return <c>{error, timeout}</c>, - it does not guarantee that the request never reached the server and was - not performed. It only means that no answer was received from the - server within the expected time.</p> + no answer was received from the server within the expected time.</p> + <p>The request may have reached the server and may have been performed. + However, no answer was received from the server within the expected time.</p> </section> <funcs> |