summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-06-13 14:48:21 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-06-13 14:48:21 +0000
commitfe571eda36c11390b883a5bf66f2a55392cfcdbb (patch)
treee00123670212e20b9138db990aba302cb4e824a6 /doc
parent5b6098a46ad0b9e7112557a7797b4eb9dc86179e (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/kadm5/api-funcspec.tex2
1 files changed, 1 insertions, 1 deletions
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$>$.