From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwJr-00073M-Mw for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:22:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDwJn-0004Ep-Ic for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:22:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwJn-0004Ek-CV for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:22:35 -0500 From: Stefan Hajnoczi Date: Fri, 8 Mar 2013 13:21:35 +0100 Message-Id: <1362745295-16398-9-git-send-email-stefanha@redhat.com> In-Reply-To: <1362745295-16398-1-git-send-email-stefanha@redhat.com> References: <1362745295-16398-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 8/8] Fix the wrong description in qemu manual List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Lei Li , Stefan Hajnoczi From: Lei Li 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 --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. -- 1.8.1.4