libssh2_exit and libssh2_sftp_readdir man page fixes

This commit is contained in:
Joey Degges
2010-05-21 23:07:55 -07:00
committed by Peter Stuge
parent 396dcedc56
commit b702441242
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ libssh2_exit - global library deinitialization
.SH SYNOPSIS
#include <libssh2.h>
int
void
libssh2_exit(void);
.SH DESCRIPTION
Exit the libssh2 functions and free's all memory used internal.