summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:51:46 +0000
committergbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:51:46 +0000
commitc09c765e3748c2a6d3199e11cf8d7b21a50342cc (patch)
tree51db6aae7d146587038d245725458bfd19ec328e
parent456289dd44bc3314b8696f7893eb2817cea4987a (diff)
downloadfreebsd-c09c765e3748c2a6d3199e11cf8d7b21a50342cc.tar.gz
freebsd-c09c765e3748c2a6d3199e11cf8d7b21a50342cc.tar.bz2
zonectl(8): Fix a few issues reported by mandoc
- Add missing quotation mark for a comment above the .Dd - inserting missing end of block: Sh breaks Bd - skipping paragraph macro: Pp before Bl - skipping paragraph macro: Pp before Bd - empty block: Bd MFC after: 1 week git-svn-id: http://svn.freebsd.org/base/head@368815 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rw-r--r--usr.sbin/zonectl/zonectl.88
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/zonectl/zonectl.8 b/usr.sbin/zonectl/zonectl.8
index d50fc2a6c2c..39b418ceb39 100644
--- a/usr.sbin/zonectl/zonectl.8
+++ b/usr.sbin/zonectl/zonectl.8
@@ -30,7 +30,7 @@
.\" Authors: Ken Merry (Spectra Logic Corporation)
.\"
.\" $FreeBSD$
-.\
+.\"
.Dd May 18, 2016
.Dt ZONECTL 8
.Os
@@ -104,7 +104,6 @@ These zones must be written sequentially.
If they are not written sequentially, starting at the write pointer, the
command will fail.
.El
-.Pp
.Bl -tag -width 12n
.It Fl c Ar cmd
Specify the zone subcommand:
@@ -208,14 +207,12 @@ zonectl -d /dev/da5 -c params
.Ed
.Pp
Display basic zoning information for disk da5.
-.Pp
.Bd -literal -offset indent
zonectl -d /dev/da5 -c rz
.Ed
.Pp
Issue the Report Zones command to disk da5, and print out all
zones on the drive in the default format.
-.Pp
.Bd -literal -offset indent
zonectl -d /dev/da5 -c rz -o reset -P script
.Ed
@@ -223,14 +220,11 @@ zonectl -d /dev/da5 -c rz -o reset -P script
Issue the Report Zones command to disk da5, and print out all
of the zones that have the Reset Write Pointer Recommended bit set to true.
Print the zones in a script friendly form.
-.Pp
.Bd -literal -offset indent
zonectl -d /dev/da5 -c rwp -l 0x2c80000
.Ed
.Pp
Issue the Reset Write Pointer command to disk da5 for the zone
that starts at LBA 0x2c80000.
-.Pp
-.Bd -literal -offset indent
.Sh AUTHORS
.An Kenneth Merry Aq ken@FreeBSD.org