Revision: 62128
          http://sourceforge.net/p/brlcad/code/62128
Author:   carlmoore
Date:     2014-08-13 18:37:14 +0000 (Wed, 13 Aug 2014)
Log Message:
-----------
change comma to semicolon; more importantly, supply missing # option

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/pixcut.xml

Modified: brlcad/trunk/doc/docbook/system/man1/en/pixcut.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/pixcut.xml  2014-08-13 18:27:27 UTC 
(rev 62127)
+++ brlcad/trunk/doc/docbook/system/man1/en/pixcut.xml  2014-08-13 18:37:14 UTC 
(rev 62128)
@@ -19,6 +19,7 @@
   <command>pixcut</command>
     <arg choice='opt'>-v </arg>
     <arg choice='opt'>-a </arg>
+    <arg choice='opt'>-# <replaceable>num_bytes</replaceable></arg>
     <arg choice='opt'>-C <replaceable>red/green/blue</replaceable></arg>
     <arg choice='opt'>-s <replaceable>in_square_size</replaceable></arg>
     <arg choice='opt'>-w <replaceable>in_width</replaceable></arg>
@@ -62,7 +63,7 @@
 <para>The
 <option>-a</option>
 flag requests that the program attempt to autosize the input file.  Autosizing
-only works with files, pipes can not be autosized.</para>
+only works with files; pipes can not be autosized.</para>
 
 <para>The
 <option>-v</option>
@@ -79,6 +80,10 @@
 the image.  By default both are set to 0 (zero).</para>
 
 <para>The
+<option>-#</option>
+flag specifies the number of bytes (default is 3).</para>
+
+<para>The
 <option>-C</option>
 flag is used to set the background color of the output file.  If the
 output file is larger than the input file or if the corners of the output

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to