diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2016-04-19 11:02:58 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2016-04-19 11:02:58 +0200 |
commit | c9c2f0b5a4209b266040a2d4384a65e901443394 (patch) | |
tree | 9b0c02e0a9f4cf207d661d0cbc34e23b79817a8f /modules/pam_wheel/pam_wheel.8.xml | |
parent | ff4fd47e51b19c20807946cf7da49604d205841c (diff) | |
download | pam-c9c2f0b5a4209b266040a2d4384a65e901443394.tar.gz pam-c9c2f0b5a4209b266040a2d4384a65e901443394.tar.bz2 pam-c9c2f0b5a4209b266040a2d4384a65e901443394.zip |
pam_wheel: Correct the documentation of the root_only option.
* modules/pam_wheel/pam_wheel.8.xml: Correct the documentation of the
root_only option.
Diffstat (limited to 'modules/pam_wheel/pam_wheel.8.xml')
-rw-r--r-- | modules/pam_wheel/pam_wheel.8.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml index c0ae68c6..c8d93773 100644 --- a/modules/pam_wheel/pam_wheel.8.xml +++ b/modules/pam_wheel/pam_wheel.8.xml @@ -97,7 +97,8 @@ </term> <listitem> <para> - The check for wheel membership is done only. + The check for wheel membership is done only when the target user + UID is 0. </para> </listitem> </varlistentry> |