summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2018-05-02 14:12:20 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2018-05-02 14:14:44 +0200
commit042a387924acb3f7dd36ec48f123127500ceca8f (patch)
treecdfe15b2ca136d62762aa04367ccd6ff9a596b02 /modules
parente5890c764fe7be2fd48f76a2ea3593954ca4d797 (diff)
pam_umask: Fix documentation to align with order of loading umask
* modules/pam_umask/pam_umask.8.xml: Document the real order of loading umask.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_umask/pam_umask.8.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml
index 1e8d130b..92693f7f 100644
--- a/modules/pam_umask/pam_umask.8.xml
+++ b/modules/pam_umask/pam_umask.8.xml
@@ -48,22 +48,22 @@
<itemizedlist>
<listitem>
<para>
- umask= argument
+ umask= entry in the user's GECOS field
</para>
</listitem>
<listitem>
<para>
- umask= entry in the user's GECOS field
+ umask= argument
</para>
</listitem>
<listitem>
<para>
- UMASK= entry from /etc/default/login
+ UMASK entry from /etc/login.defs
</para>
</listitem>
<listitem>
<para>
- UMASK entry from /etc/login.defs
+ UMASK= entry from /etc/default/login
</para>
</listitem>
</itemizedlist>