From: John Kohl <jtkohl@mit.edu> Date: Wed, 26 Sep 1990 13:48:38 +0000 (+0000) Subject: clear up wording so that it's clear that you can't use a ccache X-Git-Tag: krb5-1.0-alpha2~265 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4acac96563ff97117add6e2288285a403a7da5c;p=krb5.git 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 --- 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} diff --git a/doc/implement/ccache-i.tex b/doc/implement/ccache-i.tex index aa79a1aba..83607af9b 100644 --- a/doc/implement/ccache-i.tex +++ b/doc/implement/ccache-i.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}