krb5 commit [krb5-1.12]: Clarify klist -s documentation
Tom Yu
tlyu at MIT.EDU
Wed Jan 8 22:30:30 EST 2014
https://github.com/krb5/krb5/commit/e591da9b59daae46a2b8ce2ba36086942af5204e
commit e591da9b59daae46a2b8ce2ba36086942af5204e
Author: Greg Hudson <ghudson at mit.edu>
Date: Tue Dec 17 16:56:41 2013 -0500
Clarify klist -s documentation
The documentation for klist -s erroneously suggests that it doesn't
affect the exit status behavior and that it merely checks for the
existence of the ccache (only mentioning the expired ticket check at
the end). Make it clearer and simpler, but avoid going into a lot of
detail about the nature of the expiration check.
(cherry picked from commit bf1d3c7b0b060be4b3e9e793b633c07e489ac76f)
ticket: 7806
version_fixed: 1.12.1
status: resolved
doc/user/user_commands/klist.rst | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/user/user_commands/klist.rst b/doc/user/user_commands/klist.rst
index d303f34..00ad0ff 100644
--- a/doc/user/user_commands/klist.rst
+++ b/doc/user/user_commands/klist.rst
@@ -64,10 +64,9 @@ OPTIONS
a anonymous
**-s**
- Causes klist to run silently (produce no output), but to still set
- the exit status according to whether it finds the credentials
- cache. The exit status is '0' if klist finds a credentials cache,
- and '1' if it does not or if the tickets are expired.
+ Causes klist to run silently (produce no output). klist will exit
+ with status 1 if the credentials cache cannot be read or is
+ expired, and with status 0 otherwise.
**-a**
Display list of addresses in credentials.
More information about the cvs-krb5
mailing list