Fix documentation typos
authorGreg Hudson <ghudson@mit.edu>
Mon, 7 Nov 2011 17:51:57 +0000 (17:51 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 7 Nov 2011 17:51:57 +0000 (17:51 +0000)
Fix the typos from r25290 which were also present in the RST
documentation.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25446 dc483132-0cff-0310-8789-dd5450dbe970

doc/rst_source/krb_admins/admin_commands/kadmin_local.rst
doc/rst_source/krb_admins/admin_commands/kadmind.rst
doc/rst_source/krb_admins/admin_commands/kdb5_util.rst
doc/rst_source/krb_admins/admin_commands/kprop.rst
doc/rst_source/krb_admins/admin_commands/krb5kdc.rst
doc/rst_source/krb_admins/conf_files/kdc_conf.rst
doc/rst_source/krb_users/user_commands/ksu.rst

index 4b5b607a3169c086797fcb619c0de6dfeb0b6032..b40511abafdce47e0eb3eb69477b1fea59bbfafa 100644 (file)
@@ -6,7 +6,7 @@ kadmin, kadmin.local
 ===========================
 
 
-SYNOPSYS
+SYNOPSIS
 --------------
 
 .. _kadmin_synopsys:
@@ -242,7 +242,7 @@ add_principal
                      maximum renewable life of tickets for the principal
 
               **-kvno** *kvno*
-                     explicity set the key version number.
+                     explicitly set the key version number.
 
               **-policy** *policy*
                      policy used by this principal.  
@@ -417,7 +417,7 @@ delete_principal
 
               ERRORS::
 
-                     KADM5_AUTH_DELETE (reequires "delete" privilege)
+                     KADM5_AUTH_DELETE (requires "delete" privilege)
                      KADM5_UNK_PRINC (principal does not exist)
 
 .. _delete_principal_end:
@@ -547,7 +547,7 @@ list_principals
               If no expression is provided, all principal names are printed.  
               If the expression does not contain an "@" character, an "@" character followed by the local realm is appended  to  the expression.  
               
-                 .. note:: Requires the *list* priviledge.  
+                 .. note:: Requires the *list* privilege.  
 
               Aliases::
                 
@@ -762,7 +762,7 @@ list_policies
               All policy names matching the expression are printed.  
               If no expression is provided, all existing policy names are printed.  
 
-                 .. note:: Requires the *list* priviledge.  
+                 .. note:: Requires the *list* privilege.  
 
               Alias::
 
@@ -884,7 +884,7 @@ kadm5.dict              file containing dictionary of strings explicitly disallo
 HISTORY
 -------------
 
-The *kadmin* prorgam was originally written by Tom Yu at MIT, as an interface to the OpenVision Kerberos administration program.
+The *kadmin* program was originally written by Tom Yu at MIT, as an interface to the OpenVision Kerberos administration program.
 
 
 SEE ALSO
index a7ac5927bdd15f72dd8f7ebc8db5bd5572d43ffd..ed0ae02bbc48865739451aabc9758045875dac43 100644 (file)
@@ -12,15 +12,15 @@ 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, the administration server and
+which stores the KDC 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.  *kadmind* accepts remote requests to administer the information in these databases.
 Remote requests are sent, for example, by kadmin(8) and the kpasswd(1) command, both of which are clients of *kadmind*.
 
 *kadmind* requires a number of configuration files to be set up in order for it to work:
 
 :ref:`kdc.conf`  
-            The KDC configuration file contains configuration informatin for the KDC and the KADM5 system.  *kadmind* understands a number
-            of  variable  settings in this file, some of whch are mandatory and some of which are optional.
+            The KDC configuration file contains configuration information for the KDC and the KADM5 system.  *kadmind* 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.
 
 *keytab*    
@@ -126,7 +126,7 @@ Ordering  is important.  The first matching entry is the one which will control
               wildcarded using the asterisk ( \* ) character.
 
        **operation-mask**
-              Specifies what operations may or may not be peformed by a principal matching a particular entry.  This is a string of one or
+              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 character is lower-case, then the operation is permitted.
 
index bef200a44032e74afe07c97cc4b951a0ca5d3006..1fb2b0c0c825d99c12f5be751dcf81a5ca4b3fc6 100644 (file)
@@ -126,11 +126,11 @@ COMMANDS
                      The key data in the database will not be changed.
 
               **-rev**
-                     dumps in reverse order.  This may recover principals that do not dump normally, in cases where database corruption has occured.
+                     dumps in reverse order.  This may recover principals that do not dump normally, in cases where database corruption has occurred.
 
               **-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 where database corruption has occurred.
                      In  cases  of such corruption, this option will probably retrieve more principals than the *-rev* option will.
 
 .. _kdb5_util_dump_end:
index 98451c96ac10dd84a5ef0b0e156f01671fdb29b6..46c0e5b2c8e86be258ffeda9a15ebb3934cd89a1 100644 (file)
@@ -20,7 +20,7 @@ DESCRIPTION
 -------------
 
 *kprop*  is used to propagate a Kerberos V5 database dump file from the master Kerberos server to a slave Kerberos server, 
-which is specfied by *slave_host*.  This is done by transmitting the dumped database file to the slave server over an encrypted, secure channel.   
+which is specified by *slave_host*.  This is done by transmitting the dumped database file to the slave server over an encrypted, secure channel.   
 The dump file must be created by :ref:`kdb5_util(8)`.
 
 OPTIONS
index e79aec79fab239964e14b67b69fa1db3a61bd066..beed157fc9f8294d91125152818a0caffcf2b3b9 100644 (file)
@@ -78,7 +78,7 @@ EXAMPLE
 
 The KDC may service requests for multiple realms (maximum 32 realms).  
 The realms are listed on the command line.  Per-realm options that can be specified on the command line pertain for each realm
-that follows it and are superceded by subsequent definitions of the same option. 
+that follows it and are superseded by subsequent definitions of the same option. 
 For example::
 
        krb5kdc -p 2001 -r REALM1 -p 2002 -r REALM2 -r REALM3
index 8949937bdd9c7d2ed50cb0fa67c7d910c4289ad3..bdf56bf3276eb58146b233d0fa734bdd01f1b4c6 100644 (file)
@@ -30,7 +30,7 @@ The following relation is defined in the [kdcdefaults] section:
 **host_based_services**
     This relation lists the services that will get host-based referral processing even if the server principal is not marked as host-based by the client.
 **kdc_max_dgram_reply_size**
-    Specifes the maximum packet size that can be sent over UDP. The default value is 4096 bytes.
+    Specifies the maximum packet size that can be sent over UDP. The default value is 4096 bytes.
 **kdc_ports**
     This relation lists the ports on which the Kerberos server should listen for UDP requests by default. This list is a comma separated list of integers. If this relation is not specified, the compiled-in default is 88,750, the first being the assigned Kerberos port and the second which was used by Kerberos V4. 
 **kdc_tcp_ports**
@@ -123,7 +123,7 @@ For each realm, the following tags may be specified in the [realms] subsection:
 **master_key_type**
     (Key type string.) Specifies the master key's key type. The default value for this is des3-cbc-sha1. For a list of all possible values, see :ref:`Supported_Encryption_Types_and_Salts`. 
 **max_life**
-    (Delta time string.) Specifes the maximum time period for which a ticket may be valid in this realm. The default value is 24 hours. 
+    (Delta time string.) Specifies the maximum time period for which a ticket may be valid in this realm. The default value is 24 hours. 
 **max_renewable_life**
     (Delta time string.) Specifies the maximum time period during which a valid ticket may be renewed in this realm. The default value is 0. 
 **no_host_referral**
index 4c51a2b6fcace6d4a523389eabda668d325f63df..ea97c0ca9721f644e0dd6b5d72f2b44f325524f3 100644 (file)
@@ -252,7 +252,7 @@ INSTALLATION INSTRUCTIONS
 *ksu* can be compiled with the following 4 flags (see the Imakefile):
 
        **GET_TGT_VIA_PASSWD**
-                 In case no appropriate tickets are found in the source cache, the user will be prompted for a Kerberos password. The password is then used to get a ticket granting ticket from the Kerberos server. The danger of configuring *ksu* with this macro is if the source user is loged in remotely and does not have a secure channel, the password may get exposed.
+                 In case no appropriate tickets are found in the source cache, the user will be prompted for a Kerberos password. The password is then used to get a ticket granting ticket from the Kerberos server. The danger of configuring *ksu* with this macro is if the source user is logged in remotely and does not have a secure channel, the password may get exposed.
 
        **PRINC_LOOK_AHEAD**
                  During the resolution of the default principal name, *PRINC_LOOK_AHEAD* enables *ksu* to find principal names in the *.k5users* file as described in the *OPTIONS* section (see *-n* option).