diff options
author | Brian Behlendorf <[email protected]> | 2013-02-04 12:08:25 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-02-04 12:10:11 -0800 |
commit | 3795ae5ed7a82aef8a1f2b19f871503fe8cfe3d8 (patch) | |
tree | ecf7b5c7bdada81b2617eb88e66543cebeb32fc0 | |
parent | a997dfbaf0c7b95700dedbfe0e704c8cab9f2a34 (diff) |
Add zpool-features(5) man page
The zpool-features(5) man page was accidentally omitted from the
build target when feature flags was merged. As a result it doesn't
get installed as part of 'make install' so none of the packages
include this man page.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1262
-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 9bb25fd23..aac4d0bfc 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,4 +1,4 @@ -man_MANS = vdev_id.conf.5 +man_MANS = vdev_id.conf.5 zpool-features.5 EXTRA_DIST = $(man_MANS) install-data-local: |