krb5 commit: Clarify klist -s documentation
Greg Hudson
ghudson at MIT.EDU
Tue Dec 17 16:57:17 EST 2013
https://github.com/krb5/krb5/commit/bf1d3c7b0b060be4b3e9e793b633c07e489ac76f
commit bf1d3c7b0b060be4b3e9e793b633c07e489ac76f
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.
ticket: 7806 (new)
target_version: 1.12.1
tags: pullup
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