From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nvpaw-0005hp-KV for qemu-devel@nongnu.org; Sun, 28 Mar 2010 06:19:50 -0400 Received: from [140.186.70.92] (port=40058 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nvpau-0005hc-Vk for qemu-devel@nongnu.org; Sun, 28 Mar 2010 06:19:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nvpat-0000d5-6s for qemu-devel@nongnu.org; Sun, 28 Mar 2010 06:19:48 -0400 Received: from verein.lst.de ([213.95.11.210]:54181) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nvpas-0000cO-NC for qemu-devel@nongnu.org; Sun, 28 Mar 2010 06:19:47 -0400 Date: Sun, 28 Mar 2010 12:19:31 +0200 From: Christoph Hellwig Message-ID: <20100328101931.GA7421@lst.de> References: <20100316181258.GA10555@lst.de> <20100327123354.GA19681@volta.aurel32.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100327123354.GA19681@volta.aurel32.net> Subject: [Qemu-devel] [PATCH v2] qemu-io: fix aio help texts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Fix a few typos in the help texts 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