diff mbox series

trivial: Add missing "-m" parameter in docs/memory-hotplug.txt

Message ID 1505811746-29439-1-git-send-email-thuth@redhat.com
State New
Headers show
Series trivial: Add missing "-m" parameter in docs/memory-hotplug.txt | expand

Commit Message

Thomas Huth Sept. 19, 2017, 9:02 a.m. UTC
The example obviously lacks the "-m" parameter.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/memory-hotplug.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Igor Mammedov Sept. 21, 2017, 8:05 a.m. UTC | #1
On Tue, 19 Sep 2017 11:02:26 +0200
Thomas Huth <thuth@redhat.com> wrote:

> The example obviously lacks the "-m" parameter.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  docs/memory-hotplug.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt
> index 56bdd0a..d96397c 100644
> --- a/docs/memory-hotplug.txt
> +++ b/docs/memory-hotplug.txt
> @@ -24,7 +24,7 @@ Where,
>  
>  For example, the following command-line:
>  
> - qemu [...] 1G,slots=3,maxmem=4G
> + qemu [...] -m 1G,slots=3,maxmem=4G
>  
>  Creates a guest with 1GB of memory and three hotpluggable memory slots.
>  The hotpluggable memory slots are empty when the guest is booted, so all
Michael Tokarev Sept. 24, 2017, 8:51 p.m. UTC | #2
19.09.2017 12:02, Thomas Huth wrote:
> The example obviously lacks the "-m" parameter.

Applied to -trivial, thanks!

/mjt
diff mbox series

Patch

diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt
index 56bdd0a..d96397c 100644
--- a/docs/memory-hotplug.txt
+++ b/docs/memory-hotplug.txt
@@ -24,7 +24,7 @@  Where,
 
 For example, the following command-line:
 
- qemu [...] 1G,slots=3,maxmem=4G
+ qemu [...] -m 1G,slots=3,maxmem=4G
 
 Creates a guest with 1GB of memory and three hotpluggable memory slots.
 The hotpluggable memory slots are empty when the guest is booted, so all