Fix nocow typos in manpage

Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Chunyan Liu 2014-07-02 12:27:29 +08:00 committed by Stefan Hajnoczi
parent 9d9de254c2
commit bc3a7f90ff
2 changed files with 4 additions and 4 deletions

View file

@ -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. This option can only be enabled if @code{compat=1.1} is specified.
@item nocow @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. valid on btrfs, no effect on other file systems.
Btrfs has low performance when hosting a VM image file, even more when the guest 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 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 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 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 @end table

View file

@ -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. This option can only be enabled if @code{compat=1.1} is specified.
@item nocow @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. valid on btrfs, no effect on other file systems.
Btrfs has low performance when hosting a VM image file, even more when the guest 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 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 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 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 @end table