From e2c88f6ae3a45c18684261927a00e88b8fba6302 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Wed, 4 Jul 2007 09:42:08 +0000 Subject: [PATCH] Fixed manpage syntax (catched by Debian's lintian) --- docs/libssh2_sftp_readdir.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libssh2_sftp_readdir.3 b/docs/libssh2_sftp_readdir.3 index aace61d..b430765 100644 --- a/docs/libssh2_sftp_readdir.3 +++ b/docs/libssh2_sftp_readdir.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_readdir.3,v 1.9 2007/06/15 17:22:49 jehousley Exp $ +.\" $Id: libssh2_sftp_readdir.3,v 1.10 2007/07/04 09:42:08 dottedmag Exp $ .\" .TH libssh2_sftp_readdir_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -41,7 +41,7 @@ however, it uses a variable sized directory entry (filename) buffer and returns statbuf type data in the same call. .SH RETURN VALUE -Number of bytes actually populated into buffer, or -1 on failure. It returns +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 ERRORS