From: Peter Krempa Date: Wed, 3 Apr 2013 09:37:41 +0000 (+0200) Subject: virsh: Fix typo in docs X-Git-Tag: v1.0.5-rc1~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f006f1956184184b7531b72231d43f3246cbfd32;p=thirdparty%2Flibvirt.git virsh: Fix typo in docs s/persitent/persistent/ --- diff --git a/tools/virsh.pod b/tools/virsh.pod index 9ca4435a10..1c8f9ee838 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2152,7 +2152,7 @@ Returns basic information about the I object. Returns the list of active networks, if I<--all> is specified this will also include defined but inactive networks, if I<--inactive> is specified only the inactive ones will be listed. You may also want to filter the returned networks -by I<--persistent> to list the persitent ones, I<--transient> to list the +by I<--persistent> to list the persistent ones, I<--transient> to list the transient ones, I<--autostart> to list the ones with autostart enabled, and I<--no-autostart> to list the ones with autostart disabled.