From: Barry Jaspan Date: Thu, 13 Jun 1996 14:48:21 +0000 (+0000) Subject: don't change the error table name (leave it ovk); I'm not sure if this X-Git-Tag: krb5-1.0-beta7~355 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe571eda36c11390b883a5bf66f2a55392cfcdbb;p=krb5.git don't change the error table name (leave it ovk); I'm not sure if this matters for compatibility, but there is no good reason to change it (and it was never changed in the code anyway) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8353 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index dbfcfe5e9..bf1082474 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -756,7 +756,7 @@ The Admin system will use \v{com_err} for error codes. Note that this means \v{com_err} codes may be returned from functions that the admin routines call (e.g. the kerberos library). Callers should not expect that only KADM5 errors will be returned. The Admin system error code -table name will be ``kadm'', and the offsets will be the same as the +table name will be ``ovk'', and the offsets will be the same as the order presented here. As mentioned above, the error table include file will be $<$kadm5/kadm_err.h$>$.