From 41944ee6ad71cb6f3c443bba77f184e335388b64 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 2 Oct 2011 14:05:44 +0000 Subject: 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 --- src/kadmin/cli/kadmin.M | 14 +++++++------- src/kadmin/dbutil/kdb5_util.M | 4 ++-- src/kadmin/server/kadmind.M | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/kadmin') diff --git a/src/kadmin/cli/kadmin.M b/src/kadmin/cli/kadmin.M index 4dd10e6d3..9599bbf89 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), diff --git a/src/kadmin/dbutil/kdb5_util.M b/src/kadmin/dbutil/kdb5_util.M index ab81b5b7e..b834a225a 100644 --- a/src/kadmin/dbutil/kdb5_util.M +++ b/src/kadmin/dbutil/kdb5_util.M @@ -147,12 +147,12 @@ the database will not be changed. .TP .B \-rev dumps in reverse order. This may recover principals that do not dump -normally, in cases where database corruption has occured. +normally, in cases where database corruption has occurred. .TP .B \-recurse causes the dump to walk the database recursively (btree only). This may recover principals that do not dump normally, in cases where -database corruption has occured. In cases of such corruption, this +database corruption has occurred. In cases of such corruption, this option will probably retrieve more principals than the \fB\-rev\fP option will. .RE diff --git a/src/kadmin/server/kadmind.M b/src/kadmin/server/kadmind.M index 3e9d87638..d54b7c215 100644 --- a/src/kadmin/server/kadmind.M +++ b/src/kadmin/server/kadmind.M @@ -9,7 +9,7 @@ kadmind \- KADM5 administration server .SH DESCRIPTION This command starts the KADM5 administration server. If the database is db2, the administration server runs on the master Kerberos server, which stores the KDC -prinicpal database and the KADM5 policy database. If the database is LDAP, +principal database and the KADM5 policy database. If the database is LDAP, the administration server and the KDC server need not run on the same machine. .B Kadmind accepts remote requests to administer the information in these @@ -25,10 +25,10 @@ requires a number of configuration files to be set up in order for it to work: .TP "\w'kdc.conf\ \ 'u" kdc.conf -The KDC configuration file contains configuration informatin for the KDC +The KDC configuration file contains configuration information for the KDC and the KADM5 system. .B Kadmind -understands a number of variable settings in this file, some of whch are +understands a number of variable settings in this file, some of which are mandatory and some of which are optional. See the CONFIGURATION VALUES section below. .TP @@ -192,7 +192,7 @@ asterisk ( .B * ) character. .IP operation-mask -Specifies what operations may or may not be peformed by a principal +Specifies what operations may or may not be performed by a principal matching a particular entry. This is a string of one or more of the following list of characters or their upper-case counterparts. If the character is upper-case, then the operation is disallowed. If the -- cgit