diff options
author | DHE <[email protected]> | 2015-04-18 07:07:53 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-04-23 13:59:00 -0700 |
commit | 614e598c88446df9a6e2b59ba8ad0919628935b8 (patch) | |
tree | 2ec27753db0bbcf373663f354276ee5ef77d8afd | |
parent | de6d1976835959275fbdc00d74bb8fb86071f079 (diff) |
Fix formatting error in zfs(8)
Commit b1a3e93217e6e474e86345010469994c066cf875 accidentally
introduced an intentation error between the 'zfs receive'
and 'zfs allow' detailed documentation sections.
Signed-off-by: DHE <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3312
-rw-r--r-- | man/man8/zfs.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index ad9615972..eaf4709fe 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2898,6 +2898,8 @@ Do not actually receive the stream. This can be useful in conjunction with the \ Force a rollback of the file system to the most recent snapshot before performing the receive operation. If receiving an incremental replication stream (for example, one generated by \fBzfs send -R -[iI]\fR), destroy snapshots and file systems that do not exist on the sending side. .RE +.RE + .sp .ne 2 .mk |