Fix doc: pam_strerror() ignores pamh.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@426 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2010-03-09 16:56:40 +00:00
parent 7a473a8f14
commit 0726eb9f8e
1 changed files with 1 additions and 1 deletions

View File

@ -163,6 +163,6 @@ pam_strerror(const pam_handle_t *pamh,
/**
* The =pam_strerror function returns a pointer to a string containing a
* textual description of the error indicated by the =error_number
* argument, in the context of the PAM transaction described by the =pamh
* argument.
* The =pamh argument is ignored.
*/