aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh_sftp.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-03-02 12:10:20 +0100
committerHans Nilsson <[email protected]>2016-04-25 18:34:17 +0200
commite334fbf5671724f2e404b032795310f2e6425944 (patch)
treee753d852d441c5e2ee88fa3af18fdc9cd674eebb /lib/ssh/doc/src/ssh_sftp.xml
parent12da50061254d46c47f707362080dfd7c5941d68 (diff)
downloadotp-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/ssh_sftp.xml')
-rw-r--r--lib/ssh/doc/src/ssh_sftp.xml6
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>