diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-23 13:29:49 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-23 13:29:49 +0000 |
| commit | 6b20a4e1b1dcd730154799691c31cbfb5faf2096 (patch) | |
| tree | 7885435046d80afe040b3c11b9cf2fc0155b95d2 /lib/libutil/login_auth.3 | |
| parent | 16a456470744d2e1722c6ce0140b5ca1ac98efcd (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login_auth.3')
| -rw-r--r-- | lib/libutil/login_auth.3 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 14a2a63fcf0f..1a6e42a5c8cd 100644 --- a/lib/libutil/login_auth.3 +++ b/lib/libutil/login_auth.3 @@ -17,13 +17,13 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id$ +.\" $Id: login_auth.3,v 1.4 1997/02/22 15:08:17 peter Exp $ .\" .Dd December 29, 1996 .Os FreeBSD .Dt LOGIN_AUTH 3 .Sh NAME -.Nm authenticate +.\" .Nm authenticate .Nm auth_script .Nm auth_env .Nm auth_scan @@ -32,22 +32,22 @@ .Nm auth_cat .Nm auth_ttyok .Nm auth_hostok -.Nm auth_timesok +.\" .Nm auth_timesok .Nd Authentication style support library for login class capabilities database. .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <login_cap.h> -.Ft int -.Fn authenticate "const char *name" "const char *classname" "const char *style" "const char *service" +.\" .Ft int +.\". Fn authenticate "const char *name" "const char *classname" "const char *style" "const char *service" .Ft int .Fn auth_script "const char * path" ... -.Ft int +.Ft void .Fn auth_env "void" .Ft int .Fn auth_scan "int ok" -.Ft int +.Ft void .Fn auth_rmfiles "void" -.Ft int +.Ft void .Fn auth_checknologin "login_cap_t *lc" .Ft int .Fn auth_cat "const char *file" @@ -55,8 +55,8 @@ .Fn auth_ttyok "login_cap_t *lc" "const char *tty" .Ft int .Fn auth_hostok "login_cap_t *lc" "const char *hostname" "char const *ip" -.Ft int -.Fn auth_timesok "login_cap_t *lc" "time_t now" +.\" .Ft int +.\" .Fn auth_timesok "login_cap_t *lc" "time_t now" .Sh DESCRIPTION This set of functions support the login class authorisation style interface provided by |
