diff options
Diffstat (limited to 'lib/libutil/login_auth.3')
-rw-r--r-- | lib/libutil/login_auth.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 29986cc..ed57fec 100644 --- a/lib/libutil/login_auth.3 +++ b/lib/libutil/login_auth.3 @@ -34,6 +34,8 @@ .\" .Nm auth_hostok .\" .Nm auth_timesok .Nd authentication style support library for login class capabilities database. +.Sh LIBRARY +.Lb libutil .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <login_cap.h> @@ -57,12 +59,6 @@ .\" .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" -.Pp -Link with -.Va -lutil -on the -.Xr cc 1 -command line. .Sh DESCRIPTION This set of functions support the login class authorisation style interface provided by |