]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: fix documentation for NetGroupSetInfo.
authorGünther Deschner <gd@samba.org>
Wed, 16 Jul 2008 14:20:42 +0000 (16:20 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Jul 2008 08:29:24 +0000 (10:29 +0200)
Guenther

source/lib/netapi/netapi.h

index 8ec1fbfb0302417a9fcfb94907f005147f0f0139..323b0c87546248f5c54c4bfb2645100e6f6a437f 100644 (file)
@@ -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] */,