mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Fix typo "/zbin/zpool" -> "/sbin/zpool"
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes #8643
This commit is contained in:
parent
a35c12073c
commit
f8b2ca6b1c
@ -68,7 +68,7 @@
|
|||||||
* of libzfs_core. For example, libzfs may implement "zfs send -R |
|
* of libzfs_core. For example, libzfs may implement "zfs send -R |
|
||||||
* zfs receive" by using individual "send one snapshot", rename,
|
* zfs receive" by using individual "send one snapshot", rename,
|
||||||
* destroy, and "receive one snapshot" operations in libzfs_core.
|
* destroy, and "receive one snapshot" operations in libzfs_core.
|
||||||
* /sbin/zfs and /zbin/zpool will link with both libzfs and
|
* /sbin/zfs and /sbin/zpool will link with both libzfs and
|
||||||
* libzfs_core. Other consumers should aim to use only libzfs_core,
|
* libzfs_core. Other consumers should aim to use only libzfs_core,
|
||||||
* since that will be the supported, stable interface going forwards.
|
* since that will be the supported, stable interface going forwards.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user