aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login_auth.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 16:36:09 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 16:36:09 +0000
commita7f6a73356f775d08ee1ec26f66284d7ff10c7d8 (patch)
tree6d3c720b6caa00a0a5aeb8668089adc25c4f19bd /lib/libutil/login_auth.3
parent9441c78584fc1d126f71c3c8fa8fbad2a3a447ec (diff)
downloadsrc-a7f6a73356f775d08ee1ec26f66284d7ff10c7d8.tar.gz
src-a7f6a73356f775d08ee1ec26f66284d7ff10c7d8.zip
MFC: introduce .Lb macro to libraries manpages, some mdoc cleanup
Notes
Notes: svn path=/stable/4/; revision=59519
Diffstat (limited to 'lib/libutil/login_auth.3')
-rw-r--r--lib/libutil/login_auth.38
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index 29986cce5b1e..ed57fec5f8bf 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