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
This commit is contained in:
parent
749ddf491b
commit
8ef235787b
@ -30,7 +30,7 @@
|
|||||||
.\" Authors: Ken Merry (Spectra Logic Corporation)
|
.\" Authors: Ken Merry (Spectra Logic Corporation)
|
||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\
|
.\"
|
||||||
.Dd May 18, 2016
|
.Dd May 18, 2016
|
||||||
.Dt ZONECTL 8
|
.Dt ZONECTL 8
|
||||||
.Os
|
.Os
|
||||||
@ -104,7 +104,6 @@ These zones must be written sequentially.
|
|||||||
If they are not written sequentially, starting at the write pointer, the
|
If they are not written sequentially, starting at the write pointer, the
|
||||||
command will fail.
|
command will fail.
|
||||||
.El
|
.El
|
||||||
.Pp
|
|
||||||
.Bl -tag -width 12n
|
.Bl -tag -width 12n
|
||||||
.It Fl c Ar cmd
|
.It Fl c Ar cmd
|
||||||
Specify the zone subcommand:
|
Specify the zone subcommand:
|
||||||
@ -208,14 +207,12 @@ zonectl -d /dev/da5 -c params
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Display basic zoning information for disk da5.
|
Display basic zoning information for disk da5.
|
||||||
.Pp
|
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
zonectl -d /dev/da5 -c rz
|
zonectl -d /dev/da5 -c rz
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Issue the Report Zones command to disk da5, and print out all
|
Issue the Report Zones command to disk da5, and print out all
|
||||||
zones on the drive in the default format.
|
zones on the drive in the default format.
|
||||||
.Pp
|
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
zonectl -d /dev/da5 -c rz -o reset -P script
|
zonectl -d /dev/da5 -c rz -o reset -P script
|
||||||
.Ed
|
.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
|
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.
|
of the zones that have the Reset Write Pointer Recommended bit set to true.
|
||||||
Print the zones in a script friendly form.
|
Print the zones in a script friendly form.
|
||||||
.Pp
|
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
zonectl -d /dev/da5 -c rwp -l 0x2c80000
|
zonectl -d /dev/da5 -c rwp -l 0x2c80000
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Issue the Reset Write Pointer command to disk da5 for the zone
|
Issue the Reset Write Pointer command to disk da5 for the zone
|
||||||
that starts at LBA 0x2c80000.
|
that starts at LBA 0x2c80000.
|
||||||
.Pp
|
|
||||||
.Bd -literal -offset indent
|
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Kenneth Merry Aq ken@FreeBSD.org
|
.An Kenneth Merry Aq ken@FreeBSD.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user