aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/mkimg.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/mkimg.1')
-rw-r--r--usr.bin/mkimg/mkimg.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkimg/mkimg.1 b/usr.bin/mkimg/mkimg.1
index 129269ca4fb8..69af5ef0fe0a 100644
--- a/usr.bin/mkimg/mkimg.1
+++ b/usr.bin/mkimg/mkimg.1
@@ -223,8 +223,8 @@ The preferred file extension is ".qcow" and ".qcow2" for QCOW and QCOW2
(resp.), but ".qcow" is sometimes used for version 2 files as well.
.Ss RAW file format
This file format is a sector by sector representation of an actual disk.
-There is no extra information that describes or relates to the format
-itself. The size of the file is the size of the (virtual) disk.
+There is no extra information that describes or relates to the format itself.
+The size of the file is the size of the (virtual) disk.
This file format is suitable for being copyied onto a disk with utilities
like
.Nm dd .