diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-12 21:06:54 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-12 21:06:54 +0000 |
| commit | 85ad71786d86468da8da3e4edfdc58b7ad4334eb (patch) | |
| tree | 53c80388a200ade41dfe14d3e3f9e09849622af7 /contrib | |
| parent | 4dcad2d07750f970754a5b9316abc0820c9e231e (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/openpam/doc/man/pam.conf.5 | 2 | ||||
| -rw-r--r-- | contrib/openpam/include/security/pam_appl.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/contrib/openpam/doc/man/pam.conf.5 b/contrib/openpam/doc/man/pam.conf.5 index 8ffb6a32b0dc..d94163d13bac 100644 --- a/contrib/openpam/doc/man/pam.conf.5 +++ b/contrib/openpam/doc/man/pam.conf.5 @@ -109,7 +109,7 @@ will be failure regardless of the success of later modules. .It Cm requisite If this module succeeds, the result of the chain will be success unless a later module fails. -If it module fails, the chain is broken and the result is failure. +If the module fails, the chain is broken and the result is failure. .It Cm sufficient If this module succeeds, the chain is broken and the result is success. diff --git a/contrib/openpam/include/security/pam_appl.h b/contrib/openpam/include/security/pam_appl.h index 8316c68ab02a..131c2f9a9887 100644 --- a/contrib/openpam/include/security/pam_appl.h +++ b/contrib/openpam/include/security/pam_appl.h @@ -72,8 +72,7 @@ pam_close_session(pam_handle_t *_pamh, int pam_end(pam_handle_t *_pamh, - int _status) - OPENPAM_NONNULL((1)); + int _status); int pam_get_data(const pam_handle_t *_pamh, |
