diff options
author | Turbo Fredriksson <[email protected]> | 2014-06-03 16:36:14 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-07-25 11:58:36 -0700 |
commit | a60e668bd2d4c91ce1398bcf2f51636973abdd19 (patch) | |
tree | 4972e9992b41cc2749d4dc867cb30924b3f9b117 /man/man5/Makefile.am | |
parent | 093219a6b333d9e04dde3cbb282d262016ad5ef6 (diff) |
Initial attempt to document events and payloads.
In no way complete - most have been trial and error and some
deducing what they could mean. It needs more information from
someone that knows the code better. But this is a start and
it lays the basic structure for adding this additional detail.
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2357
Diffstat (limited to 'man/man5/Makefile.am')
-rw-r--r-- | man/man5/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index fcb73f4a0..4746914c5 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,4 +1,4 @@ -dist_man_MANS = vdev_id.conf.5 zpool-features.5 zfs-module-parameters.5 +dist_man_MANS = vdev_id.conf.5 zpool-features.5 zfs-module-parameters.5 zfs-events.5 install-data-local: $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man5" |