svn commit: r276928 - head/release/doc/en_US.ISO8859-1/relnotes
Glen Barber
gjb at FreeBSD.org
Sat Jan 10 22:04:05 UTC 2015
Author: gjb
Date: Sat Jan 10 22:04:04 2015
New Revision: 276928
URL: https://svnweb.freebsd.org/changeset/base/276928
Log:
Document r272198, mkimg(1) longopts to obtain information about
the utility itself.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jan 10 22:04:01 2015 (r276927)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jan 10 22:04:04 2015 (r276928)
@@ -411,6 +411,43 @@
change, it would be possible for returned values to be
incorrectly identified as prime numbers.</para>
+ <para revision="272198">The &man.mkimg.1; utility has been
+ updated to include three options used to print information
+ about &man.mkimg.1; itself:</para>
+
+ <informaltable frame="none" pgwide="0">
+ <tgroup cols="2">
+ <colspec colwidth="1*"/>
+ <colspec colwidth="1*"/>
+ <thead>
+ <row>
+ <entry>Option</entry>
+ <entry>Output</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry><literal>--version</literal></entry>
+ <entry>The current version of the &man.mkimg.1;
+ utility</entry>
+ </row>
+
+ <row>
+ <entry><literal>--formats</literal></entry>
+ <entry>The disk image file formats supported by
+ &man.mkimg.1;</entry>
+ </row>
+
+ <row>
+ <entry><literal>--schemes</literal></entry>
+ <entry>The partition schemes supported by
+ &man.mkimg.1;</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+
<sect3 xml:id="abi-compat">
<title><acronym>ABI</acronym> Compatibility</title>
More information about the svn-src-all
mailing list