diff options
author | bunder2015 <[email protected]> | 2017-07-27 22:06:34 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-07-28 11:01:53 -0700 |
commit | e0031d86b760c548c52cc10718c96e0aeeaa24e4 (patch) | |
tree | 509881782139ad532f87dc65e5839c03c86046cf | |
parent | ccad64314ab55963c1a0731ff62c8cf6c6976f28 (diff) |
Correct man page generation
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #6409
Closes #6411
-rw-r--r-- | man/man8/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index fa58a628d..422d3e666 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -4,7 +4,7 @@ dist_man_MANS = \ vdev_id.8 \ zdb.8 \ zfs.8 \ - zgenhostid.8 + zgenhostid.8 \ zinject.8 \ zpool.8 \ zstreamdump.8 |