.SH DESCRIPTION
.B blkreport
is used to report device zone information. This is useful for
-zoned devices that support the ZAC or ZBC command set.
+devices that support the Zoned Block Commands (ZBC) or Zoned-device ATA
+Commands (ZAC).
.PP
By default,
.B blkreport
.TP
.BR \-h , " \-\-help"
Display help text and exit.
+.SH REPORT OUTPUT
+.TS
+tab(:);
+left l l.
+start:Zone start sector
+len:Zone length in number of sectors
+wptr:Zone write pointer position
+reset:Reset write pointer recommended
+non-seq:Non-sequential write resources active
+cond:Zone condition
+type:Zone type
+.TE
+.SS Zone conditions
+.TS
+tab(:);
+left l l.
+Cl:closed
+cv:conventional zone
+e0:empty
+fu:full
+Oe:open explicit
+Oi:open implicit
+OL:offline
+ro:read only
+x?:reserved conditions (should not be reported)
+.TE
.SH AUTHOR
.MT shaun@tancheff.com
Shaun Tancheff
.IR count ]
.SH DESCRIPTION
.B blkreset
-is used to reset one or more zones. This is useful for
-zoned devices that support the ZAC or ZBC command set.
-Unlike
+is used to reset one or more zones. This is useful for devices that support
+Zoned Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). Unlike
.BR sg_reset_wp (8) ,
this command operates from the block layer and can reset a range of zones.
.PP
By default,
.B blkreset
-will operate on the zone at device logical sector 0. Options may be used to
+will operate on the zone at device logical sector 0. Options may be used to
modify this behavior as well as specify the operation to be performed on
the zone, as explained below.
.PP
The default value is zero.
.TP
.BR \-c , " \-\-count "\fIlength\fP
-The number of zones to be reset starting from offset. Default is 1 zone.
+The number of zones to be reset starting from offset. Default is 1 zone.
.TP
.BR \-V , " \-\-version"
Display version information and exit.