summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/ccache.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/ccache.tex b/doc/api/ccache.tex
index d35c80094..e85a77444 100644
--- a/doc/api/ccache.tex
+++ b/doc/api/ccache.tex
@@ -77,7 +77,8 @@ 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.
+it is first reinitialized using \funcname{krb5_cc_resolve} or
+\funcname{krb5_cc_generate_new}.
Errors: permission errors.
@@ -89,7 +90,8 @@ Closes the credentials cache \funcparam{id}, invalidates
\funcparam{id}, and releases \funcparam{id} and 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.
+\funcparam{id} must not be used unless it is first reinitialized using
+\funcname{krb5_cc_resolve} or \funcname{krb5_cc_generate_new}.
\begin{funcdecl}{krb5_cc_store_cred}{krb5_error_code}{\funcin}