don't change the error table name (leave it ovk); I'm not sure if this
authorBarry Jaspan <bjaspan@mit.edu>
Thu, 13 Jun 1996 14:48:21 +0000 (14:48 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Thu, 13 Jun 1996 14:48:21 +0000 (14:48 +0000)
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

doc/kadm5/api-funcspec.tex

index dbfcfe5e98ca8ed1e850fa0394f47e7903a14400..bf108247470054376e6a84c084e79a889c078d71 100644 (file)
@@ -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$>$.