diff options
author | Martin Matuška <[email protected]> | 2021-03-12 04:42:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-11 19:42:04 -0800 |
commit | b8fa03efbc721ee98ad9d5e0bf9ce6f72f2a8eb2 (patch) | |
tree | ddb009bfa634fb5a0fa42fcb080adb457c77ec75 | |
parent | 35aa9dc6dfddb319bed027e1eebb17ff226bd2bc (diff) |
Fix whitespace introduced in ecc277cff
The manual page change in ecc277c has introduced whitespace on
line ends.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Martin Matuska <[email protected]>
Closes #11722
-rw-r--r-- | man/man8/zfs-receive.8 | 14 | ||||
-rw-r--r-- | man/man8/zfs-send.8 | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/man/man8/zfs-receive.8 b/man/man8/zfs-receive.8 index 982e3b961..36ed20506 100644 --- a/man/man8/zfs-receive.8 +++ b/man/man8/zfs-receive.8 @@ -261,15 +261,15 @@ causes the property to be inherited by all descendant datasets, as through was run on any descendant datasets that have this property set on the sending system. .Pp -If the send stream was sent with +If the send stream was sent with .Fl c -then overriding the -.Sy compression -property will have no affect on received data but the +then overriding the .Sy compression -property will be set. To have the data recompressed on receive remove the -.Fl c -flag from the send stream. +property will have no affect on received data but the +.Sy compression +property will be set. To have the data recompressed on receive remove the +.Fl c +flag from the send stream. .Pp Any editable property can be set at receive time. Set-once properties bound to the received data, such as diff --git a/man/man8/zfs-send.8 b/man/man8/zfs-send.8 index 91c1484c7..4156db4f6 100644 --- a/man/man8/zfs-send.8 +++ b/man/man8/zfs-send.8 @@ -189,12 +189,12 @@ feature is enabled on the sending system but the option is not supplied in conjunction with .Fl c , then the data will be decompressed before sending so it can be split into -smaller block sizes. Streams sent with +smaller block sizes. Streams sent with .Fl c will not have their data recompressed on the receiver side using .Fl o compress=value. The data will stay compressed as it was from the sender. The new compression -property will be set for future data. +property will be set for future data. .It Fl w, -raw For encrypted datasets, send data exactly as it exists on disk. This allows backups to be taken even if encryption keys are not currently loaded. The |