summaryrefslogtreecommitdiff
path: root/doc/man/pam_sm_acct_mgmt.3.xml
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-06-19 15:38:33 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-06-19 15:38:33 +0000
commit128e2a7f40a53552dae57269aa36dc5926144329 (patch)
tree8c26177c2f734af486404d057df36e9ac2f25752 /doc/man/pam_sm_acct_mgmt.3.xml
parent398000908bf00d06dc32ef4b605e3f437fdc6744 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- 2006-06-19 Thorsten Kukuk <kukuk@thkukuk.de> * doc/man/pam.8.xml: Syntax cleanup. * doc/pam/PAM.8: Regenerated from xml source. * man/pam_sm_chauthtok.3: New. * man/pam_sm_chauthtok.3.xml: New. * man/pam_sm_close_session.3: New. * man/pam_sm_close_session.3.xml: New. * man/pam_sm_open_session.3: New. * man/pam_sm_open_session.3.xml: New. * man/pam_sm_authenticate.3: New. * man/pam_sm_authenticate.3.xml: New. * man/pam_sm_setcred.3: New. * man/pam_sm_setcred.3.xml: New. * man/Makefile.am: Add new pam_sm_* manual pages. * specs/Makefile.am: Fix rule to generate draft.
Diffstat (limited to 'doc/man/pam_sm_acct_mgmt.3.xml')
-rw-r--r--doc/man/pam_sm_acct_mgmt.3.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/pam_sm_acct_mgmt.3.xml b/doc/man/pam_sm_acct_mgmt.3.xml
index ea07ba3d..694c2671 100644
--- a/doc/man/pam_sm_acct_mgmt.3.xml
+++ b/doc/man/pam_sm_acct_mgmt.3.xml
@@ -10,14 +10,14 @@
<refnamediv id="pam_sm_acct_mgmt-name">
<refname>pam_sm_acct_mgmt</refname>
- <refpurpose>PAM service module for account management</refpurpose>
+ <refpurpose>PAM service function for account management</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='pam_sm_acct_mgmt-synopsis'>
- <programlisting>#define PAM_SM_ACCOUNT</programlisting>
<funcsynopsis>
+ <funcsynopsisinfo>#define PAM_SM_ACCOUNT</funcsynopsisinfo>
<funcsynopsisinfo>#include &lt;security/pam_modules.h&gt;</funcsynopsisinfo>
<funcprototype>
<funcdef>PAM_EXTERN int <function>pam_sm_acct_mgmt</function></funcdef>
@@ -67,7 +67,7 @@
<para>
Return <emphasis remap='B'>PAM_AUTH_ERR</emphasis> if the
database of authentication tokens for this authentication
- mechanism has a <emphasis>NULL</emphasis> entry for the user
+ mechanism has a <emphasis>NULL</emphasis> entry for the user.
</para>
</listitem>
</varlistentry>