From e334fbf5671724f2e404b032795310f2e6425944 Mon Sep 17 00:00:00 2001
From: Hans Nilsson
Date: Wed, 2 Mar 2016 12:10:20 +0100
Subject: ssh: re-phrase ssh_sftp ref man section on timeouts
---
lib/ssh/doc/src/ssh_sftp.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'lib/ssh/doc')
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 @@
Time-outs
If the request functions for the SFTP channel return {error, timeout},
- 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.
+ no answer was received from the server within the expected time.
+ The request may have reached the server and may have been performed.
+ However, no answer was received from the server within the expected time.
--
cgit v1.2.3