diff options
author | bunder2015 <[email protected]> | 2017-07-27 22:06:34 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-07-27 19:06:34 -0700 |
commit | 0f69f42b43637548bec225ed25fa71b032de114e (patch) | |
tree | 509881782139ad532f87dc65e5839c03c86046cf /man/man8/Makefile.am | |
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 #6410
Diffstat (limited to 'man/man8/Makefile.am')
-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 |