From 996d07a059cf04d912068bc0b06ebd2f3b7cbcc0 Mon Sep 17 00:00:00 2001 From: Yuri Date: Fri, 24 Feb 2023 21:15:20 +0100 Subject: [PATCH] zpool: install vdevprops(7) man page Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/666 --- cddl/sbin/zpool/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile index 7020439a436..c08de1747cf 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 \