aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2024-01-04 20:35:25 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2024-01-04 20:35:25 +0000
commit53d908d6eb9dc5b40c2c0179eeb85e1d21e32577 (patch)
tree89b2f200f84c5fb41e4f59555ebd1be4bd506883 /crypto
parent1809089a9613c6ebdb6861ee142fba90d6a20c45 (diff)
downloadsrc-53d908d6eb9dc5b40c2c0179eeb85e1d21e32577.tar.gz
src-53d908d6eb9dc5b40c2c0179eeb85e1d21e32577.zip
Correct three typos in manuals.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/heimdal/appl/login/login.access.52
-rw-r--r--crypto/heimdal/kcm/kcm.82
-rw-r--r--crypto/heimdal/kdc/kdc.82
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/appl/login/login.access.5 b/crypto/heimdal/appl/login/login.access.5
index 7edefa2019f3..7b9aa151fe44 100644
--- a/crypto/heimdal/appl/login/login.access.5
+++ b/crypto/heimdal/appl/login/login.access.5
@@ -31,7 +31,7 @@ or
.It
The second field is a comma separated list of users or groups for
which the current entry applies. NIS netgroups can used (if
-configured) if preceeded by @. The magic string ALL matches all users.
+configured) if preceded by @. The magic string ALL matches all users.
A group will match if the user is a member of that group, or it is the
user's primary group.
.It
diff --git a/crypto/heimdal/kcm/kcm.8 b/crypto/heimdal/kcm/kcm.8
index 3ff9ea45abe1..32ac9cd221f1 100644
--- a/crypto/heimdal/kcm/kcm.8
+++ b/crypto/heimdal/kcm/kcm.8
@@ -95,7 +95,7 @@
is a process based credential cache.
To use it, set the
.Ev KRB5CCNAME
-enviroment variable to
+environment variable to
.Ql KCM: Ns Ar uid
or add the stanza
.Bd -literal
diff --git a/crypto/heimdal/kdc/kdc.8 b/crypto/heimdal/kdc/kdc.8
index c668b923768b..fa81814ae10a 100644
--- a/crypto/heimdal/kdc/kdc.8
+++ b/crypto/heimdal/kdc/kdc.8
@@ -84,7 +84,7 @@ You might want to turn it off if you have clients
that don't support pre-authentication.
Since the version 4 protocol doesn't support any pre-authentication,
serving version 4 clients is just about the same as not requiring
-pre-athentication.
+pre-authentication.
The default is to require pre-authentication.
Adding the require-preauth per principal is a more flexible way of
handling this.