From eec7f2fb633ed3ae8fe63810c167a85750ee1435 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 25 Aug 2010 17:10:06 -0700 Subject: [PATCH] Document the three sftp stat constants --- docs/libssh2_sftp_stat_ex.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/libssh2_sftp_stat_ex.3 b/docs/libssh2_sftp_stat_ex.3 index 2f277f3f..8bff685b 100644 --- a/docs/libssh2_sftp_stat_ex.3 +++ b/docs/libssh2_sftp_stat_ex.3 @@ -30,6 +30,12 @@ to stat/lstat/setstat. \fIstat_type\fP - One of the three constants specifying the type of stat operation to perform. +.br +\fBLIBSSH2_SFTP_STAT\fP: performs stat(2) operation +.br +\fBLIBSSH2_SFTP_LSTAT\fP: performs lstat(2) operation +.br +\fBLIBSSH2_SFTP_SETSTAT\fP: performs operation to set stat info on file \fIattrs\fP - Pointer to attribute structure to set file metadata from or into depending on the value of stat_type.