diff --git a/tools/virsh.pod b/tools/virsh.pod index 7fb89e41ee..b5e632e9ea 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2034,19 +2034,20 @@ The I<--disable> option disable autostarting. =item B I -Create a virtual network from an XML I, see the documentation at -L to get a description of the -XML network format used by libvirt. +Create a transient (temporary) virtual network from an +XML I and instantiate (start) the network. +See the documentation at L +to get a description of the XML network format used by libvirt. =item B I -Define a virtual network from an XML I, the network is just defined but -not instantiated. +Define a persistent virtual network from an XML I, the network is just +defined but not instantiated (started). =item B I -Destroy (stop) a given virtual network specified by its name or UUID. This -takes effect immediately. +Destroy (stop) a given transient or persistent virtual network +specified by its name or UUID. This takes effect immediately. =item B I [I<--inactive>]