From: Russ Allbery Date: Thu, 31 Dec 2009 04:21:34 +0000 (+0000) Subject: Fix spelling and hyphen errors in man pages X-Git-Tag: krb5-1.8-alpha1~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d017c662f5ae37eba1b3df356f1c162b4c533b9;p=krb5.git Fix spelling and hyphen errors in man pages Fix spelling errors in man pages detected by Debian's Lintian program. Also escape some -'s that are intended to be literal ASCII dashes and not Unicode hyphens so that groff won't change them into true hyphens. ticket: 6616 component: krb5-doc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23554 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 2f2fbb239..b60836f3c 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -140,7 +140,7 @@ returned by the KDC and in order to correct for an inaccurate system clock. This corrective factor is only used by the Kerberos library. .IP kdc_req_checksum_type -For compatability with DCE security servers which do not support the +For compatibility with DCE security servers which do not support the default CKSUMTYPE_RSA_MD5 used by this version of Kerberos. Use a value of 2 to use the CKSUMTYPE_RSA_MD4 instead. This applies to DCE 1.1 and earlier. This value is only used for DES keys; other keys use the @@ -188,7 +188,7 @@ of the preceding options are specified, this option has no effect. .IP realm_try_domains Indicate whether a host's domain components should be used to determine the Kerberos realm of the host. The value of this variable -is an integer: -1 means not to search, 0 means to try the host's +is an integer: \-1 means not to search, 0 means to try the host's domain itself, 1 means to also try the domain's immediate parent, and so forth. The library's usual mechanism for locating Kerberos realms is used to determine whether a domain is a valid realm--which may diff --git a/src/kadmin/dbutil/kdb5_util.M b/src/kadmin/dbutil/kdb5_util.M index 33ab01aa1..ab81b5b7e 100644 --- a/src/kadmin/dbutil/kdb5_util.M +++ b/src/kadmin/dbutil/kdb5_util.M @@ -1,6 +1,6 @@ .TH KDB5_UTIL 8 .SH NAME -kdb5_util \- Kerberos database maintainance utility +kdb5_util \- Kerberos database maintenance utility .SH SYNOPSIS .B kdb5_util [\fB\-r\fP\ \fIrealm\fP] [\fB\-d\fP\ \fIdbname\fP] @@ -12,7 +12,7 @@ kdb5_util \- Kerberos database maintainance utility .I [command_options] .SH DESCRIPTION .B kdb5_util -allows an administrator to perform low-level maintainance procedures on +allows an administrator to perform low-level maintenance procedures on the Kerberos and KADM5 database. Databases can be created, destroyed, and dumped to and loaded from .SM ASCII @@ -21,7 +21,7 @@ files. Additionally, can create a Kerberos master key stash file. .B kdb5_util subsumes the functionality of and makes obsolete the previous database -maintainance programs +maintenance programs .BR kdb5_create , .BR kdb5_edit , .BR kdb5_destroy , diff --git a/src/kdc/krb5kdc.M b/src/kdc/krb5kdc.M index 80e232023..bbcfca3f3 100644 --- a/src/kdc/krb5kdc.M +++ b/src/kdc/krb5kdc.M @@ -104,7 +104,7 @@ The .B \-k .I keytype option specifies the key type of the master key to be entered manually -as a password when -m is given; the default is "des-cbc-crc". +as a password when \-m is given; the default is "des\-cbc\-crc". .PP The .B \-M diff --git a/src/slave/kpropd.M b/src/slave/kpropd.M index e2d0e7618..f3283c46b 100644 --- a/src/slave/kpropd.M +++ b/src/slave/kpropd.M @@ -76,7 +76,7 @@ this: kprop stream tcp nowait root /usr/local/sbin/kpropd kpropd -However, kpropd can also run as a standalone deamon, if the +However, kpropd can also run as a standalone daemon, if the .B \-S option is turned on. This is done for debugging purposes, or if for some reason the system administrator just doesn't want to run it out of