Skip to content

Commit

Permalink
zstream.8: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
  • Loading branch information
nabijaczleweli committed May 27, 2021
1 parent 3ad803a commit 3c686b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions man/man8/zstream.8
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
.\"
.\" CDDL HEADER END
.\"
.\"
.\" Copyright (c) 2020 by Delphix. All rights reserved.
.\"
.Dd May 8, 2021
.Dt ZSTREAM 8
.Os
.
.Sh NAME
.Nm zstream
.Nd manipulate zfs send streams
.Nd manipulate ZFS send streams
.Sh SYNOPSIS
.Nm
.Cm dump
Expand All @@ -38,11 +39,11 @@
.Nm
.Cm token
.Ar resume_token
.
.Sh DESCRIPTION
.sp
The
.Sy zstream
utility manipulates zfs send streams, which are the output of the
utility manipulates ZFS send streams output by the
.Sy zfs send
command.
.Bl -tag -width ""
Expand Down Expand Up @@ -102,16 +103,15 @@ command is provided a
containing a deduplicated send stream, and outputs an equivalent
non-deduplicated send stream on standard output.
Therefore, a deduplicated send stream can be received by running:
.Bd -literal
# zstream redup DEDUP_STREAM_FILE | zfs receive ...
.Ed
.Dl # Nm zstream Cm redup Pa DEDUP_STREAM_FILE | Nm zfs Cm receive No
.Bl -tag -width "-D"
.It Fl v
Verbose.
Print summary of converted records.
.El
.El
.
.Sh SEE ALSO
.Xr zfs 8 ,
.Xr zfs-send 8 ,
.Xr zfs-receive 8
.Xr zfs-receive 8 ,
.Xr zfs-send 8

0 comments on commit 3c686b8

Please sign in to comment.