From: Günther Deschner Date: Wed, 16 Jul 2008 14:20:42 +0000 (+0200) Subject: netapi: fix documentation for NetGroupSetInfo. X-Git-Tag: samba-3.3.0pre1~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b4f84793b39f2940381bccae27f65275cc39572;p=thirdparty%2Fsamba.git netapi: fix documentation for NetGroupSetInfo. Guenther --- diff --git a/source/lib/netapi/netapi.h b/source/lib/netapi/netapi.h index 8ec1fbfb030..323b0c87546 100644 --- a/source/lib/netapi/netapi.h +++ b/source/lib/netapi/netapi.h @@ -620,12 +620,12 @@ NET_API_STATUS NetGroupSetInfo(const char * server_name /* [in] */, * @brief Get Domain Group Information * * @param[in] server_name The server name to connect to - * @param[in] group_name The name of the group that is going to be modified + * @param[in] group_name The name of the group that is going to be queried * @param[in] level The level defining the requested GROUP_INFO_X structure * @param[out] buf The buffer containing a GROUP_INFO_X structure * @return NET_API_STATUS * - * example group/group_del.c + * example group/group_getinfo.c ***************************************************************/ NET_API_STATUS NetGroupGetInfo(const char * server_name /* [in] */,