zfs icon indicating copy to clipboard operation
zfs copied to clipboard

one-word manpage correction: snapshot->rollback

Open a1ea321 opened this issue 8 months ago • 0 comments

This commit fixes what is probably a copy-paste mistake. The dracut.zfs manpage claims that the bootfs.rollback option executes zfs snapshot -Rf. zfs snapshot does not have a -R option. zfs rollback does.

How Has This Been Tested?

Not tested.

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)
  • [ ] Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • [x] Documentation (a change to man pages or other documentation)

Checklist:

  • [ ] My code follows the OpenZFS code style requirements.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the contributing document.
  • [ ] I have added tests to cover my changes.
  • [ ] I have run the ZFS Test Suite with this change applied.
  • [x] All commit messages are properly formatted and contain Signed-off-by.

a1ea321 avatar Jun 24 '24 11:06 a1ea321