summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-02 14:05:44 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-02 14:05:44 +0000
commit41944ee6ad71cb6f3c443bba77f184e335388b64 (patch)
treef65e4b974587aa353cff170afdf1db370760f55c /src/kadmin/cli
parent855dceba08a5e241bda26fde655a37e171675564 (diff)
downloadkrb5-41944ee6ad71cb6f3c443bba77f184e335388b64.tar.gz
krb5-41944ee6ad71cb6f3c443bba77f184e335388b64.tar.xz
krb5-41944ee6ad71cb6f3c443bba77f184e335388b64.zip
Man page spelling corrections from ville.skytta@iki.fi
ticket: 6968 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25290 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/cli')
-rw-r--r--src/kadmin/cli/kadmin.M14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kadmin/cli/kadmin.M b/src/kadmin/cli/kadmin.M
index 4dd10e6d33..9599bbf89e 100644
--- a/src/kadmin/cli/kadmin.M
+++ b/src/kadmin/cli/kadmin.M
@@ -1,7 +1,7 @@
.TH KADMIN 1
.SH NAME
kadmin \- Kerberos V5 database administration program
-.SH SYNOPSYS
+.SH SYNOPSIS
.TP
.B kadmin
.ad l
@@ -286,7 +286,7 @@ maximum ticket life for the principal
maximum renewable life of tickets for the principal
.TP
\fB\-kvno\fP \fIkvno\fP
-explicity set the key version number.
+explicitly set the key version number.
.TP
\fB\-policy\fP \fIpolicy\fP
policy used by this principal. If no policy is supplied, then if the
@@ -495,7 +495,7 @@ all ACLs before reusing.
kadmin:
.TP
ERRORS:
-KADM5_AUTH_DELETE (reequires "delete" privilege)
+KADM5_AUTH_DELETE (requires "delete" privilege)
KADM5_UNK_PRINC (principal does not exist)
.RE
.fi
@@ -655,7 +655,7 @@ names are printed. If the expression does not contain an "@" character,
an "@" character followed by the local realm is appended to the
expression. Requires the
.I list
-priviledge. Alias
+privilege. Alias
.BR listprincs ,
.BR get_principals ,
.BR get_princs .
@@ -823,7 +823,7 @@ characters \&?, *, and []'s. All policy names matching the expression
are printed. If no expression is provided, all existing policy names
are printed. Requires the
.I list
-priviledge. Alias
+privilege. Alias
.BR listpols ,
.BR get_policies ,
.BR getpols .
@@ -913,7 +913,7 @@ with the highest kvno are removed. Otherwise, the value specified is
parsed as an integer, and all entries whose kvno match that integer are
removed. If the
.B \-k
-argument is not specifeid, the default keytab
+argument is not specified, the default keytab
.I /etc/krb5.keytab
is used. If the
.B \-q
@@ -967,7 +967,7 @@ passwords.
.SH HISTORY
The
.B kadmin
-prorgam was originally written by Tom Yu at MIT, as an interface to the
+program was originally written by Tom Yu at MIT, as an interface to the
OpenVision Kerberos administration program.
.SH SEE ALSO
.IR kerberos (1),