krb5_change_password() documentation, as it is not a public function.
Do not falsely claim that the result_code_string parameter is unused.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24898
dc483132-0cff-0310-8789-
dd5450dbe970
* @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.
* @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