From e4acac96563ff97117add6e2288285a403a7da5c Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 26 Sep 1990 13:48:38 +0000 Subject: 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 --- doc/api/ccache.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/api') 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} -- cgit