From 91bca481b53e5ceb11fec2e1a0dba70fc9f7c322 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 2 Jul 2009 00:11:33 +0200 Subject: [PATCH] clarify --- docs/libssh2_sftp_close_handle.3 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/libssh2_sftp_close_handle.3 b/docs/libssh2_sftp_close_handle.3 index 17e1b13..ef06140 100644 --- a/docs/libssh2_sftp_close_handle.3 +++ b/docs/libssh2_sftp_close_handle.3 @@ -20,14 +20,11 @@ libssh2_sftp_closedir(LIBSSH2_SFTP_HANDLE *handle); \fIhandle\fP - SFTP File Handle as returned by \fBlibssh2_sftp_open_ex(3)\fP or \fBlibssh2_sftp_opendir(3)\fP (which is a macro). -Close an active LIBSSH2_SFTP_HANDLE. Because files and directories -share the same underlying storage mechanism these methods may be used -interchangably. It is recommended that -.BR libssh2_sftp_closedir() -be used for files and that -.BR libssh2_sftp_closedir() -be used for directories so that future changes in the library may cause -minimal disruption. Both are macros for \fBlibssh2_sftp_close_handle\fP. +Close an active LIBSSH2_SFTP_HANDLE. Because files and directories share the +same underlying storage mechanism these methods may be used +interchangably. \fBlibssh2_sftp_closedir(3)\fP and +\fBlibssh2_sftp_closedir(3)\fP are macros for +\fBlibssh2_sftp_close_handle(3)\fP. .SH RETURN VALUE Return 0 on success or negative on failure. It returns