diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-22 22:37:05 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 16:11:46 -0800 |
commit | fccebe5d86a20c042b0c11536426353f8e773178 (patch) | |
tree | 5a7eefd87cb91fa5acb99a741839b472a23f0cb8 | |
parent | f07c4623ddcb00fb57fdb3a97149cf5de03cf8da (diff) | |
download | pam-fccebe5d86a20c042b0c11536426353f8e773178.tar.gz pam-fccebe5d86a20c042b0c11536426353f8e773178.tar.bz2 pam-fccebe5d86a20c042b0c11536426353f8e773178.zip |
Also fix up whitespace issues in the doc-base abstracts
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-doc.doc-base.admin-guide | 4 | ||||
-rw-r--r-- | debian/libpam-doc.doc-base.applications-guide | 10 | ||||
-rw-r--r-- | debian/libpam-doc.doc-base.modules-guide | 4 |
4 files changed, 10 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index dfff3c58..c190218b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ pam (0.99.9.0-1) UNRELEASED; urgency=low * Fix debian/copyright to list the known copyright holders * Fix up the doc-base sections for the libpam-doc documentation, to point to Applications instead of Apps + * Also fix up whitespace issues in the doc-base abstracts * Fix a typo in the libpam0g-dev description. * 027_pam_limits_better_init_allow_explicit_root: RLIM_INFINITY is also invalid for RLIMIT_NOFILE, so when resetting the limits for a new session, diff --git a/debian/libpam-doc.doc-base.admin-guide b/debian/libpam-doc.doc-base.admin-guide index aa2f6eab..0fee9f8f 100644 --- a/debian/libpam-doc.doc-base.admin-guide +++ b/debian/libpam-doc.doc-base.admin-guide @@ -2,8 +2,8 @@ Document: pam-admin-guide Title: The Linux-PAM System Administrators' Guide Author: Andrew G. Morgan <morgan@linux.kernel.org> Abstract: This manual documents what a system administrator needs to know - about the Linux-PAM library. It covers the correct syntax of the PAM - configuration file and discusses strategies for maintaining a secure system. + about the Linux-PAM library. It covers the correct syntax of the PAM + configuration file and discusses strategies for maintaining a secure system. Section: Applications/System/Administration Format: HTML diff --git a/debian/libpam-doc.doc-base.applications-guide b/debian/libpam-doc.doc-base.applications-guide index 3e90fabc..c7b4d633 100644 --- a/debian/libpam-doc.doc-base.applications-guide +++ b/debian/libpam-doc.doc-base.applications-guide @@ -2,11 +2,11 @@ Document: pam-applications-guide Title: The Linux-PAM Application Developers' Guide Author: Andrew G. Morgan <morgan@linux.kernel.org> Abstract: This manual documents what an application developer needs to know - about the Linux-PAM library. It describes how an application might use - the Linux-PAM library to authenticate users. In addition it contains a - description of the funtions to be found in libpam_misc library, that can - be used in general applications. Finally, it contains some comments on PAM - related security issues for the application developer. + about the Linux-PAM library. It describes how an application might use + the Linux-PAM library to authenticate users. In addition it contains a + description of the funtions to be found in libpam_misc library, that can + be used in general applications. Finally, it contains some comments on PAM + related security issues for the application developer. Section: Applications/Programming Format: HTML diff --git a/debian/libpam-doc.doc-base.modules-guide b/debian/libpam-doc.doc-base.modules-guide index 2ec0cb5a..6cc4ec91 100644 --- a/debian/libpam-doc.doc-base.modules-guide +++ b/debian/libpam-doc.doc-base.modules-guide @@ -2,8 +2,8 @@ Document: pam-modules-guide Title: The Linux-PAM Module Writers' Guide Author: ndrew G. Morgan <morgan@linux.kernel.org> Abstract: This manual documents what a programmer needs to know in order to - write a module that conforms to the Linux-PAM standard. It also discusses - some security issues from the point of view of the module programmer. + write a module that conforms to the Linux-PAM standard. It also discusses + some security issues from the point of view of the module programmer. Section: Applications/Programming Format: HTML |