Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2015 18:40:45 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286419 - head/usr.bin/mkimg
Message-ID:  <201508071840.t77IejwQ085255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Fri Aug  7 18:40:44 2015
New Revision: 286419
URL: https://svnweb.freebsd.org/changeset/base/286419

Log:
  Fix typo introduced in previous commit.
  
  Pointed out by: Nikolai Lifanov <lifanov at mail.lifanov.com>

Modified:
  head/usr.bin/mkimg/mkimg.1

Modified: head/usr.bin/mkimg/mkimg.1
==============================================================================
--- head/usr.bin/mkimg/mkimg.1	Fri Aug  7 18:30:11 2015	(r286418)
+++ head/usr.bin/mkimg/mkimg.1	Fri Aug  7 18:40:44 2015	(r286419)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508071840.t77IejwQ085255>