Skip to content

Commit 83419e8

Browse files
zstream.8: lint
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
1 parent 9cb0288 commit 83419e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

man/man8/zstream.8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
.\"
1919
.\" CDDL HEADER END
2020
.\"
21-
.\"
2221
.\" Copyright (c) 2020 by Delphix. All rights reserved.
22+
.\"
2323
.Dd May 8, 2021
2424
.Dt ZSTREAM 8
2525
.Os
26+
.
2627
.Sh NAME
2728
.Nm zstream
28-
.Nd manipulate zfs send streams
29+
.Nd manipulate ZFS send streams
2930
.Sh SYNOPSIS
3031
.Nm
3132
.Cm dump
@@ -38,11 +39,11 @@
3839
.Nm
3940
.Cm token
4041
.Ar resume_token
42+
.
4143
.Sh DESCRIPTION
42-
.sp
4344
The
4445
.Sy zstream
45-
utility manipulates zfs send streams, which are the output of the
46+
utility manipulates ZFS send streams output by the
4647
.Sy zfs send
4748
command.
4849
.Bl -tag -width ""
@@ -102,16 +103,15 @@ command is provided a
102103
containing a deduplicated send stream, and outputs an equivalent
103104
non-deduplicated send stream on standard output.
104105
Therefore, a deduplicated send stream can be received by running:
105-
.Bd -literal
106-
# zstream redup DEDUP_STREAM_FILE | zfs receive ...
107-
.Ed
106+
.Dl # Nm zstream Cm redup Pa DEDUP_STREAM_FILE | Nm zfs Cm receive No
108107
.Bl -tag -width "-D"
109108
.It Fl v
110109
Verbose.
111110
Print summary of converted records.
112111
.El
113112
.El
113+
.
114114
.Sh SEE ALSO
115115
.Xr zfs 8 ,
116-
.Xr zfs-send 8 ,
117-
.Xr zfs-receive 8
116+
.Xr zfs-receive 8 ,
117+
.Xr zfs-send 8

0 commit comments

Comments
 (0)