From patchwork Wed Jul 2 04:27:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Liu X-Patchwork-Id: 366241 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1AD971400B5 for ; Wed, 2 Jul 2014 14:28:28 +1000 (EST) Received: from localhost ([::1]:50943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2C9i-0003QV-0o for incoming@patchwork.ozlabs.org; Wed, 02 Jul 2014 00:28:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2C9M-00038j-GL for qemu-devel@nongnu.org; Wed, 02 Jul 2014 00:28:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2C9F-00005Y-0q for qemu-devel@nongnu.org; Wed, 02 Jul 2014 00:28:04 -0400 Received: from victor.provo.novell.com ([137.65.250.26]:44983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2C9E-0008V4-QP for qemu-devel@nongnu.org; Wed, 02 Jul 2014 00:27:56 -0400 Received: from linux-tt8j.lab.bej.apac.novell.com (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by victor.provo.novell.com with ESMTP (NOT encrypted); Tue, 01 Jul 2014 22:27:41 -0600 From: Chunyan Liu To: stefanha@redhat.com Date: Wed, 2 Jul 2014 12:27:29 +0800 Message-Id: <1404275249-7903-1-git-send-email-cyliu@suse.com> X-Mailer: git-send-email 1.8.4.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 137.65.250.26 Cc: qemu-devel@nongnu.org, Chunyan Liu Subject: [Qemu-devel] [PATCH] Fix nocow typos in manpage 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 Signed-off-by: Chunyan Liu --- qemu-doc.texi | 4 ++-- qemu-img.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index ad92c85..551619a 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -590,7 +590,7 @@ check -r all} is required, which may take some time. This option can only be enabled if @code{compat=1.1} is specified. @item nocow -If this option is set to @code{on}, it will trun off COW of the file. It's only +If this option is set to @code{on}, it will turn off COW of the file. It's only valid on btrfs, no effect on other file systems. Btrfs has low performance when hosting a VM image file, even more when the guest @@ -603,7 +603,7 @@ does. Note: this option is only valid to new or empty files. If there is an existing file which is COW and has data blocks already, it couldn't be changed to NOCOW by setting @code{nocow=on}. One can issue @code{lsattr filename} to check if -the NOCOW flag is set or not (Capitabl 'C' is NOCOW flag). +the NOCOW flag is set or not (Capital 'C' is NOCOW flag). @end table diff --git a/qemu-img.texi b/qemu-img.texi index 8496f3b..514be90 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -475,7 +475,7 @@ check -r all} is required, which may take some time. This option can only be enabled if @code{compat=1.1} is specified. @item nocow -If this option is set to @code{on}, it will trun off COW of the file. It's only +If this option is set to @code{on}, it will turn off COW of the file. It's only valid on btrfs, no effect on other file systems. Btrfs has low performance when hosting a VM image file, even more when the guest @@ -488,7 +488,7 @@ does. Note: this option is only valid to new or empty files. If there is an existing file which is COW and has data blocks already, it couldn't be changed to NOCOW by setting @code{nocow=on}. One can issue @code{lsattr filename} to check if -the NOCOW flag is set or not (Capitabl 'C' is NOCOW flag). +the NOCOW flag is set or not (Capital 'C' is NOCOW flag). @end table