From e9f536a839e4756fbb8d77d99a79488037ef5e3a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 3 Nov 2009 22:27:12 -0800 Subject: [PATCH] ignore krb5_get_err_text --- lib/krb5/doxygen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/krb5/doxygen.c b/lib/krb5/doxygen.c index b02131dd5..010496be5 100644 --- a/lib/krb5/doxygen.c +++ b/lib/krb5/doxygen.c @@ -201,7 +201,7 @@ * this program are passed to krb5_err, that will print a * descriptive text of the error code and exit. Graphical programs can * convert error-code to a human readable error-string with the - * krb5_get_err_text() function. + * krb5_get_error_message() function. * * Note that you should not use any Kerberos function before * krb5_init_context() have completed successfully. That is the @@ -432,8 +432,7 @@ * @subsection mit_krb5_error_code Error messages * * To get the error string, Heimdal uses - * krb5_get_error_message() or, if NULL is returned, - * krb5_get_err_text(). This is to return custom error messages + * krb5_get_error_message(). This is to return custom error messages * (like ``Can't find host/datan.example.com\@CODE.COM in * /etc/krb5.conf.'' instead of a ``Key table entry not found'' that * error_message returns.