diff options
author | Randall Mason <[email protected]> | 2014-11-07 12:34:11 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-11-14 15:48:51 -0800 |
commit | 33c08194254d42342d1c4e323eb0058df38d15b6 (patch) | |
tree | 2f198681abe62ef9ee3564bb60de1981e508d9bb /man | |
parent | fb42a4932886656a5e3a8a4cde6ea76ca7fbae7c (diff) |
Fix small spelling mistake
recieve becomes receive
Signed-off-by: Randall Mason <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2877
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index f36028a0b..45fafb9a9 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2673,7 +2673,7 @@ If the \fB-i\fR or \fB-I\fR flags are used in conjunction with the \fB-R\fR flag .ad .sp .6 .RS 4n -Generate a deduplicated stream. Blocks which would have been sent multiple times in the send stream will only be sent once. The receiving system must also support this feature to recieve a deduplicated stream. This flag can be used regardless of the dataset's dedup property, but performance will be much better if the filesystem uses a dedup-capable checksum (eg. sha256). +Generate a deduplicated stream. Blocks which would have been sent multiple times in the send stream will only be sent once. The receiving system must also support this feature to receive a deduplicated stream. This flag can be used regardless of the dataset's dedup property, but performance will be much better if the filesystem uses a dedup-capable checksum (eg. sha256). .RE .sp |