summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-13 13:59:08 +0200
committerGünther Deschner <gd@samba.org>2008-08-14 12:22:37 +0200
commit06ad4dc625a91b0d94fce5f45349b68f093d7c9a (patch)
tree652dab4c088af406818b98ba4a5f51b0dfe641ec
parent2b89fc16ccdc486a94d9a77d2356a89e34dbf7d9 (diff)
downloadsamba-06ad4dc625a91b0d94fce5f45349b68f093d7c9a.tar.gz
samba-06ad4dc625a91b0d94fce5f45349b68f093d7c9a.tar.bz2
samba-06ad4dc625a91b0d94fce5f45349b68f093d7c9a.zip
netapi: add some remaining documentation fixes.
Guenther (cherry picked from commit 4a4e90a3872d34791de43c3849c60e2f4e713d47) (This used to be commit c542307b7484df4adb9269f4bb99fa55d5dc48b8)
-rw-r--r--source3/lib/netapi/netapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 270c76dca8..f7bf1880cc 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -511,7 +511,7 @@ NET_API_STATUS NetApiBufferFree(void *buffer);
* @brief Convert a domain sid into a string
*
* @param[in] sid A pointer to a sid structure
- * @param[in] sid_string A pointer that holds a pointer to a sid string. Caller
+ * @param[in,out] sid_string A pointer that holds a pointer to a sid string. Caller
* needs to free with free(3)
* @return bool
***************************************************************/
@@ -526,7 +526,7 @@ int ConvertSidToStringSid(const struct domsid *sid,
* @brief Convert a string into a domain sid
*
* @param[in] sid_string A pointer to a sid string.
- * @param[in] sid A pointer that holds a pointer to a sid structure.
+ * @param[in,out] sid A pointer that holds a pointer to a sid structure.
* Caller needs to free with free(3)
* @return bool
***************************************************************/
@@ -837,7 +837,7 @@ NET_API_STATUS NetUserGetInfo(const char * server_name /* [in] */,
* @param[in] server_name The server name to connect to
* @param[in] user_name The name of the user that is going to be modified
* @param[in] level The level defining the requested USER_INFO_X structure
- * @param[in] buf The buffer containing a USER_INFO_X structure
+ * @param[in] buffer The buffer containing a USER_INFO_X structure
* @param[out] parm_err The returned parameter error number if any
* @return NET_API_STATUS
*