From 8f1d6b69150315ee24bee29a63dbb7a4f7048696 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 7 Aug 2015 18:40:44 +0000 Subject: [PATCH] Fix typo introduced in previous commit. Pointed out by: Nikolai Lifanov --- usr.bin/mkimg/mkimg.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mkimg/mkimg.1 b/usr.bin/mkimg/mkimg.1 index 2738cd898774..b982791396d8 100644 --- a/usr.bin/mkimg/mkimg.1 +++ b/usr.bin/mkimg/mkimg.1 @@ -184,7 +184,7 @@ on the command line. To write version 2 QCOW, specify .Fl f Ar qcow2 on the command line. -The preferred file extension is ".qcow" iand ".qcow2" for QCOW and QCOW2 +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.