svn commit: r239022 - head/sbin/geom/class/virstor

Jim Harris jimharris at FreeBSD.org
Fri Aug 3 20:30:40 UTC 2012


Author: jimharris
Date: Fri Aug  3 20:30:40 2012
New Revision: 239022
URL: http://svn.freebsd.org/changeset/base/239022

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

Modified:
  head/sbin/geom/class/virstor/gvirstor.8

Modified: head/sbin/geom/class/virstor/gvirstor.8
==============================================================================
--- head/sbin/geom/class/virstor/gvirstor.8	Fri Aug  3 20:24:16 2012	(r239021)
+++ head/sbin/geom/class/virstor/gvirstor.8	Fri Aug  3 20:30:40 2012	(r239022)
@@ -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
 .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 .


More information about the svn-src-head mailing list