From d73ef33a7ec0d6332d17ddb7099895abd4de4d8b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 23 Sep 1994 01:46:17 +0000 Subject: [PATCH] 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 --- doc/api/ccache.tex | 6 ++++-- 1 file 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} -- 2.26.2