From: loli10K Date: Mon, 4 Feb 2019 17:13:00 +0000 (+0100) Subject: zstreamdump: -d option is not documented in manpage X-Git-Tag: zfs-0.8.0~187 X-Git-Url: https://git.proxmox.com/?p=mirror_zfs.git;a=commitdiff_plain;h=1a745ef62ebdab0e1022908fc9c3280746acf462 zstreamdump: -d option is not documented in manpage This change simply documents the missing -d (dump contents) option in zstreamdump(8). Reviewed-by: bunder2015 Reviewed-by: Brian Behlendorf Reviewed-by: Igor Kozhukhov Reviewed-by: George Melikov Signed-off-by: loli10K Closes #8369 --- 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