Skip to content

Commit

Permalink
Correct three typos in manuals.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schweikhardt authored and Jens Schweikhardt committed Jan 4, 2024
1 parent 1809089 commit 53d908d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crypto/heimdal/appl/login/login.access.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crypto/heimdal/kcm/kcm.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crypto/heimdal/kdc/kdc.8
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53d908d

Please sign in to comment.