Tighten up wording of krb5_cc_destroy and krb5_cc_close to make it clear
authorTheodore Tso <tytso@mit.edu>
Fri, 23 Sep 1994 01:46:17 +0000 (01:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 23 Sep 1994 01:46:17 +0000 (01:46 +0000)
that the credentials cache object is freed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4335 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/ccache.tex

index d35c80094a93cb4ab6129de4ee390ac2265a5357..e85a7744438b1650805c5163091499c31cdaf2d8 100644 (file)
@@ -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}