>From 7ead925d827efb3d78318b4c6581673e364eaa9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mark=20Pr=C3=B6hl?= <mark@mproehl.net>
Date: Sat, 1 Dec 2012 14:01:22 +0100
Subject: [PATCH] updated manual page for kvno

- added -k
- added -C
---
 src/man/kvno.man |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/man/kvno.man b/src/man/kvno.man
index e66b911..84292fd 100644
--- a/src/man/kvno.man
+++ b/src/man/kvno.man
@@ -40,6 +40,8 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 [\fB\-P\fP]
 [\fB\-S\fP \fIsname\fP]
 [\fB\-U\fP \fIfor_user\fP]
+[\fB\-k\fP \fIkeytab\fP]
+[\fB\-C\fP]
 \fIservice1 service2\fP ...
 .SH DESCRIPTION
 .sp
@@ -83,6 +85,15 @@ Specifies that protocol transition (S4U2Self) is to be used to
 acquire a ticket on behalf of \fIfor_user\fP.  If constrained
 delegation is not requested, the service name must match the
 credentials cache client principal.
+.TP
+.B \fB\-k\fP \fIkeytab\fP
+Specifies a keytab file that will be used to decrypt the ticket. 
+This is  useful to check the validity of keytab entries.
+.TP
+.B \fB\-C\fP
+requests canonicalization of the principal name, and allows the
+KDC to reply with a different service principal from the one
+requested.
 .UNINDENT
 .SH ENVIRONMENT
 .sp
-- 
1.7.9.5

