summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2006-09-09 23:11:34 +0000
committerDmitry V. Levin <ldv@altlinux.org>2006-09-09 23:11:34 +0000
commit3cfe9272773f1d6356534b1c30ebaea0a896db93 (patch)
treef9bb951edd81f38e6cffcb1cc4d050825b5f7041
parent9bffb4040a6997cc40ccede3ae715335bba2fdef (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2006-09-09 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_wheel/pam_wheel.8.xml: Fix typo. * modules/pam_wheel/pam_wheel.8: Likewise. * modules/pam_wheel/README: Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--modules/pam_wheel/README2
-rw-r--r--modules/pam_wheel/pam_wheel.82
-rw-r--r--modules/pam_wheel/pam_wheel.8.xml2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d4b1e9f9..ddc4247c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-09 Dmitry V. Levin <ldv@altlinux.org>
+
+ * modules/pam_wheel/pam_wheel.8.xml: Fix typo.
+ * modules/pam_wheel/pam_wheel.8: Likewise.
+ * modules/pam_wheel/README: Likewise.
+
2006-09-08 Thorsten Kukuk <kukuk@thkukuk.de>
* po/de.po: Fix typo.
diff --git a/modules/pam_wheel/README b/modules/pam_wheel/README
index db118205..6a2b21c5 100644
--- a/modules/pam_wheel/README
+++ b/modules/pam_wheel/README
@@ -26,7 +26,7 @@ deny
group=name
Instead of checking the wheel or GID 0 groups, use the name group to
- perform the authentification.
+ perform the authentication.
root_only
diff --git a/modules/pam_wheel/pam_wheel.8 b/modules/pam_wheel/pam_wheel.8
index aaecc1a5..ae29c37e 100644
--- a/modules/pam_wheel/pam_wheel.8
+++ b/modules/pam_wheel/pam_wheel.8
@@ -38,7 +38,7 @@ was also specified, in which case we return PAM_SUCCESS).
\fBgroup=\fR\fB\fIname\fR\fR
Instead of checking the wheel or GID 0 groups, use the
\fB\fIname\fR\fR
-group to perform the authentification.
+group to perform the authentication.
.TP 3n
\fBroot_only\fR
The check for wheel membership is done only.
diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml
index f3d2fb42..bf8b7349 100644
--- a/modules/pam_wheel/pam_wheel.8.xml
+++ b/modules/pam_wheel/pam_wheel.8.xml
@@ -87,7 +87,7 @@
<para>
Instead of checking the wheel or GID 0 groups, use
the <option><replaceable>name</replaceable></option> group
- to perform the authentification.
+ to perform the authentication.
</para>
</listitem>
</varlistentry>