diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/zhack.1 | 1 | ||||
-rw-r--r-- | man/man5/Makefile.am | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/man1/zhack.1 b/man/man1/zhack.1 index 96910119c..11d300b70 100644 --- a/man/man1/zhack.1 +++ b/man/man1/zhack.1 @@ -93,7 +93,6 @@ descriptions_obj: .SH AUTHORS This man page was written by Darik Horn <[email protected]>. .SH SEE ALSO -.BR splat (1), .BR zfs (8), .BR zpool-features (5), .BR ztest (1) diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index 4746914c5..1c0683ee3 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,4 +1,9 @@ -dist_man_MANS = vdev_id.conf.5 zpool-features.5 zfs-module-parameters.5 zfs-events.5 +dist_man_MANS = \ + vdev_id.conf.5 \ + zpool-features.5 \ + spl-module-parameters.5 \ + zfs-module-parameters.5 \ + zfs-events.5 install-data-local: $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man5" |