Commit db2d5eba authored by Lei Li's avatar Lei Li Committed by Stefan Hajnoczi
Browse files

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: default avatarLei Li <lilei@linux.vnet.ibm.com>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent d37e12a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}.