diff options
author | Tomas Mraz <tm@t8m.info> | 2011-02-22 22:44:39 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2011-02-22 22:44:39 +0000 |
commit | 10a49cdcd91b313f665421a65a8511315665cf0a (patch) | |
tree | 634993d893d488fb7e44c98a085941b74aa3642e /modules | |
parent | 4c2362ccac4c8e967af619f4550be3a5fb165433 (diff) | |
download | pam-10a49cdcd91b313f665421a65a8511315665cf0a.tar.gz pam-10a49cdcd91b313f665421a65a8511315665cf0a.tar.bz2 pam-10a49cdcd91b313f665421a65a8511315665cf0a.zip |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_limits/limits.conf.5.xml | 2 | ||||
-rw-r--r-- | modules/pam_nologin/pam_nologin.8.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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> |