From: Puran Chand Date: Thu, 31 Oct 2019 15:32:47 +0000 (+0530) Subject: s3: smbclient doc fix X-Git-Tag: ldb-2.1.0~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82ab4a7b3baaafab91b3e8f0746de70b07c306d;p=thirdparty%2Fsamba.git s3: smbclient doc fix Signed-off-by: Puran Chand Reviewed-by: Andreas Schneider Reviewed-by: Jeremy Allison --- diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 835c832b76a..5846550eb29 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -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()