From cb803ec709ca5799b2a5d1d8af1f85c6212f665a Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 24 Apr 1999 16:30:30 +0000 Subject: add MLINKS for two functions used from login_auth.c comment out unused functions from login_auth.3 --- lib/libutil/Makefile | 1 + lib/libutil/login_auth.3 | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index dddf945..890faf5 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -30,6 +30,7 @@ MLINKS+=login_times.3 parse_lt.3 login_times.3 in_ltm.3 \ login_times.3 in_lts.3 MLINKS+=login_ok.3 auth_ttyok.3 login_ok.3 auth_hostok.3 \ login_ok.3 auth_timeok.3 +MLINKS+=login_auth.3 auth_checknologin.3 login_auth.3 auth_cat.3 MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \ uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3 diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 1a6e42a..73b6325 100644 --- a/lib/libutil/login_auth.3 +++ b/lib/libutil/login_auth.3 @@ -17,21 +17,21 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: login_auth.3,v 1.4 1997/02/22 15:08:17 peter Exp $ +.\" $Id: login_auth.3,v 1.5 1998/03/23 13:29:49 bde Exp $ .\" .Dd December 29, 1996 .Os FreeBSD .Dt LOGIN_AUTH 3 .Sh NAME .\" .Nm authenticate -.Nm auth_script -.Nm auth_env -.Nm auth_scan -.Nm auth_rmfiles +.\" .Nm auth_script +.\" .Nm auth_env +.\" .Nm auth_scan +.\" .Nm auth_rmfiles .Nm auth_checknologin .Nm auth_cat -.Nm auth_ttyok -.Nm auth_hostok +.\" .Nm auth_ttyok +.\" .Nm auth_hostok .\" .Nm auth_timesok .Nd Authentication style support library for login class capabilities database. .Sh SYNOPSIS @@ -39,22 +39,22 @@ .Fd #include .\" .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 void -.Fn auth_env "void" -.Ft int -.Fn auth_scan "int ok" -.Ft void -.Fn auth_rmfiles "void" +.\" .Ft int +.\" .Fn auth_script "const char * path" ... +.\" .Ft void +.\" .Fn auth_env "void" +.\" .Ft int +.\" .Fn auth_scan "int ok" +.\" .Ft void +.\" .Fn auth_rmfiles "void" .Ft void .Fn auth_checknologin "login_cap_t *lc" .Ft int .Fn auth_cat "const char *file" -.Ft int -.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_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" .Sh DESCRIPTION -- cgit v1.1