From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O76ak-0005NB-0Z for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:42:14 -0400 Received: from [140.186.70.92] (port=58278 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O76ae-0005LL-QM for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O76aZ-0002oK-Hq for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:42:08 -0400 Received: from smtp2a.orange.fr ([80.12.242.139]:4083) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O76aZ-0002oC-DO for qemu-devel@nongnu.org; Wed, 28 Apr 2010 08:42:03 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a08.orange.fr (SMTP Server) with ESMTP id 1CC767000981 for ; Wed, 28 Apr 2010 14:42:02 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a08.orange.fr (SMTP Server) with ESMTP id 105667000B6D for ; Wed, 28 Apr 2010 14:42:02 +0200 (CEST) Received: from tmonjalo-laptop (LPuteaux-156-15-47-90.w82-127.abo.wanadoo.fr [82.127.74.90]) by mwinf2a08.orange.fr (SMTP Server) with ESMTP id B39B67000981 for ; Wed, 28 Apr 2010 14:42:01 +0200 (CEST) From: Thomas Monjalon Date: Wed, 28 Apr 2010 14:42:01 +0200 Message-Id: <1272458521-21824-1-git-send-email-thomas_ml@monjalon.net> Subject: [Qemu-devel] [PATCH] fix old typos in help header List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Thomas Monjalon 1) Qemu is not only a PC emulator. 2) "image image" has already been changed to "disk image" in qemu-doc.texi Signed-off-by: Thomas Monjalon --- vl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index a485c58..5e03b72 100644 --- a/vl.c +++ b/vl.c @@ -2001,7 +2001,7 @@ static void main_loop(void) static void version(void) { - printf("QEMU PC emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"); + printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"); } static void help(int exitcode) @@ -2018,7 +2018,7 @@ static void help(int exitcode) version(); printf("usage: %s [options] [disk_image]\n" "\n" - "'disk_image' is a raw hard image image for IDE hard disk 0\n" + "'disk_image' is a raw hard disk image for IDE hard disk 0\n" "\n" "%s\n" "During emulation, the following keys are useful:\n" -- 1.7.1