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
This commit is contained in:
Kyle Evans 2023-10-04 21:26:55 -05:00
parent 8818f0f112
commit 9b03a5de73

View file

@ -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
@ -482,11 +481,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 ,