git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@539 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2012-03-31 20:53:22 +00:00
parent 103857f3c9
commit f163a4b9df
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ pam_putenv(pam_handle_t *pamh,
*/
/**
* The =pam_putenv function sets a environment variable.
* The =pam_putenv function sets an environment variable.
* Its semantics are similar to those of =putenv, but it modifies the PAM
* context's environment list instead of the application's.
*

View File

@ -92,7 +92,7 @@ pam_setenv(pam_handle_t *pamh,
*/
/**
* The =pam_setenv function sets a environment variable.
* The =pam_setenv function sets an environment variable.
* Its semantics are similar to those of =setenv, but it modifies the PAM
* context's environment list instead of the application's.
*