From e887ffca4c4d4c7d990f63f61eaec11fa380b27d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Sep 2009 23:54:10 +0200 Subject: [PATCH] clarify that the paths are the remote ones --- docs/libssh2_scp_recv.3 | 3 ++- docs/libssh2_scp_send_ex.3 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/libssh2_scp_recv.3 b/docs/libssh2_scp_recv.3 index f85c7afe..677b6162 100644 --- a/docs/libssh2_scp_recv.3 +++ b/docs/libssh2_scp_recv.3 @@ -13,7 +13,8 @@ libssh2_scp_recv(LIBSSH2_SESSION *session, const char *path, struct stat *sb); \fIsession\fP - Session instance as returned by .BR libssh2_session_init_ex(3) -\fIpath\fP - Full path and filename of file to transfer +\fIpath\fP - Full path and filename of file to transfer. That is the remote +file name. \fIsb\fP - Populated with remote file's size, mode, mtime, and atime diff --git a/docs/libssh2_scp_send_ex.3 b/docs/libssh2_scp_send_ex.3 index ace13e7c..589c8df8 100644 --- a/docs/libssh2_scp_send_ex.3 +++ b/docs/libssh2_scp_send_ex.3 @@ -12,7 +12,8 @@ libssh2_scp_send_ex(LIBSSH2_SESSION *session, const char *path, int mode, size_t \fIsession\fP - Session instance as returned by .BR libssh2_session_init_ex(3) -\fIpath\fP - Full path and filename of file to transfer +\fIpath\fP - Full path and filename of file to transfer to. That is the remote +file name. \fImode\fP - File access mode to create file with