1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

Fixed some spelling mistakes in documentation.

This commit is contained in:
Dan Fandrich
2007-04-12 21:30:03 +00:00
parent 164c6e9fc5
commit 4e920fe2be
7 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_read.3,v 1.1 2007/02/23 10:20:56 bagder Exp $
.\" $Id: libssh2_sftp_read.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $
.\"
.TH libssh2_sftp_read 3 "6 Feb 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -9,7 +9,7 @@ libssh2_sftp_read - read data from an SFTP handle
ssize_t libssh2_sftp_read(LIBSSH2_SFTP_HANDLE *handle,
char *buffer, size_t buffer_maxlen);
.SH DESCRIPTION
Reads a block of data from an LIBSSH2_SFTP_HANDLE. This method is modeled
Reads a block of data from an LIBSSH2_SFTP_HANDLE. This method is modelled
after the POSIX \Iread(3)\fP function and uses the same calling
semantics. \fIlibssh2_sftp_read(3)\fP will attempt to read as much as possible
however it may not fill all of buffer if the file pointer reaches the end or