summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/pam.32
-rw-r--r--doc/man/pam.3.xml2
-rw-r--r--doc/man/pam_end.32
-rw-r--r--doc/man/pam_end.3.xml2
4 files changed, 4 insertions, 4 deletions
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 @@
<citerefentry>
<refentrytitle>pam_end</refentrytitle><manvolnum>3</manvolnum>
</citerefentry> 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 @@
<para>
The <function>pam_end</function> function terminates the PAM
transaction and is the last function an application should call
- in the PAM contenxt. Upon return the handle <emphasis>pamh</emphasis>
+ in the PAM context. Upon return the handle <emphasis>pamh</emphasis>
is no longer valid and all memory associated with it will be
invalid.
</para>