The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d0cc09fcdb4a3192fb76c95b1bd3c7f31a4cf486

commit d0cc09fcdb4a3192fb76c95b1bd3c7f31a4cf486
Author:     Dag-Erling Smørgrav <d...@freebsd.org>
AuthorDate: 2025-08-12 12:54:02 +0000
Commit:     Dag-Erling Smørgrav <d...@freebsd.org>
CommitDate: 2025-08-12 12:55:01 +0000

    libutil: Fix manlint failures
    
    MFC after:      1 week
    Reviewed by:    ziaee
    Differential Revision:  https://reviews.freebsd.org/D51864
---
 lib/libutil/login.conf.5 |  7 ++++---
 lib/libutil/login_auth.3 |  4 ++--
 lib/libutil/login_cap.3  |  1 +
 lib/libutil/mntopts.3    | 10 ++++++----
 lib/libutil/uucplock.3   |  1 +
 5 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index d43fdfb761f3..27f37fb5fc30 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -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
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index fafe43b906e6..dd5ba3e01265 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -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
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 86142c3b19f9..48af0e3c9c46 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -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 ,
diff --git a/lib/libutil/mntopts.3 b/lib/libutil/mntopts.3
index 35f6d476fcec..28e5a02442c2 100644
--- a/lib/libutil/mntopts.3
+++ b/lib/libutil/mntopts.3
@@ -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
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index dd19d0311b4e..ee8c9f6bb995 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -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

Reply via email to