From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X482T-0003kH-Cy for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X482L-00052n-C7 for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:28:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X482L-00052a-2Z for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:28:49 -0400 From: Stefan Hajnoczi Date: Mon, 7 Jul 2014 14:28:28 +0200 Message-Id: <1404736118-10078-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1404736118-10078-1-git-send-email-stefanha@redhat.com> References: <1404736118-10078-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.1 01/11] Fix nocow typos in manpage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Chunyan Liu , Stefan Hajnoczi From: Chunyan Liu Signed-off-by: Chunyan Liu Signed-off-by: Stefan Hajnoczi --- 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 -- 1.9.3