diff --git a/docs/libssh2_channel_read_ex.3 b/docs/libssh2_channel_read_ex.3 index c98536bf..57f732f3 100644 --- a/docs/libssh2_channel_read_ex.3 +++ b/docs/libssh2_channel_read_ex.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_channel_read_ex.3,v 1.1 2006/12/21 14:09:13 bagder Exp $ +.\" $Id: libssh2_channel_read_ex.3,v 1.2 2007/01/02 05:47:00 gusarov Exp $ .\" .TH libssh2_channel_read_ex 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -31,6 +31,6 @@ 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 \-1 on failure. .SH "SEE ALSO" diff --git a/docs/libssh2_session_startup.3 b/docs/libssh2_session_startup.3 index 2298f315..43e2d5b6 100644 --- a/docs/libssh2_session_startup.3 +++ b/docs/libssh2_session_startup.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_session_startup.3,v 1.1 2006/12/21 14:09:13 bagder Exp $ +.\" $Id: libssh2_session_startup.3,v 1.2 2007/01/02 05:47:00 gusarov Exp $ .\" .TH libssh2_session_startup 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -10,7 +10,7 @@ int libssh2_session_startup(LIBSSH2_SESSION *session, int socket); .SH DESCRIPTION Begin transport layer protocol negotiation with the connected host. .SH RETURN VALUE -0 on success, -1 on failure +0 on success, \-1 on failure .SH "SEE ALSO" .BI libssh2_session_free(3), .BI libssh2_session_init(3)