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.xml | |
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.xml')
-rw-r--r-- | modules/pam_exec/pam_exec.8.xml | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml index 112f76cd..3b681cf2 100644 --- a/modules/pam_exec/pam_exec.8.xml +++ b/modules/pam_exec/pam_exec.8.xml @@ -109,9 +109,7 @@ <variablelist> <varlistentry> - <term> - <option>PAM_SUCCESS</option> - </term> + <term>PAM_SUCCESS</term> <listitem> <para> The external command runs successfull. @@ -120,9 +118,7 @@ </varlistentry> <varlistentry> - <term> - <option>PAM_SERVICE_ERR</option> - </term> + <term>PAM_SERVICE_ERR</term> <listitem> <para> No argument or a wrong number of arguments were given. @@ -131,9 +127,7 @@ </varlistentry> <varlistentry> - <term> - <option>PAM_SYSTEM_ERR</option> - </term> + <term>PAM_SYSTEM_ERR</term> <listitem> <para> A system error occured or the command to execute failed. @@ -142,9 +136,7 @@ </varlistentry> <varlistentry> - <term> - <option>PAM_IGNORE</option> - </term> + <term>PAM_IGNORE</term> <listitem> <para> <function>pam_setcred</function> was called, which @@ -176,16 +168,13 @@ <title>See Also</title> <para> <citerefentry> - <refentrytitle>pam.conf</refentrytitle> - <manvolnum>5</manvolnum> + <refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum> </citerefentry>, <citerefentry> - <refentrytitle>pam.d</refentrytitle> - <manvolnum>8</manvolnum> + <refentrytitle>pam.d</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, <citerefentry> - <refentrytitle>pam</refentrytitle> - <manvolnum>8</manvolnum> + <refentrytitle>pam</refentrytitle><manvolnum>8</manvolnum> </citerefentry> </para> </refsect1> |