diff options
author | Richard Laager <[email protected]> | 2019-05-06 12:37:18 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-05-06 10:37:18 -0700 |
commit | bca06413f7db1b04a943c04e7bacbcfa13a6727d (patch) | |
tree | 41dbe1cc2c9edd30776622b5968be4f6ce902a84 | |
parent | a7628932695997e87e6f03531a9ff342e2e1e1d6 (diff) |
OpenZFS 10473 - zfs(1M) missing cross-reference to zfs-program(1M)
Authored by: Jason King <[email protected]>
Reviewed by: Toomas Soome <[email protected]>
Reviewed by: Andy Fiddaman <[email protected]>
Reviewed by: Peter Tribble <[email protected]>
Reviewed by: Gergő Mihály Doma <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Richard Laager <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/10473
OpenZFS-commit: https://github.com/illumos/illumos-gate/commit/736e67003
Closes #8711
-rw-r--r-- | man/man8/zfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 7c8e5bc2e..06cc9cb09 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -30,7 +30,7 @@ .\" Copyright 2018 Nexenta Systems, Inc. .\" Copyright 2018 Joyent, Inc. .\" -.Dd Jan 05, 2019 +.Dd February 26, 2019 .Dt ZFS 8 SMM .Os Linux .Sh NAME @@ -5086,4 +5086,5 @@ command will be undone if the share is ever unshared (such as at a reboot etc). .Xr mount 8 , .Xr net 8 , .Xr selinux 8 , +.Xr zfs-program 8 , .Xr zpool 8 |