]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix spelling and hyphen errors in man pages
authorRuss Allbery <rra@stanford.edu>
Thu, 31 Dec 2009 04:21:34 +0000 (04:21 +0000)
committerRuss Allbery <rra@stanford.edu>
Thu, 31 Dec 2009 04:21:34 +0000 (04:21 +0000)
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

src/config-files/krb5.conf.M
src/kadmin/dbutil/kdb5_util.M
src/kdc/krb5kdc.M
src/slave/kpropd.M

index 2f2fbb23922daeac48169a2dcb44ea48a7c5cf87..b60836f3c1a2c77c27c49d5f4021ecac2ae892b7 100644 (file)
@@ -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
index 33ab01aa18efcc16cb18625200f89cf0aedd6b8f..ab81b5b7ebc6883e89473e461dfb5707f313682b 100644 (file)
@@ -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 ,
index 80e232023e3b1101b7c54d39bef3c9a8d372867c..bbcfca3f3095bb50704a1075cb972d845a1b1aa9 100644 (file)
@@ -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
index e2d0e76183590203826888ef8b5537b8d2dc85d8..f3283c46b6106f727d09c492b55f0839d19bd271 100644 (file)
@@ -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