add -f documentation
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Apr 1991 14:35:25 +0000 (14:35 +0000)
committerJohn 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

index a78190553cd76c7a7c6c7e4329d130b4927bb547..fc6bc7e816a72f1f02a164b37f89703423c25354 100644 (file)
@@ -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)