Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs(8) fixes #5906

Merged
merged 1 commit into from
Mar 20, 2017
Merged

zfs(8) fixes #5906

merged 1 commit into from
Mar 20, 2017

Conversation

DeHackEd
Copy link
Contributor

Description

  • White space issue in the userused@user property section
  • zfs send supports using bookmarks as the origin snapshot

Motivation and Context

Informational for the user and fixes white-space errors

How Has This Been Tested?

LGTM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (I edit this template to suit my needs)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • Change has been approved by a ZFS on Linux member.

@mention-bot
Copy link

@DeHackEd, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edillmann, @behlendorf and @nedbass to be potential reviewers.

man/man8/zfs.8 Outdated
@@ -2723,20 +2724,20 @@ See \fBzpool-features\fR(5) for details on ZFS feature flags and the
.RE
.sp
.ne 2
.na
\fBzfs send\fR [\fB-DnPpRveLc\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR
.na
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace (hyper nitpick)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed and updated version pushed. Thanks.

* White space issue in the userused@user property section
* zfs send supports using bookmarks as the origin snapshot
@behlendorf behlendorf merged commit f974e41 into openzfs:master Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants