From 41e81d7048ab8a9bf9730212f7f5ea18b051d2dc Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 30 Jan 2006 21:58:23 +0000 Subject: 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 * 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. --- modules/pam_exec/pam_exec.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/pam_exec/pam_exec.8') 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" -- cgit v1.2.3