svn rev #23554: trunk/src/ config-files/ kadmin/dbutil/ kdc/ slave/
rra@MIT.EDU
rra at MIT.EDU
Wed Dec 30 23:21:35 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23554
Commit By: rra
Log Message:
ticket: 6616
subject: Fix spelling and hyphen errors in man pages
component: krb5-doc
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.
Changed Files:
U trunk/src/config-files/krb5.conf.M
U trunk/src/kadmin/dbutil/kdb5_util.M
U trunk/src/kdc/krb5kdc.M
U trunk/src/slave/kpropd.M
Modified: trunk/src/config-files/krb5.conf.M
===================================================================
--- trunk/src/config-files/krb5.conf.M 2009-12-31 04:07:03 UTC (rev 23553)
+++ trunk/src/config-files/krb5.conf.M 2009-12-31 04:21:34 UTC (rev 23554)
@@ -140,7 +140,7 @@
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 @@
.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
Modified: trunk/src/kadmin/dbutil/kdb5_util.M
===================================================================
--- trunk/src/kadmin/dbutil/kdb5_util.M 2009-12-31 04:07:03 UTC (rev 23553)
+++ trunk/src/kadmin/dbutil/kdb5_util.M 2009-12-31 04:21:34 UTC (rev 23554)
@@ -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 @@
.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 @@
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 ,
Modified: trunk/src/kdc/krb5kdc.M
===================================================================
--- trunk/src/kdc/krb5kdc.M 2009-12-31 04:07:03 UTC (rev 23553)
+++ trunk/src/kdc/krb5kdc.M 2009-12-31 04:21:34 UTC (rev 23554)
@@ -104,7 +104,7 @@
.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
Modified: trunk/src/slave/kpropd.M
===================================================================
--- trunk/src/slave/kpropd.M 2009-12-31 04:07:03 UTC (rev 23553)
+++ trunk/src/slave/kpropd.M 2009-12-31 04:21:34 UTC (rev 23554)
@@ -76,7 +76,7 @@
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
More information about the cvs-krb5
mailing list