libutil: Fix manlint failures
MFC after: 1 week Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D51864
This commit is contained in:
@@ -380,14 +380,15 @@ If
|
||||
is specified, then logins are only allowed during the periods given.
|
||||
If
|
||||
.Em times.deny
|
||||
is specified, then logins are denied during the periods given, regardless of whether
|
||||
one of the periods specified in
|
||||
is specified, then logins are denied during the periods given,
|
||||
regardless of whether one of the periods specified in
|
||||
.Em times.allow
|
||||
applies.
|
||||
.Pp
|
||||
Note that
|
||||
.Xr login 1
|
||||
enforces only that the actual login falls within periods allowed by these entries.
|
||||
enforces only that the actual login falls within periods allowed by
|
||||
these entries.
|
||||
Further enforcement over the life of a session requires a separate daemon to
|
||||
monitor transitions from an allowed period to a non-allowed one.
|
||||
.Pp
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
.\" .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
|
||||
This set of functions support the login class authorisation style
|
||||
interface provided by
|
||||
.Xr login.conf 5 .
|
||||
.\" .Sh RETURN VALUES
|
||||
.Sh SEE ALSO
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
.Nm login_getcaptime ,
|
||||
.Nm login_getclass ,
|
||||
.Nm login_getclassbyname ,
|
||||
.Nm login_getpath ,
|
||||
.Nm login_getpwclass ,
|
||||
.Nm login_getstyle ,
|
||||
.Nm login_getuserclass ,
|
||||
|
||||
@@ -342,9 +342,9 @@ By default
|
||||
.Va getmnt_silent
|
||||
is zero.
|
||||
.Sh SEE ALSO
|
||||
.Xr nmount 2 ,
|
||||
.Xr err 3 ,
|
||||
.Xr mount 8 ,
|
||||
.Xr nmount 8
|
||||
.Xr mount 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getmntopts
|
||||
@@ -358,7 +358,7 @@ The
|
||||
and
|
||||
.Fn rmslashes
|
||||
functions were added with
|
||||
.Xr nmount 8
|
||||
.Xr nmount 2
|
||||
in
|
||||
.Fx 5.0 .
|
||||
The
|
||||
@@ -368,7 +368,9 @@ and
|
||||
functions were added in
|
||||
.Fx 13.2 .
|
||||
.Pp
|
||||
Historically, these functions were found in getmntopts.c in the sources for the
|
||||
Historically, these functions were found in
|
||||
.Pa getmntopts.c
|
||||
in the source code of the
|
||||
.Xr mount 8
|
||||
program.
|
||||
As of
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm uu_lock ,
|
||||
.Nm uu_lock_txfr ,
|
||||
.Nm uu_unlock ,
|
||||
.Nm uu_lockerr
|
||||
.Nd acquire and release control of a serial device
|
||||
|
||||
Reference in New Issue
Block a user