From 0a5afe803491e964634cfa715650e6d64426903f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 8 Dec 2004 17:52:41 +0000 Subject: [PATCH] spelling, from openbsd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14375 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.conf.5 | 10 +++++----- lib/krb5/krb5_init_context.3 | 4 ++-- lib/krb5/verify_krb5_conf.8 | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/krb5/krb5.conf.5 b/lib/krb5/krb5.conf.5 index 10f33d64b..27a94722b 100644 --- a/lib/krb5/krb5.conf.5 +++ b/lib/krb5/krb5.conf.5 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd October 31, 2004 +.Dd December 8, 2004 .Dt KRB5.CONF 5 .Os HEIMDAL .Sh NAME @@ -377,17 +377,17 @@ Turn on Kerberos 4 support. To what realm v4 requests should be mapped. .It Li enable-524 = Va BOOL Should the Kerberos 524 converting facility be turned on. -Default is same as +Default is the same as .Va enable-kerberos4 . .It Li enable-http = Va BOOL Should the kdc answer kdc-requests over http. .It Li enable-kaserver = Va BOOL If this kdc should emulate the AFS kaserver. .It Li check-ticket-addresses = Va BOOL -verify the addresses in the tickets used in tgs requests. +Verify the addresses in the tickets used in tgs requests. .\" XXX .It Li allow-null-ticket-addresses = Va BOOL -Allow addresses-less tickets. +Allow address-less tickets. .\" XXX .It Li allow-anonymous = Va BOOL If the kdc is allowed to hand out anonymous tickets. @@ -424,7 +424,7 @@ If pre-authentication is required to talk to the kadmin server. If a principal already have its password set for expiration, this is the time it will be valid for after a change. .It Li default_keys = Va keytypes... -for each entry in +For each entry in .Va default_keys try to parse it as a sequence of .Va etype:salttype:salt diff --git a/lib/krb5/krb5_init_context.3 b/lib/krb5/krb5_init_context.3 index 7eb4a76cb..b9c034a46 100644 --- a/lib/krb5/krb5_init_context.3 +++ b/lib/krb5/krb5_init_context.3 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd March 20, 2004 +.Dd December 8, 2004 .Dt KRB5_CONTEXT 3 .Os HEIMDAL .Sh NAME @@ -218,7 +218,7 @@ gets the version of file credentials caches that should be used. .Pp .Fn krb5_set_config_files set the list of configuration files to use and re-initialize the -configration from the files. +configuration from the files. .Pp .Fn krb5_prepend_config_files parse the diff --git a/lib/krb5/verify_krb5_conf.8 b/lib/krb5/verify_krb5_conf.8 index ff7a7d6e8..d218fffa2 100644 --- a/lib/krb5/verify_krb5_conf.8 +++ b/lib/krb5/verify_krb5_conf.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2000-2003 Kungliga Tekniska Högskolan +.\" Copyright (c) 2000 - 2004 Kungliga Tekniska Högskolan .\" (Royal Institute of Technology, Stockholm, Sweden). .\" All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd May 26, 2003 +.Dd December 8, 2004 .Dt VERIFY_KRB5_CONF 8 .Os HEIMDAL .Sh NAME @@ -67,13 +67,13 @@ include: Usually means that is misspelled, or that it contains weird characters. The parsing done by .Nm -is more strict than the one performed by libkrb5, and so strings that -work in real life, might be reported as bad. +is more strict than the one performed by libkrb5, so strings that +work in real life might be reported as bad. .It ": host not found ()" Means that is supposed to point to a host, but it can't be recognised as one. .It : unknown or wrong type -Means that is either is a string when it should be a list, vice +Means that is either a string when it should be a list, vice versa, or just that .Nm is confused. @@ -85,7 +85,7 @@ Means that is not known by .Xr krb5.conf 5 .Sh BUGS Since each application can put almost anything in the config file, -it's hard to come up with a water tight verification process. Most of +it's hard to come up with a watertight verification process. Most of the default settings are sanity checked, but this does not mean that every problem is discovered, or that everything that is reported as a possible problem actually is one. This tool should thus be used with