Add a couple of missing words.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@286 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2005-01-28 14:00:23 +00:00
parent c95c8038ed
commit ca035fe3a4
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.\"
.\" $P4: //depot/projects/openpam/doc/man/pam.man#2 $
.\" $P4: //depot/projects/openpam/doc/man/pam.man#3 $
.\"
.Sh DESCRIPTION
The Pluggable Authentication Modules (PAM) library abstracts a number
@ -77,7 +77,7 @@ The
.Fn pam_open_session
and
.Fn pam_close_session
handle session setup and teardown.
functions handle session setup and teardown.
.Ss Password Management
The
.Fn pam_chauthtok
@ -89,6 +89,7 @@ The
.Fn pam_getenv
and
.Fn pam_getenvlist
functions
manage a private environment list in which modules can set environment
variables they want the server to export during the session.
.Pp