diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2018-05-02 14:12:20 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2018-05-02 14:14:44 +0200 |
commit | 042a387924acb3f7dd36ec48f123127500ceca8f (patch) | |
tree | cdfe15b2ca136d62762aa04367ccd6ff9a596b02 | |
parent | e5890c764fe7be2fd48f76a2ea3593954ca4d797 (diff) | |
download | pam-042a387924acb3f7dd36ec48f123127500ceca8f.tar.gz pam-042a387924acb3f7dd36ec48f123127500ceca8f.tar.bz2 pam-042a387924acb3f7dd36ec48f123127500ceca8f.zip |
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.
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 8 |
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> |