From eea2338807adfa03606540e1264cc11547b04927 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 23 Mar 1998 13:29:49 +0000 Subject: Fixed function types in synopsis. Commented out docmentation of nonexistent authenticate() and auth_timesok(). authenticate() seems to be obsolete and auth_timesok() never existed in FreeBSD. --- lib/libutil/login_auth.3 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/libutil') diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 14a2a63..1a6e42a 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 .Fd #include -.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 -- cgit v1.1