From 6409a87e7505faebe9d97093b017e229a72ac8a0 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 13 Feb 2014 17:46:29 +0100 Subject: DOC: Fix names of arguments in doxygen comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina (cherry picked from commit 3b35ff47651e4893ce537a273466766b962362da) --- src/sss_client/idmap/sss_nss_idmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sss_client/idmap/sss_nss_idmap.h') diff --git a/src/sss_client/idmap/sss_nss_idmap.h b/src/sss_client/idmap/sss_nss_idmap.h index be5c506e2..79dacfbdb 100644 --- a/src/sss_client/idmap/sss_nss_idmap.h +++ b/src/sss_client/idmap/sss_nss_idmap.h @@ -43,7 +43,7 @@ enum sss_id_type { * @param[in] fq_name Fully qualified name of a user or a group * @param[out] sid String representation of the SID of the requested user * or group, must be freed by the caller - * @param[out] id_type Type of the object related to the given name + * @param[out] type Type of the object related to the given name * * @return * - 0 (EOK): success, sid contains the requested SID @@ -63,7 +63,7 @@ int sss_nss_getsidbyname(const char *fq_name, char **sid, * @param[in] id POSIX UID or GID * @param[out] sid String representation of the SID of the requested user * or group, must be freed by the caller - * @param[out] id_type Type of the object related to the given ID + * @param[out] type Type of the object related to the given ID * * @return * - see #sss_nss_getsidbyname @@ -76,7 +76,7 @@ int sss_nss_getsidbyid(uint32_t id, char **sid, enum sss_id_type *type); * @param[in] sid String representation of the SID * @param[out] fq_name Fully qualified name of a user or a group, * must be freed by the caller - * @param[out] id_type Type of the object related to the SID + * @param[out] type Type of the object related to the SID * * @return * - see #sss_nss_getsidbyname -- cgit