1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3: smbclient doc fix

Signed-off-by: Puran Chand <pchand@vmware.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Puran Chand 2019-10-31 21:02:47 +05:30 committed by Jeremy Allison
parent 77d3a98aa6
commit a82ab4a7b3

View File

@ -1647,7 +1647,7 @@ int smbc_getdents(unsigned int dh, struct smbc_dirent *dirp, int count);
struct smbc_dirent* smbc_readdir(unsigned int dh);
/**@ingroup directory
* Works similar as smbc_readdir but returns more information about file.
* Works similar as smbc_readdir() but returns more information about file.
*
* @param dh Valid directory as returned by smbc_opendir()
*
@ -1661,7 +1661,7 @@ struct smbc_dirent* smbc_readdir(unsigned int dh);
const struct libsmb_file_info *smbc_readdirplus(unsigned int dh);
/**@ingroup directory
* Works similar as smbc_readdirplus as well as fills up stat structure if
* Works similar as smbc_readdirplus() as well as fills up stat structure if
* provided.
*
* @param dh Valid directory as returned by smbc_opendir()