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_poll.3,v 1.1 2007/02/23 10:20:56 bagder Exp $
.\" $Id: libssh2_poll.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $
.\"
.TH libssh2_poll 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.SH NAME
@ -11,9 +11,9 @@ int libssh2_poll(LIBSSH2_POLLFD *fds, unsigned int nfds, long timeout);
Poll for activity on a socket, channel, listener, or any combination of these
three types. The calling semantics for this function generally match
\fIpoll(2)\fP however the structure of fds is somewhat more complex in order
to accomodate the disparate datatypes, POLLFD constants have been namespaced
to avoid platform discrepencies, and revents has additional values defined.
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 interresting events.
Number of fds with interesting events.
.SH "SEE ALSO"
.BR libssh2_poll_channel_read(3)