1
1
Этот коммит содержится в:
James Housley 2007-06-13 12:51:10 +00:00
родитель 607e5c55e0
Коммит e4ec1c9aa9
16 изменённых файлов: 32 добавлений и 32 удалений

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_channel_forward_accept.3,v 1.2 2007/06/06 12:34:06 jehousley Exp $
.\" $Id: libssh2_channel_forward_accept.3,v 1.3 2007/06/13 12:51:10 jehousley Exp $
.\"
.TH libssh2_channel_forward_accept 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -15,5 +15,5 @@ A newly allocated channel instance or NULL on failure.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_channel_forward_listen(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_channel_forward_listen_ex.3,v 1.3 2007/06/06 12:34:06 jehousley Exp $
.\" $Id: libssh2_channel_forward_listen_ex.3,v 1.4 2007/06/13 12:51:10 jehousley Exp $
.\"
.TH libssh2_channel_forward_listen_ex 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -39,5 +39,5 @@ A newly allocated LIBSSH2_LISTENER instance or NULL on failure.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_channel_forward_accept(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_channel_set_blocking.3,v 1.1 2006/12/21 14:09:13 bagder Exp $
.\" $Id: libssh2_channel_set_blocking.3,v 1.2 2007/06/13 12:51:10 jehousley Exp $
.\"
.TH libssh2_channel_set_blocking 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -19,5 +19,5 @@ immediately with an empty buffer.
make it non-blocking.
.SH RETURN VALUE
None
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_channel_read_ex(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_channel_wait_eof.3,v 1.2 2007/06/08 13:33:08 jehousley Exp $
.\" $Id: libssh2_channel_wait_eof.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_channel_wait_eof 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -15,5 +15,5 @@ Wait for the remote end to acknowledge an EOF request.
Return 0 on success or negative on failure. It returns
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_channel_send_eof(3), libssh2_channel_eof(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_poll.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $
.\" $Id: libssh2_poll.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_poll 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -15,5 +15,5 @@ to accommodate the disparate datatypes, POLLFD constants have been namespaced
to avoid platform discrepancies, and revents has additional values defined.
.SH "RETURN VALUE"
Number of fds with interesting events.
.SH "SEE ALSO"
.SH SEE ALSO
.BR libssh2_poll_channel_read(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_poll_channel_read.3,v 1.1 2007/02/23 10:20:56 bagder Exp $
.\" $Id: libssh2_poll_channel_read.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_poll_channel_read 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -14,5 +14,5 @@ packets are available to be processed. For full polling support, use
\fIlibssh2_poll(3)\fP.
.SH RETURN VALUE
Returns 1 when data is available and 0 otherwise.
.SH "SEE ALSO"
.SH SEE ALSO
.BR libssh2_poll(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_session_disconnect_ex.3,v 1.1 2007/06/06 12:34:07 jehousley Exp $
.\" $Id: libssh2_session_disconnect_ex.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_session_disconnect_ex 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -16,5 +16,5 @@ at this point and should be explicitly freed prior to disconnection.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_session_init(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_session_free.3,v 1.1 2006/12/21 14:09:13 bagder Exp $
.\" $Id: libssh2_session_free.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_session_free 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -12,6 +12,6 @@ Frees resources associated with a session instance. Typically called after
\fIlibssh2_session_disconnect(3)\fP.
.SH RETURN VALUE
None
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_session_init(3),
.BI libssh2_session_disconnect(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_session_init.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $
.\" $Id: libssh2_session_init.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_session_init 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -27,6 +27,6 @@ Pointer to a newly allocated LIBSSH2_SESSION instance, or NULL on errors.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_session_free(3),
.BI libssh2_session_startup(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_session_startup.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $
.\" $Id: libssh2_session_startup.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_session_startup 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -32,6 +32,6 @@ Invalid response received from server.
.br
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_session_free(3),
.BI libssh2_session_init(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_init.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $
.\" $Id: libssh2_sftp_init.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_sftp_init 3 "1 June 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -20,5 +20,5 @@ A pointer to the newly allocated SFTP instance or NULL on failure.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh2_sftp_shutdown(3), libssh2_sftp_open_ex(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_mkdir_ex.3,v 1.3 2007/06/08 13:33:08 jehousley Exp $
.\" $Id: libssh2_sftp_mkdir_ex.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_sftp_mkdir_ex 3 "16 Apr 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -24,5 +24,5 @@ directory's parents must all exist priot to making this call.
0 on success, or -1 on failure. It returns
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
.SH "SEE ALSO"
.SH SEE ALSO
.BR libssh2_sftp_opendir(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_open_ex.3,v 1.4 2007/06/07 16:01:12 jehousley Exp $
.\" $Id: libssh2_sftp_open_ex.3,v 1.5 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_sftp_open_ex 3 "23 Jan 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -37,6 +37,6 @@ failure.
.SH ERRORS
LIBSSH2_ERROR_EAGAIN
Marked for non-blocking I/O but the call would block.
.SH "SEE ALSO"
.SH SEE ALSO
.BI libssh_sftp_close(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_read.3,v 1.5 2007/06/08 13:33:08 jehousley Exp $
.\" $Id: libssh2_sftp_read.3,v 1.6 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_sftp_read 3 "6 Feb 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -24,6 +24,6 @@ if further reads would cause the socket to block.
Number of bytes actually populated into buffer, or -1 on failure. It returns
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
.SH "SEE ALSO"
.SH SEE ALSO
.BR libssh2_sftp_open(3)
.BR libssh2_sftp_readnb(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: libssh2_sftp_readdir.3,v 1.5 2007/06/08 13:33:08 jehousley Exp $
.\" $Id: libssh2_sftp_readdir.3,v 1.6 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_sftp_readdir 3 "16 Apr 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -32,6 +32,6 @@ statbuf style data into.
Number of bytes actually populated into buffer, or -1 on failure. It returns
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
.SH "SEE ALSO"
.SH SEE ALSO
.BR libssh2_sftp_opendir(3)
.BR libssh2_sftp_readdirnb(3)

Просмотреть файл

@ -1,4 +1,4 @@
.\" $Id: template.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $
.\" $Id: template.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $
.\"
.TH libssh2_template 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -11,5 +11,5 @@ void libssh2_template(void);
Long text describing the function and its input arguments.
.SH RETURN VALUE
Describe what the function returns.
.SH "SEE ALSO"
.SH SEE ALSO
Add related functions