diff options
| author | Jen Selby <jenselby@mit.edu> | 2002-07-29 18:13:29 +0000 |
|---|---|---|
| committer | Jen Selby <jenselby@mit.edu> | 2002-07-29 18:13:29 +0000 |
| commit | d3d4b8732b7467b8448c5f9ba590b2785f1c8732 (patch) | |
| tree | d669a5402218aeb69dc03c96b099b9a4e14dcb34 /src/clients/kvno | |
| parent | 486f00fd1cb78dfb9326c92ad51d66f0f605bfde (diff) | |
| download | krb5-d3d4b8732b7467b8448c5f9ba590b2785f1c8732.tar.gz krb5-d3d4b8732b7467b8448c5f9ba590b2785f1c8732.tar.xz krb5-d3d4b8732b7467b8448c5f9ba590b2785f1c8732.zip | |
* kdb5_util.M: added documentation for some options.
* kvno.M: added documentation of the "-q" and "-h" options.
* kadmin.M: corrected documenation of "-k/-t" options.
Added documentation for some other options. Updated the lists
of aliases for commands, some command options, and some of
the sample output.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14671 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kvno')
| -rw-r--r-- | src/clients/kvno/ChangeLog | 4 | ||||
| -rw-r--r-- | src/clients/kvno/kvno.M | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/src/clients/kvno/ChangeLog b/src/clients/kvno/ChangeLog index ab9081bf9..e87a80b32 100644 --- a/src/clients/kvno/ChangeLog +++ b/src/clients/kvno/ChangeLog @@ -1,3 +1,7 @@ +2002-07-29 Jen Selby <jenselby@mit.edu> + + * kvno.M: added documentation of the "-q" and "-h" options. + 2002-07-27 Ken Raeburn <raeburn@mit.edu> * kvno.c: Include stdlib.h. diff --git a/src/clients/kvno/kvno.M b/src/clients/kvno/kvno.M index e9f7942ad..e7c99f7c5 100644 --- a/src/clients/kvno/kvno.M +++ b/src/clients/kvno/kvno.M @@ -28,7 +28,8 @@ .SH NAME kvno \- print key version numbers of Kerberos principals .SH SYNOPSIS -\fBklist\fP [\fB\-e etype\fP] \fBservice1\fP \fBservice2\fP \fB...\fP +\fBkvno\fP [\fB\-q\fP] [\fB\-h\fP] [\fB\-4\fP] [\fB\-e etype\fP] +\fBservice1\fP \fBservice2\fP \fB...\fP .br .SH DESCRIPTION .I Kvno @@ -41,6 +42,12 @@ specifies the enctype which will be requested for the session key of all the services named on the command line. This is useful in certain backward compatibility situations. .TP +.B \-q +suppress printing +.TP +.B \-h +prints a usage statement and exits +.TP .B \-4 specifies that Kerberos version 4 tickets should be acquired and described. This option is only available if Kerberos 4 support was |
