summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2011-02-22 22:44:39 +0000
committerTomas Mraz <tm@t8m.info>2011-02-22 22:44:39 +0000
commit10a49cdcd91b313f665421a65a8511315665cf0a (patch)
tree634993d893d488fb7e44c98a085941b74aa3642e
parent4c2362ccac4c8e967af619f4550be3a5fb165433 (diff)
Relevant BUGIDs:
Purpose of commit: docfix Commit summary: --------------- 2011-02-22 Tomas Mraz <tm@t8m.info> * modules/pam_nologin/pam_nologin.8.xml: Add missing space. * modules/pam_limits/limits.conf.5.xml: Fix typo.
-rw-r--r--ChangeLog5
-rw-r--r--modules/pam_limits/limits.conf.5.xml2
-rw-r--r--modules/pam_nologin/pam_nologin.8.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ac4feb98..78f49455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-22 Tomas Mraz <tm@t8m.info>
+
+ * modules/pam_nologin/pam_nologin.8.xml: Add missing space.
+ * modules/pam_limits/limits.conf.5.xml: Fix typo.
+
2010-12-21 Tomas Mraz <tm@t8m.info>
* modules/pam_selinux/pam_selinux.c (mls_range_allowed): Unhardcode
diff --git a/modules/pam_limits/limits.conf.5.xml b/modules/pam_limits/limits.conf.5.xml
index a1e84102..939fa0fe 100644
--- a/modules/pam_limits/limits.conf.5.xml
+++ b/modules/pam_limits/limits.conf.5.xml
@@ -236,7 +236,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>msqqueue</option></term>
+ <term><option>msgqueue</option></term>
<listitem>
<para>maximum memory used by POSIX message queues (bytes)
(Linux 2.6 and higher)</para>
diff --git a/modules/pam_nologin/pam_nologin.8.xml b/modules/pam_nologin/pam_nologin.8.xml
index 94c4887b..e4f63707 100644
--- a/modules/pam_nologin/pam_nologin.8.xml
+++ b/modules/pam_nologin/pam_nologin.8.xml
@@ -34,7 +34,7 @@
<para>
pam_nologin is a PAM module that prevents users from logging into
the system when <filename>/var/run/nologin</filename> or
- <filename>/etc/nologin</filename>exists. The contents
+ <filename>/etc/nologin</filename> exists. The contents
of the file are displayed to the user. The pam_nologin module
has no effect on the root user's ability to log in.
</para>