mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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 9b03a5de73)
This commit is contained in:
parent
a7c25f0d06
commit
1304190b59
1 changed files with 7 additions and 8 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue