diff options
-rw-r--r-- | man/man8/zstreamdump.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/man8/zstreamdump.8 b/man/man8/zstreamdump.8 index dc88dfb13..d14edd492 100644 --- a/man/man8/zstreamdump.8 +++ b/man/man8/zstreamdump.8 @@ -9,7 +9,7 @@ zstreamdump \- filter data in zfs send stream .SH SYNOPSIS .LP .nf -\fBzstreamdump\fR [\fB-C\fR] [\fB-v\fR] +\fBzstreamdump\fR [\fB-C\fR] [\fB-v\fR] [\fB-d\fR] .fi .SH DESCRIPTION @@ -17,7 +17,7 @@ zstreamdump \- filter data in zfs send stream .LP The \fBzstreamdump\fR utility reads from the output of the \fBzfs send\fR command, then displays headers and some statistics from that output. See -\fBzfs\fR(1M). +\fBzfs\fR(8). .SH OPTIONS .sp .LP @@ -42,6 +42,16 @@ Suppress the validation of checksums. Verbose. Dump all headers, not only begin and end headers. .RE +.sp +.ne 2 +.na +\fB\fB-d\fR\fR +.ad +.sp .6 +.RS 4n +Dump contents of blocks modified. Implies verbose. +.RE + .SH SEE ALSO .sp .LP |