From: Zeeshan Ali (Khattak) Date: Wed, 10 Oct 2012 19:44:35 +0000 (+0300) Subject: Correct name of domain/pm/suspend-to-mem in docs X-Git-Tag: v0.10.2.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71460b50b72943e50ccd488f1c1b2d9ef1151d09;p=thirdparty%2Flibvirt.git Correct name of domain/pm/suspend-to-mem in docs (cherry picked from commit 0ec6aebb6461b3d6ef71322114cf160ae2d3de19) --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index bc4cc4a2ab..687ff8fac2 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -983,7 +983,7 @@ ... <pm> <suspend-to-disk enabled='no'/> - <suspend-to-ram enabled='yes'/> + <suspend-to-mem enabled='yes'/> </pm> ...