diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-20 14:34:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-20 14:34:37 +0000 |
commit | cf3bf3e5e02a7eab9bcb0efbadbad5981fd1a9b6 (patch) | |
tree | 2fdecb520caca509a39f0965cb439b89e0190a60 /modules/pam_unix/pam_unix.8.xml | |
parent | 8440c76a17e011bef9431c2ac93fc708d7c62e4c (diff) | |
download | pam-cf3bf3e5e02a7eab9bcb0efbadbad5981fd1a9b6.tar.gz pam-cf3bf3e5e02a7eab9bcb0efbadbad5981fd1a9b6.tar.bz2 pam-cf3bf3e5e02a7eab9bcb0efbadbad5981fd1a9b6.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix typo.
Diffstat (limited to 'modules/pam_unix/pam_unix.8.xml')
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index 25a705c1..41757977 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -67,7 +67,9 @@ check the password of the user invoking it. It is called transparently on behalf of the user by the authenticating component of this module. In this way it is possible - for applications like <command>xlock</command> to work without + for applications like <citerefentry> + <refentrytitle>xlock</refentrytitle><manvolnum>1</manvolnum> + </citerefentry> to work without being setuid-root. The module, by default, will temporarily turn off SIGCHLD handling for the duration of execution of the helper binary. This is generally the right thing to do, as many applications |