diff options
Diffstat (limited to 'sbin/geom')
-rw-r--r-- | sbin/geom/core/geom.8 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index 2b9758f..72aff69 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -33,8 +33,24 @@ .Sh SYNOPSIS .Nm .Ar class -.Ar command -.Op Ar options +.Cm help +.Nm +.Ar class +.Cm list +.Op Ar name ... +.Nm +.Ar class +.Cm status +.Op Fl s +.Op Ar name ... +.Nm +.Ar class +.Cm load +.Op Fl v +.Nm +.Ar class +.Cm unload +.Op Fl v .Sh DESCRIPTION The .Nm |