1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-31 00:03:08 +03:00

more docs, including a template.3 for new man pages

This commit is contained in:
Daniel Stenberg
2007-02-02 16:09:12 +00:00
parent 3c61a44224
commit 1b733d1196
5 changed files with 122 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: libssh2_channel_read_ex.3,v 1.2 2007/01/02 05:47:00 gusarov Exp $
.\" $Id: libssh2_channel_read_ex.3,v 1.3 2007/02/02 16:09:12 bagder Exp $
.\"
.TH libssh2_channel_read_ex 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -31,6 +31,7 @@ currently defines a stream ID of 1 to be the stderr substream.
\fIlibssh2_channel_read(3)\fP and \fIlibssh2_channel_read_stderr(3)\fP are
macros.
.SH RETURN VALUE
Actual number of bytes read or \-1 on failure.
Actual number of bytes read or negative on failure. Since version 0.15 it
returns LIBSSH2CHANNEL_EAGAIN when it would otherwise block.
.SH "SEE ALSO"