From patchwork Thu Mar 7 07:50:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lei Li X-Patchwork-Id: 225755 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4FF952C038B for ; Thu, 7 Mar 2013 18:51:09 +1100 (EST) Received: from localhost ([::1]:51750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVbX-0003OC-HB for incoming@patchwork.ozlabs.org; Thu, 07 Mar 2013 02:51:07 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVbH-0003O7-7u for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:50:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDVbF-0002Sg-TH for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:50:51 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:46918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVbF-0002SC-6d for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:50:49 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Mar 2013 17:44:12 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp02.au.ibm.com (202.81.31.208) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 7 Mar 2013 17:44:09 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 4014D2CE804D for ; Thu, 7 Mar 2013 18:50:40 +1100 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r277oaP544695594 for ; Thu, 7 Mar 2013 18:50:37 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r277odJX015141 for ; Thu, 7 Mar 2013 18:50:39 +1100 Received: from localhost.cn.ibm.com ([9.115.122.212]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r277obru015118; Thu, 7 Mar 2013 18:50:38 +1100 From: Lei Li To: qemu-devel@nongnu.org Date: Thu, 7 Mar 2013 15:50:26 +0800 Message-Id: <1362642626-22763-1-git-send-email-lilei@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.7.6 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13030707-5490-0000-0000-0000031396AD X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 202.81.31.144 Cc: Lei Li Subject: [Qemu-devel] [PATCH] Fix the wrong description in qemu manual X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Fix LP#1151450 the wrong description in qemu manual: 'qemu-system-x86_84' should be 'qemu-system-x86_64'. Signed-off-by: Lei Li --- 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}.