summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-09-23 01:46:17 +0000
committerTheodore Tso <tytso@mit.edu>1994-09-23 01:46:17 +0000
commitd73ef33a7ec0d6332d17ddb7099895abd4de4d8b (patch)
tree7e4b9fd9e6eb16e013c1b6c0ecd49cb0bfc3ab8f /doc/api
parent955414824eb55c653811f522bcfe47fa8dd67d31 (diff)
downloadkrb5-d73ef33a7ec0d6332d17ddb7099895abd4de4d8b.tar.gz
krb5-d73ef33a7ec0d6332d17ddb7099895abd4de4d8b.tar.xz
krb5-d73ef33a7ec0d6332d17ddb7099895abd4de4d8b.zip
Tighten up wording of krb5_cc_destroy and krb5_cc_close to make it clear
that the credentials cache object is freed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4335 dc483132-0cff-0310-8789-dd5450dbe970
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 d35c80094a..e85a774443 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}