From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQGIL-0000hF-FF for qemu-devel@nongnu.org; Wed, 19 Mar 2014 09:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQGIF-0003eT-It for qemu-devel@nongnu.org; Wed, 19 Mar 2014 09:12:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQGIF-0003eD-Bb for qemu-devel@nongnu.org; Wed, 19 Mar 2014 09:12:27 -0400 From: Kevin Wolf Date: Wed, 19 Mar 2014 14:12:01 +0100 Message-Id: <1395234727-6841-3-git-send-email-kwolf@redhat.com> In-Reply-To: <1395234727-6841-1-git-send-email-kwolf@redhat.com> References: <1395234727-6841-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 2/8] qemu-io-cmds: Fixed typo in example for writev. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, anthony@codemonkey.ws From: Maria Kustova Signed-off-by: Maria Kustova Reviewed-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- qemu-io-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index fb1db53..60c1ceb 100644 --- a/qemu-io-cmds.c +++ b/qemu-io-cmds.c @@ -1087,7 +1087,7 @@ writev_help(void) " writes a range of bytes from the given offset source from multiple buffers\n" "\n" " Example:\n" -" 'write 512 1k 1k' - writes 2 kilobytes at 512 bytes into the open file\n" +" 'writev 512 1k 1k' - writes 2 kilobytes at 512 bytes into the open file\n" "\n" " Writes into a segment of the currently open file, using a buffer\n" " filled with a set pattern (0xcdcdcdcd).\n" -- 1.8.3.1