diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-22 19:44:29 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-22 19:44:29 +0000 |
commit | 1cbeedd65b10f4eee830e3d222519b2701050f77 (patch) | |
tree | 7195310ae8c00f66bd864b990f16d2927bf1d1d3 /modules/pam_limits | |
parent | 903c285ef795257c6799bfc8b99d7eb9aa182a25 (diff) | |
download | pam-1cbeedd65b10f4eee830e3d222519b2701050f77.tar.gz pam-1cbeedd65b10f4eee830e3d222519b2701050f77.tar.bz2 pam-1cbeedd65b10f4eee830e3d222519b2701050f77.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-06-23 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_access/access.conf.5.xml: Fix syntax for SAG.
* modules/pam_access/pam_access.8.xml: Likewise.
* modules/pam_deny/pam_deny.8.xml: Likewise.
* modules/pam_echo/pam_echo.8.xml: Likewise.
* modules/pam_env/pam_env.8.xml: Likewise.
* modules/pam_env/pam_env.conf.5.xml: Likewise.
* modules/pam_group/group.conf.5.xml: Likewise.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_limits/limits.conf.5.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_time/time.conf.5.xml: Likewise.
* modules/pam_access/access.conf.5: Regenerate.
* modules/pam_access/pam_access.8: Likewise.
* modules/pam_deny/pam_deny.8: Likewise.
* modules/pam_echo/README: Likewise.
* modules/pam_echo/pam_echo.8: Likewise.
* modules/pam_env/pam_env.8: Likewise.
* modules/pam_env/pam_env.conf.5: Likewise.
* modules/pam_group/README: Likewise.
* modules/pam_group/group.conf.5: Likewise.
* modules/pam_group/pam_group.8: Likewise.
* modules/pam_limits/limits.conf.5: Likewise.
* modules/pam_listfile/README: Likewise.
* modules/pam_listfile/pam_listfile.8: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8: Likewise.
* modules/pam_time/pam_time.8: Likewise.
* modules/pam_time/time.conf.5: Likewise.
* doc/man/Makefile.am: Add pam.conf-desc.xml, pam.conf-dir.xml
and pam.conf-syntax.xml.
* doc/man/pam.conf.5.xml: Split into different pieces for SAG.
* doc/man/pam.conf.5: Regenerated.
* doc/man/pam.conf-desc.xml: New.
* doc/man/pam.conf-dir.xml: New.
* doc/man/pam.conf-syntax.xml: New.
Diffstat (limited to 'modules/pam_limits')
-rw-r--r-- | modules/pam_limits/limits.conf.5 | 8 | ||||
-rw-r--r-- | modules/pam_limits/limits.conf.5.xml | 9 |
2 files changed, 4 insertions, 13 deletions
diff --git a/modules/pam_limits/limits.conf.5 b/modules/pam_limits/limits.conf.5 index a8a58213..e6ba853f 100644 --- a/modules/pam_limits/limits.conf.5 +++ b/modules/pam_limits/limits.conf.5 @@ -1,11 +1,11 @@ .\" Title: limits.conf .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/> -.\" Date: 06/17/2006 +.\" Date: 06/22/2006 .\" Manual: Linux\-PAM Manual .\" Source: Linux\-PAM Manual .\" -.TH "LIMITS.CONF" "5" "06/17/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "LIMITS.CONF" "5" "06/22/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,8 +14,6 @@ limits.conf \- configuration file for the pam_limits module .SH "DESCRIPTION" .PP -The pam_limits PAM module sets limits on the system resources that can be obtained in a user\-session. -.PP The syntax of the lines is as follows: .PP @@ -169,6 +167,6 @@ ftp hard nproc 0 \fBpam_limits\fR(8), \fBpam.d\fR(5), \fBpam\fR(8) -.SH "AUTHORS" +.SH "AUTHOR" .PP pam_limits was initially written by Cristian Gafton <gafton@redhat.com> diff --git a/modules/pam_limits/limits.conf.5.xml b/modules/pam_limits/limits.conf.5.xml index 2f255ea5..28df7381 100644 --- a/modules/pam_limits/limits.conf.5.xml +++ b/modules/pam_limits/limits.conf.5.xml @@ -17,16 +17,9 @@ <refsect1 id='limits.conf-description'> <title>DESCRIPTION</title> - - <para> - The pam_limits PAM module sets limits on the system resources that can be - obtained in a user-session. - </para> - <para> The syntax of the lines is as follows: </para> - <para> <replaceable><domain></replaceable> <replaceable><type></replaceable> <replaceable><item></replaceable> <replaceable><value></replaceable> @@ -285,7 +278,7 @@ ftp hard nproc 0 </refsect1> <refsect1 id="limits.conf-author"> - <title>AUTHORS</title> + <title>AUTHOR</title> <para> pam_limits was initially written by Cristian Gafton <gafton@redhat.com> </para> |