diff options
author | Günther Deschner <gd@samba.org> | 2008-07-16 16:20:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-17 10:29:24 +0200 |
commit | bda5542de19445b00398440518e2896ad165d5fd (patch) | |
tree | bc2200b73e0bad2a3e35b14d264bdae34eaa2c49 /source3/lib | |
parent | cdabee2bb45f51f49a0c7148fe5b761d1c13658c (diff) | |
download | samba-bda5542de19445b00398440518e2896ad165d5fd.tar.gz samba-bda5542de19445b00398440518e2896ad165d5fd.tar.bz2 samba-bda5542de19445b00398440518e2896ad165d5fd.zip |
netapi: fix documentation for NetGroupSetInfo.
Guenther
(This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/netapi/netapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 8ec1fbfb03..323b0c8754 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/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] */, |