Changeset 426

Show
Ignore:
Timestamp:
03/09/10 16:56:40 (5 months ago)
Author:
des
Message:

Fix doc: pam_strerror() ignores pamh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/pam_strerror.c

    r423 r426  
    164164 * The =pam_strerror function returns a pointer to a string containing a 
    165165 * textual description of the error indicated by the =error_number 
    166  * argument, in the context of the PAM transaction described by the =pamh 
    167166 * argument. 
     167 * The =pamh argument is ignored. 
    168168 */