Fix some pastos. Rather shoddy of me...

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
des 2002-01-24 09:44:22 +00:00
parent 1278d43f29
commit 215400cfce
2 changed files with 5 additions and 5 deletions

View File

@ -34,12 +34,12 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 5, 2001
.Dd January 24, 2002
.Dt PAM_LOGIN_ACCESS 8
.Os
.Sh NAME
.Nm pam_login_access
.Nd Self PAM module
.Nd login.access PAM module
.Sh SYNOPSIS
.Op Ar service-name
.Ar module-type
@ -49,7 +49,7 @@
.Sh DESCRIPTION
The
.Pa login.access
authentication service module for PAM,
service module for PAM,
.Nm
provides functionality for only one PAM category:
account management.

View File

@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <unistd.h>
#include <syslog.h>
#include <unistd.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT
@ -160,4 +160,4 @@ pam_sm_close_session(pam_handle_t *pamh, int flags, int argc, const char **argv)
PAM_RETURN(PAM_IGNORE);
}
PAM_MODULE_ENTRY("pam_self");
PAM_MODULE_ENTRY("pam_login_access");