From: Lei Li Date: Thu, 7 Mar 2013 07:50:26 +0000 (+0800) Subject: Fix the wrong description in qemu manual X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~2331^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db2d5eba652ecb7420ac4ef79fc747ef391ad0d9;p=sdk%2Femulator%2Fqemu.git Fix the wrong description in qemu manual Fix LP#1151450 the wrong description in qemu manual: 'qemu-system-x86_84' should be 'qemu-system-x86_64'. Signed-off-by: Lei Li Signed-off-by: Stefan Hajnoczi --- 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}.