Revision: 56833
          http://sourceforge.net/p/brlcad/code/56833
Author:   mohitdaga
Date:     2013-08-14 07:22:49 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Sanitize input format for pixrect in both src code and doc.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml
    brlcad/trunk/src/util/pixrect.c

Modified: brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml 2013-08-14 07:17:13 UTC 
(rev 56832)
+++ brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml 2013-08-14 07:22:49 UTC 
(rev 56833)
@@ -26,10 +26,10 @@
     <arg choice='opt'>-x <replaceable>xorig</replaceable></arg>
     <arg choice='opt'>-y <replaceable>yorig</replaceable></arg>
     <arg choice='opt'>-S <replaceable>out_squaresize</replaceable></arg>
-    <arg choice='opt'>-o <replaceable>out_file.bw</replaceable></arg>
-    <arg choice='plain'><replaceable>file.bw</replaceable></arg>
+    <arg choice='opt'>-o <replaceable>out_file.pix</replaceable></arg>
+    <arg choice='plain'><replaceable>file.pix</replaceable></arg>
     <arg choice='plain'><replaceable>&gt;</replaceable></arg>
-    <arg choice='opt'><replaceable>out_file.bw</replaceable></arg>
+    <arg choice='opt'><replaceable>out_file.pix</replaceable></arg>
 </cmdsynopsis>
 </refsynopsisdiv>
 

Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c     2013-08-14 07:17:13 UTC (rev 56832)
+++ brlcad/trunk/src/util/pixrect.c     2013-08-14 07:22:49 UTC (rev 56833)
@@ -41,7 +41,7 @@
 
 char usage[] = "\
 Usage:  pixrect [-h] [squaresize] [-w width] [-n height] [-W out_width ] [-N 
out_height] \n\
-                       [-x xorig] [-y yorig] [-S out_squaresize] [-o 
out_file.bw] [file.bw] > [out_file.bw]\n";
+                       [-x xorig] [-y yorig] [-S out_squaresize] [-o 
out_file.pix] [file.pix] > [out_file.pix]\n";
 
 
 static int

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to