summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-26 13:48:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-26 13:48:38 +0000
commite4acac96563ff97117add6e2288285a403a7da5c (patch)
tree9b9d1106ac4550ccb076198f443d73127c182559 /doc/api
parentcfa6b19b8875d5ae42601c09235be79e3cbca4a3 (diff)
downloadkrb5-e4acac96563ff97117add6e2288285a403a7da5c.tar.gz
krb5-e4acac96563ff97117add6e2288285a403a7da5c.tar.xz
krb5-e4acac96563ff97117add6e2288285a403a7da5c.zip
clear up wording so that it's clear that you can't use a ccache
after it's been destroyed or closed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1146 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/ccache.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/api/ccache.tex b/doc/api/ccache.tex
index aa79a1aba..83607af9b 100644
--- a/doc/api/ccache.tex
+++ b/doc/api/ccache.tex
@@ -47,8 +47,11 @@ Modifies: cache identified by \funcparam{id}.
\funcarg{krb5_ccache}{id}
\end{funcdecl}
-Destroys the credentials cache identified by \funcparam{id}.
-Requires that the credentials cache exist.
+Destroys the credentials cache identified by \funcparam{id}, invalidates
+\funcparam{id}, and releases any other resources acquired during use of
+the credentials cache. Requires that \funcparam{id} identifies a valid
+credentials cache. After return, \funcparam{id} must not be used unless
+it is first reinitialized.
Errors: permission errors.
@@ -57,8 +60,10 @@ Errors: permission errors.
\end{funcdecl}
Closes the credentials cache \funcparam{id}, invalidates \funcparam{id},
-and releases any other resources acquired during use of the credentials cache.
-Requires that \funcparam{id} identifies a valid credentials cache.
+and releases any other resources acquired during use of the credentials
+cache. Requires that \funcparam{id} identifies a valid credentials
+cache. After return, \funcparam{id} must not be used unless it is first
+reinitialized.
\begin{funcdecl}{krb5_cc_store_cred}{krb5_error_code}{\funcin}