aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri <yuri@aetern.org>2023-02-24 20:15:20 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-25 16:24:20 +0000
commit996d07a059cf04d912068bc0b06ebd2f3b7cbcc0 (patch)
treef0a56201f767959380dc3b067d7b07504fd7880c
parent3b7d00ddbd8110ebc03f899a647d70c769182cf2 (diff)
downloadsrc-996d07a059cf04d912068bc0b06ebd2f3b7cbcc0.tar.gz
src-996d07a059cf04d912068bc0b06ebd2f3b7cbcc0.zip
zpool: install vdevprops(7) man page
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/666
-rw-r--r--cddl/sbin/zpool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile
index 7020439a4366..c08de1747cf1 100644
--- a/cddl/sbin/zpool/Makefile
+++ b/cddl/sbin/zpool/Makefile
@@ -14,6 +14,7 @@ PACKAGE= zfs
PROG= zpool
MAN= \
spl.4 \
+ vdevprops.7 \
zfs.4 \
zpool.8 \
zpool-add.8 \