git: 897a6f8b90c1 - stable/13 - bectl: fix some `mandoc -Tlint` complaints

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Fri, 22 Mar 2024 09:15:04 UTC
The branch stable/13 has been updated by des:

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

commit 897a6f8b90c1810fc0e13a8e1cf419c00c61c1b5
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-10-05 02:26:55 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-03-22 08:07:34 +0000

    bectl: fix some `mandoc -Tlint` complaints
    
    The EXAMPLES mis-comments caused an obnoxious amount of blank space
    above SEE ALSO when rendered by mandoc to a terminal.  The missing
    termination of .Xo meant the description of -h ran together with the
    subcommand synopsis. The other changes were generally ignored tags due
    to context that simply don't need to be there.
    
    Provoked by:    grahamperrin
    
    (cherry picked from commit 9b03a5de73d41f98b9b3c8e250a58f62f3e48d61)
---
 sbin/bectl/bectl.8 | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8
index 45c676a7876c..42561a967bfd 100644
--- a/sbin/bectl/bectl.8
+++ b/sbin/bectl/bectl.8
@@ -15,7 +15,7 @@
 .\"
 .\"     @(#)be.1
 .\"
-.Dd June 28, 2023
+.Dd October 5, 2023
 .Dt BECTL 8
 .Os
 .Sh NAME
@@ -114,12 +114,12 @@ For instance, booting into the recovery media and manually importing a pool from
 one of the system's resident disks will require the
 .Fl r
 flag to work.
-.Pp
 .Ss Supported Subcommands and Flags
 .Bl -tag -width activate
 .It Xo
 .Fl h |
 .Fl \&?
+.Xc
 Print usage information.
 .It Xo
 .Cm activate
@@ -396,7 +396,6 @@ will force the unmount if busy.
 .Pp
 Unmount will not remove the mount point.
 .El
-.Pp
 .Ss Boot Environment Structures
 The traditional
 .Fx
@@ -481,11 +480,11 @@ A future version of
 may default to handling both styles and deprecate the various
 .Fl r
 flags.
-\" .Sh EXAMPLES
-\" .Bl -bullet
-\" .It
-\" To fill in with jail upgrade example when behavior is firm.
-\" .El
+.\" .Sh EXAMPLES
+.\" .Bl -bullet
+.\" .It
+.\" To fill in with jail upgrade example when behavior is firm.
+.\" .El
 .Sh SEE ALSO
 .Xr libbe 3 ,
 .Xr zfsprops 7 ,