From 50f0f6d7738be8f35264e53461f14e2c3afa83c8 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 13 Aug 2007 08:43:06 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2007-08-13 Olivier Blin * doc/man/pam.3.xml: Fix typo. * doc/man/pam.3: Likewise. * doc/man/pam_end.3.xml: Likewise. * doc/man/pam_end.3: Likewise. --- ChangeLog | 7 +++++++ doc/man/pam.3 | 2 +- doc/man/pam.3.xml | 2 +- doc/man/pam_end.3 | 2 +- doc/man/pam_end.3.xml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79e8dc1f..8249b886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-13 Olivier Blin + + * doc/man/pam.3.xml: Fix typo. + * doc/man/pam.3: Likewise. + * doc/man/pam_end.3.xml: Likewise. + * doc/man/pam_end.3: Likewise. + 2007-07-18 Thorsten Kukuk * release version 0.99.8.1 diff --git a/doc/man/pam.3 b/doc/man/pam.3 index f1cd729c..a3582242 100644 --- a/doc/man/pam.3 +++ b/doc/man/pam.3 @@ -47,7 +47,7 @@ function creates the PAM context and initiates the PAM transaction. It is the fi .PP The \fBpam_end\fR(3) -function terminates the PAM transaction and is the last function an application should call in the PAM contenxt. Upon return the handle pamh is no longer valid and all memory associated with it will be invalid. It can be called at any time to terminate a PAM transaction. +function terminates the PAM transaction and is the last function an application should call in the PAM context. Upon return the handle pamh is no longer valid and all memory associated with it will be invalid. It can be called at any time to terminate a PAM transaction. .SS "Authentication" .PP The diff --git a/doc/man/pam.3.xml b/doc/man/pam.3.xml index 3ae2d343..3cf71b2d 100644 --- a/doc/man/pam.3.xml +++ b/doc/man/pam.3.xml @@ -57,7 +57,7 @@ pam_end3 function terminates the PAM transaction and is the last - function an application should call in the PAM contenxt. Upon return + function an application should call in the PAM context. Upon return the handle pamh is no longer valid and all memory associated with it will be invalid. It can be called at any time to terminate a PAM transaction. diff --git a/doc/man/pam_end.3 b/doc/man/pam_end.3 index 27cf95d2..3b28a265 100644 --- a/doc/man/pam_end.3 +++ b/doc/man/pam_end.3 @@ -25,7 +25,7 @@ pam_end \- termination of PAM transaction .PP The \fBpam_end\fR -function terminates the PAM transaction and is the last function an application should call in the PAM contenxt. Upon return the handle +function terminates the PAM transaction and is the last function an application should call in the PAM context. Upon return the handle \fIpamh\fR is no longer valid and all memory associated with it will be invalid. .PP diff --git a/doc/man/pam_end.3.xml b/doc/man/pam_end.3.xml index fd4a4250..039bb3cd 100644 --- a/doc/man/pam_end.3.xml +++ b/doc/man/pam_end.3.xml @@ -34,7 +34,7 @@ The pam_end function terminates the PAM transaction and is the last function an application should call - in the PAM contenxt. Upon return the handle pamh + in the PAM context. Upon return the handle pamh is no longer valid and all memory associated with it will be invalid. -- cgit v1.2.3