From c01737e679ec2e2ea9031350d75fd82928e12275 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Apr 2011 12:39:50 +0200 Subject: [PATCH] libssh2_session_block_directions: fix mistake The last LIBSSH2_SESSION_BLOCK_INBOUND should be LIBSSH2_SESSION_BLOCK_OUTBOUND And I shortened the short description Reported by: "drswinghead" --- docs/libssh2_session_block_directions.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libssh2_session_block_directions.3 b/docs/libssh2_session_block_directions.3 index 8b4c82cb..3de3385d 100644 --- a/docs/libssh2_session_block_directions.3 +++ b/docs/libssh2_session_block_directions.3 @@ -2,7 +2,7 @@ .\" .TH libssh2_session_block_directions 3 "1 Oct 2008" "libssh2 1.0" "libssh2 manual" .SH NAME -libssh2_session_block_directions - get directions that socket should wait for before calling libssh2 function again +libssh2_session_block_directions - get directions to wait for .SH SYNOPSIS #include @@ -26,6 +26,6 @@ LIBSSH2_SESSION_BLOCK_OUTBOUND: Outbound direction blocked. Application should wait for data to be available for socket prior to calling a libssh2 function again. If \fBLIBSSH2_SESSION_BLOCK_INBOUND\fP is set select should contain the session socket in readfds set. Correspondingly in case of -\fBLIBSSH2_SESSION_BLOCK_INBOUND\fP writefds set should contain the socket. +\fBLIBSSH2_SESSION_BLOCK_OUTBOUND\fP writefds set should contain the socket. .SH AVAILABILITY Added in 1.0