]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbclient doc fix
authorPuran Chand <pchand@vmware.com>
Thu, 31 Oct 2019 15:32:47 +0000 (21:02 +0530)
committerJeremy Allison <jra@samba.org>
Mon, 2 Dec 2019 21:23:35 +0000 (21:23 +0000)
Signed-off-by: Puran Chand <pchand@vmware.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/libsmbclient.h

index 835c832b76a175503f5102354f394059ea8be2e6..5846550eb2947b88062cdf38c83ab8619cac7252 100644 (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()