clear up wording so that it's clear that you can't use a ccache
authorJohn Kohl <jtkohl@mit.edu>
Wed, 26 Sep 1990 13:48:38 +0000 (13:48 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 26 Sep 1990 13:48:38 +0000 (13:48 +0000)
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
doc/implement/ccache-i.tex

index aa79a1abae7e9f99068c07b77be2e334391b4867..83607af9bc8fd27016866e14b9a64af23e119929 100644 (file)
@@ -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}
index aa79a1abae7e9f99068c07b77be2e334391b4867..83607af9bc8fd27016866e14b9a64af23e119929 100644 (file)
@@ -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}