Daniel Stenberg
87f79f177f
remove embedded CVS/svn tags
2011-09-09 16:12:04 +02:00
Henrik Nordstrom
95d69d3a81
Document prototypes for macro defined functions
2011-08-16 10:29:07 +02:00
Daniel Stenberg
67ba8713a6
man page: fix .BR lines
...
We don't use \fI etc on .BR lines
2011-05-30 09:26:34 +02:00
Joey Degges
b702441242
libssh2_exit and libssh2_sftp_readdir man page fixes
2010-05-22 08:30:42 +02:00
Daniel Stenberg
ec699ef684
added man pages for API macros
...
all #defined macros in the public headers are considered to be part
of the API and I've generated individual man pages for each of them
to A) make it easier to figure out what each function/macro actually
is for so that automated lookups work better and for B) make sure we
have all public functions document (both macros and functions) to
make it easier for us to work away from all the macros in a future
release.
2010-02-15 14:24:40 +01:00
Daniel Stenberg
27355c740f
rename the man page to use the same name as the actual function
2009-03-16 14:28:37 +00:00
James Housley
a9fc3bdb4e
Change the wording of the return value to match the rest of the man pages
2007-07-04 10:44:40 +00:00
Mikhail Gusarov
e2c88f6ae3
Fixed manpage syntax (catched by Debian's lintian)
2007-07-04 09:42:08 +00:00
James Housley
0742a972c1
Created libssh2_sftp_readdir_ex() and updated LIBSSH2_APINO to 200706151200
2007-06-15 17:22:49 +00:00
James Housley
2003dc1546
The month should be the 3-letter abbreviation instead of spelled out.
2007-06-13 16:41:33 +00:00
James Housley
94a2585e9e
Update to match current code and add errors
2007-06-13 15:45:18 +00:00
James Housley
e4ec1c9aa9
Change "SEE ALSO" to SEE ALSO
2007-06-13 12:51:10 +00:00
James Housley
cf8f4d1818
To simplify the user's error interface always use LIBSSH2_ERROR_EAGAIN.
...
LIBSSH2CHANNEL_EAGAIN and LIBSSH2SFTP_EAGAIN are still valid, but are
defined as LIBSSH2_ERROR_EAGAIN.
2007-06-08 13:33:08 +00:00
James Housley
7d57222912
Finish making SFTP fully non-blocking capable.
...
Functions that return an "int", and friends, return LIBSSH2SFTP_EAGAIN.
Functions that return a structure return NULL and set the error to
LIBSSH2_ERROR_EAGAIN
2007-06-07 16:01:12 +00:00
James Housley
510df9bf52
libssh2_sftp.h is needed for all of these functions
2007-04-22 17:18:03 +00:00
James Housley
61807e8d4d
Fix a couple of locations where read should have been readdir
2007-04-22 17:09:23 +00:00
James Housley
bda32b6bbf
Document libssh2_sftp_readdir() and libssh2_sftp_readdirnb()
2007-04-21 18:07:17 +00:00