diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-30 21:58:23 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-30 21:58:23 +0000 |
commit | 41e81d7048ab8a9bf9730212f7f5ea18b051d2dc (patch) | |
tree | c21605e974c2e0832181361ae7a9dbe36bbf4eb0 /modules/pam_exec/pam_exec.8 | |
parent | c1e45ad7ff6ec3e26a535c128eff0f34fd637111 (diff) | |
download | pam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.tar.gz pam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.tar.bz2 pam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix/cleanup
Commit summary:
---------------
Instead of duplicating the xml rules for every directory again,
include them from the top level one.
2006-01-30 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_exec/pam_exec.8.xml: Fix syntax of Return Value section.
* modules/pam_exec/Makefile.am: Include Make.xml.rules.
* Make.xml.rules: New.
Diffstat (limited to 'modules/pam_exec/pam_exec.8')
-rw-r--r-- | modules/pam_exec/pam_exec.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/pam_exec/pam_exec.8 b/modules/pam_exec/pam_exec.8 index 6ecd2dc9..96761ac6 100644 --- a/modules/pam_exec/pam_exec.8 +++ b/modules/pam_exec/pam_exec.8 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "PAM_EXEC" "8" "01/24/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "PAM_EXEC" "8" "01/30/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -39,16 +39,16 @@ are supported. .SH "RETURN VALUES" .PP .TP -\fBPAM_SUCCESS\fR +PAM_SUCCESS The external command runs successfull. .TP -\fBPAM_SERVICE_ERR\fR +PAM_SERVICE_ERR No argument or a wrong number of arguments were given. .TP -\fBPAM_SYSTEM_ERR\fR +PAM_SYSTEM_ERR A system error occured or the command to execute failed. .TP -\fBPAM_IGNORE\fR +PAM_IGNORE \fBpam_setcred\fR was called, which does not execute the command. .SH "EXAMPLES" |