diff options
Diffstat (limited to 'sbin/geom')
-rw-r--r-- | sbin/geom/class/Makefile | 1 | ||||
-rw-r--r-- | sbin/geom/core/geom.8 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 0fb33b1..84185cf 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -5,6 +5,7 @@ SUBDIR+=label SUBDIR+=mirror SUBDIR+=nop SUBDIR+=raid3 +SUBDIR+=shsec SUBDIR+=stripe .include <bsd.subdir.mk> diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index a5505fa..f6fda36 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -121,6 +121,7 @@ Exit status is 0 on success, and 1 if the command fails. .Xr gmirror 8 , .Xr gnop 8 , .Xr graid3 8 , +.Xr gshsec 8 .Xr gstripe 8 .Sh HISTORY The |