From a82ab4a7b3baaafab91b3e8f0746de70b07c306d Mon Sep 17 00:00:00 2001 From: Puran Chand Date: Thu, 31 Oct 2019 21:02:47 +0530 Subject: [PATCH] s3: smbclient doc fix Signed-off-by: Puran Chand Reviewed-by: Andreas Schneider Reviewed-by: Jeremy Allison --- source3/include/libsmbclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.47.3