diff mbox

Fix the wrong description in qemu manual

Message ID 1362642626-22763-1-git-send-email-lilei@linux.vnet.ibm.com
State New
Headers show

Commit Message

Lei Li March 7, 2013, 7:50 a.m. UTC
Fix LP#1151450 the wrong description in qemu manual:

'qemu-system-x86_84' should be 'qemu-system-x86_64'.

Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
---
 qemu-options.hx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Markus Armbruster March 7, 2013, 9:05 a.m. UTC | #1
Copying qemu-trivial.

Lei Li <lilei@linux.vnet.ibm.com> writes:

> Fix LP#1151450 the wrong description in qemu manual:
>
> 'qemu-system-x86_84' should be 'qemu-system-x86_64'.
>
> Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
> ---
>  qemu-options.hx |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 6f9334a..cd76f2a 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2132,7 +2132,7 @@
> gluster[+transport]://[server[:port]]/volname/image[?socket=...]
>  
>  Example
>  @example
> -qemu-system-x86_84 --drive file=gluster://192.0.2.1/testvol/a.img
> +qemu-system-x86_64 --drive file=gluster://192.0.2.1/testvol/a.img
>  @end example
>  
>  See also @url{http://www.gluster.org}.
Stefan Hajnoczi March 7, 2013, 9:49 a.m. UTC | #2
On Thu, Mar 07, 2013 at 03:50:26PM +0800, Lei Li wrote:
> Fix LP#1151450 the wrong description in qemu manual:
> 
> 'qemu-system-x86_84' should be 'qemu-system-x86_64'.
> 
> Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
> ---
>  qemu-options.hx |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 6f9334a..cd76f2a 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2132,7 +2132,7 @@  gluster[+transport]://[server[:port]]/volname/image[?socket=...]
 
 Example
 @example
-qemu-system-x86_84 --drive file=gluster://192.0.2.1/testvol/a.img
+qemu-system-x86_64 --drive file=gluster://192.0.2.1/testvol/a.img
 @end example
 
 See also @url{http://www.gluster.org}.