From patchwork Tue Mar 16 18:12:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 47887 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EAF1CB7D4C for ; Wed, 17 Mar 2010 05:31:58 +1100 (EST) Received: from localhost ([127.0.0.1]:44781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrbHa-0000HN-F9 for incoming@patchwork.ozlabs.org; Tue, 16 Mar 2010 14:14:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrbGJ-0000HF-AJ for qemu-devel@nongnu.org; Tue, 16 Mar 2010 14:13:03 -0400 Received: from [199.232.76.173] (port=41308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrbGI-0000H7-Jp for qemu-devel@nongnu.org; Tue, 16 Mar 2010 14:13:02 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrbGH-0006gX-6u for qemu-devel@nongnu.org; Tue, 16 Mar 2010 14:13:02 -0400 Received: from verein.lst.de ([213.95.11.210]:42469) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NrbGG-0006gK-Ix for qemu-devel@nongnu.org; Tue, 16 Mar 2010 14:13:01 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id o2GICwWY010570 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 16 Mar 2010 19:12:58 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-7.2) id o2GICwDb010568 for qemu-devel@nongnu.org; Tue, 16 Mar 2010 19:12:58 +0100 Date: Tue, 16 Mar 2010 19:12:58 +0100 From: Christoph Hellwig To: qemu-devel@nongnu.org Message-ID: <20100316181258.GA10555@lst.de> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Scanned-By: MIMEDefang 2.39 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH] qemu-io: fix aio help texts X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Fix a few typos in the helptexts for the various aio commands. Signed-off-by: Christoph Hellwig Index: qemu/qemu-io.c =================================================================== --- qemu.orig/qemu-io.c 2010-03-16 19:07:43.089009269 +0100 +++ qemu/qemu-io.c 2010-03-16 19:08:36.597005148 +0100 @@ -904,8 +904,8 @@ aio_read_help(void) "\n" " Reads a segment of the currently open file, optionally dumping it to the\n" " standard output stream (with -v option) for subsequent inspection.\n" -" The read is performed asynchronously and should the aio_flush command \n" -" should be used to ensure all outstanding aio requests have been completed\n" +" The read is performed asynchronously and the aio_flush command must be\n" +" to ensure all outstanding aio requests have been completed\n" " -C, -- report statistics in a machine parsable format\n" " -P, -- use a pattern to verify read data\n" " -v, -- dump buffer to standard output\n" @@ -1003,8 +1003,8 @@ aio_write_help(void) "\n" " Writes into a segment of the currently open file, using a buffer\n" " filled with a set pattern (0xcdcdcdcd).\n" -" The write is performed asynchronously and should the aio_flush command \n" -" should be used to ensure all outstanding aio requests have been completed\n" +" The write is performed asynchronously and the aio_flush command must be\n" +" used to ensure all outstanding aio requests have been completed\n" " -P, -- use different pattern to fill file\n" " -C, -- report statistics in a machine parsable format\n" " -q, -- quite mode, do not show I/O statistics\n" @@ -1095,7 +1095,7 @@ aio_flush_f(int argc, char **argv) static const cmdinfo_t aio_flush_cmd = { .name = "aio_flush", .cfunc = aio_flush_f, - .oneline = "completes all outstanding aio requets" + .oneline = "completes all outstanding aio requests" }; static int