OpenZFS 10473 - zfs(1M) missing cross-reference to zfs-program(1M) #8711
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
This ports an OpenZFS commit:
OpenZFS-issue: https://www.illumos.org/issues/10473
OpenZFS-commit: illumos/illumos-gate@736e67003
Description
One part of this commit was already applied. The only remaining substance is to add a cross-reference to
zfs-program.8
at the end ofzfs.8
.The date change will ultimately conflict with #8710 since there were later changes. If this is accepted first, the porting will be closer to 1:1, but it really doesn't matter, as long as the latter date is kept in the end.
How Has This Been Tested?
I viewed the man page with
man
.Types of changes
Checklist:
Signed-off-by
.Note that this does NOT have a Signed-off-by, as the convention seems to be to omit that when porting OpenZFS commits, in favor of Ported-by:.