Document "destroy" as an alias for "stop".

This commit is contained in:
Jim Harris 2012-08-03 20:30:40 +00:00
parent c1d00eabe8
commit ad8131190f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239022

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 24, 2011
.Dd August 3, 2012
.Dt GVIRSTOR 8
.Os
.Sh NAME
@ -43,6 +43,10 @@
.Op Fl fv
.Ar name ...
.Nm
.Cm destroy
.Op Fl fv
.Ar name ...
.Nm
.Cm add
.Op Fl vh
.Ar name prov ...
@ -107,6 +111,9 @@ Turn off an existing virtual device with the given
.Ar name .
This command does not touch on-disk metadata.
As with other GEOM classes, stopped geoms cannot be started manually.
.It Cm destroy
Same as
.Cm stop.
.It Cm add
Adds new components to existing virtual device with the given
.Ar name .