summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 89c3481ad..0bfe1c388 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -4362,7 +4362,7 @@ krb5_sname_match(krb5_context context, krb5_const_principal matching,
* @param [in] creds Kerberos credentials to the kadmin/changepw service
* @param [in] newpw New password
* @param [out] result_code A numeric error code
- * @param result_code_string (unused) String equivalent to @a result_code
+ * @param [out] result_code_string String equivalent to @a result_code
* @param [out] result_string Change password response from the KDC
*
* Change the password for the existing principal identified by @a creds.
@@ -4375,8 +4375,6 @@ krb5_sname_match(krb5_context context, krb5_const_principal matching,
* @li KRB5_KPASSWD_AUTHERROR (3) - Authentication error
* @li KRB5_KPASSWD_SOFTERROR (4) - Password change rejected
*
- * @sa krb5_chpw_result_code_string()
- *
* @retval
* 0 Success
* @return