[virt-tools-list] [virt-manager PATCH] man: fix an incorrect description in virt-install man page
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Wed Jun 4 08:40:53 UTC 2014
Actually --pm accepts suspend_to_mem rather than suspend_to_ram.
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
man/virt-install.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 7268a64..5e90b57 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -276,7 +276,7 @@ Use --clock=? to see a list of all available sub options. Complete details at L<
=item --pm=PMOPTS
-Configure guest power management features. Example suboptions include suspend_to_ram=on|off and suspend_to_disk=on|off
+Configure guest power management features. Example suboptions include suspend_to_mem=on|off and suspend_to_disk=on|off
Use --pm=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsPowerManagement>
--
1.9.0
More information about the virt-tools-list
mailing list