Skip to content

Commit

Permalink
checkstyle fixes in the man page
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 23, 2022
1 parent 43f3195 commit c4f51c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions man/man8/zstream.8
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.Nm
.Cm decompress
.Op Fl v
.Oo Ar object Ns Sy \&, Ns Ar offset Ns Op Sy \&, Ns Ar type Oc Ns ...
.Op Ar object Ns Sy \&, Ns Ar offset Ns Op Sy \&, Ns Ar type Ns ...
.Nm
.Cm redup
.Op Fl v
Expand Down Expand Up @@ -87,7 +87,8 @@ Dumps zfs resume token information
.It Xo
.Nm
.Cm decompress
.Oo Ar object Ns Sy \&, Ns Ar offset Ns Op Sy \&, Ns Ar type Oc Ns ...
.Op Fl v
.Op Ar object Ns Sy \&, Ns Ar offset Ns Op Sy \&, Ns Ar type Ns ...
.Xc
Decompress selected records in a ZFS send stream provided on standard input,
when the compression type recorded in ZFS metadata may be incorrect.
Expand Down Expand Up @@ -147,15 +148,15 @@ Print summary of converted records.
.Sh EXAMPLES
Heal a dataset that was corrupted due to OpenZFS bug #12762.
First, determine which records are corrupt.
That cannot be done automatically; it requires information beyond ZFS's metadata.
That cannot be done automatically; it requires information beyond ZFS's
metadata.
If object
.Sy 128
is corrupted at offset
.Sy 0
and is compressed using
.Sy lz4 ,
then run this command:
.Xc
.Bd -literal
.No # Nm zfs Ar send Fl c Ar | Nm zstream decompress Ar 128,0,lz4 | \
Nm zfs recv Ar
Expand Down

0 comments on commit c4f51c9

Please sign in to comment.