diff options
author | Martin Matuska <[email protected]> | 2012-08-29 21:23:12 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-09-02 14:54:27 -0700 |
commit | b79fc3fea9e9f26e0e65665243d569d8907ac279 (patch) | |
tree | 6beb2ede0f51490d0313924582c66b7d6d38c2e6 /man/man8/Makefile.am | |
parent | 20a083cbe29b5eb082c577e9c0194d036effaa59 (diff) |
Add zstreamdump(8) command to examine ZFS send streams.
Obtained from: illumos-gate revision 11935:538c866aaac6
Source: ssh://[email protected]/illumos-gate
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #905
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 619d74fc3..05ca1ce31 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -1,4 +1,4 @@ -man_MANS = vdev_id.8 zdb.8 zfs.8 zpool.8 +man_MANS = vdev_id.8 zdb.8 zfs.8 zpool.8 zstreamdump.8 EXTRA_DIST = $(man_MANS) install-data-local: |