projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3515d9c
)
add -f documentation
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Apr 1991 14:35:25 +0000
(14:35 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 29 Apr 1991 14:35:25 +0000
(14:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2057
dc483132
-0cff-0310-8789-
dd5450dbe970
src/clients/klist/klist.M
patch
|
blob
|
history
diff --git
a/src/clients/klist/klist.M
b/src/clients/klist/klist.M
index a78190553cd76c7a7c6c7e4329d130b4927bb547..fc6bc7e816a72f1f02a164b37f89703423c25354 100644
(file)
--- a/
src/clients/klist/klist.M
+++ b/
src/clients/klist/klist.M
@@
-14,6
+14,8
@@
klist \- list cached Kerberos tickets
[
.B \-c
.I cachename
+] [
+.B \-f
]
.br
.SH DESCRIPTION
@@
-24,6
+26,22
@@
credentials cache, or in the cache
if the
.B \-c
option is used.
+If the
+.B \-f
+option is specified, then the flags present in the ticket will be
+printed. The abbreviations below will be printed:
+.nf
+.in +.5i
+F Forwardable
+f Forwarded
+P Proxiable
+p Proxy
+D May-post\fBD\fPate
+d Post\fBD\fPated
+R Renewable
+I Initial
+.in -.5i
+.fi
.PP
The
.IR kinit (1)