# HG changeset patch # User Franz Glasner # Date 1669582912 -3600 # Node ID 6bdf954ad93ed2901e3eb82eb542171dc5ba498b # Parent e98bc7f408033948b07f432d5f6f7adea00b7435 Man: document that "fjail mount" and "fjail umount" are just aliases of the corresponding "fzfs" commands diff -r e98bc7f40803 -r 6bdf954ad93e docs/man/man8/fjail.rst --- a/docs/man/man8/fjail.rst Sun Nov 27 20:42:37 2022 +0100 +++ b/docs/man/man8/fjail.rst Sun Nov 27 22:01:52 2022 +0100 @@ -52,7 +52,10 @@ :manpage:`fjail-mount(8)` - Recursively mount a ZFS dataset and its children + Recursively mount a ZFS dataset and its children. + + It is just an alias for :command:`fzfs mount` + (see :manpage:`fzfs-mount(8)`). :manpage:`fjail-populate(8)` @@ -64,7 +67,10 @@ :manpage:`fjail-umount(8)` - Recursively unmount a ZFS datasets and its children + Recursively unmount a ZFS datasets and its children. + + It is just an alias for :command:`fzfs umount` + (see :manpage:`fzfs-umount(8)`). Implementation Notes