Revision: 64384
          http://sourceforge.net/p/brlcad/code/64384
Author:   carlmoore
Date:     2015-03-12 22:22:35 +0000 (Thu, 12 Mar 2015)
Log Message:
-----------
touchup of plot3-fb, including its man page

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

Modified: brlcad/trunk/doc/docbook/system/man1/en/plot3-fb.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/plot3-fb.xml        2015-03-12 
20:59:56 UTC (rev 64383)
+++ brlcad/trunk/doc/docbook/system/man1/en/plot3-fb.xml        2015-03-12 
22:22:35 UTC (rev 64384)
@@ -23,7 +23,8 @@
     <arg choice="opt" rep="norepeat">-S|s 
<replaceable>squaresize</replaceable></arg>
     <arg choice="opt" rep="norepeat">-W|w 
<replaceable>width</replaceable></arg>
     <arg choice="opt" rep="norepeat">-N|n 
<replaceable>height</replaceable></arg>
-    <arg choice="opt" 
rep="norepeat"><replaceable>file.plot3</replaceable></arg>
+    <arg choice="opt" rep="norepeat">&lt;</arg>
+    <arg choice='plain'><replaceable>file.plot3</replaceable></arg>
 </cmdsynopsis>
 </refsynopsisdiv>
 

Modified: brlcad/trunk/src/fb/plot3-fb.c
===================================================================
--- brlcad/trunk/src/fb/plot3-fb.c      2015-03-12 20:59:56 UTC (rev 64383)
+++ brlcad/trunk/src/fb/plot3-fb.c      2015-03-12 22:22:35 UTC (rev 64384)
@@ -568,7 +568,7 @@
            case 'n':
                Nscanlines = atoi(bu_optarg);
                break;
-           default:            /* '?' */
+           default:            /* 'h' '?' */
                return 0;
        }
     }
@@ -598,7 +598,7 @@
 
 static char usage[] = "\
 Usage: plot3-fb [-d -O|o -i] [-t thickness] [-F framebuffer]\n\
-       [-S|s squaresize] [-W|w width] [-N|n height] [file.plot3]\n";
+       [-S|s squaresize] [-W|w width] [-N|n height] [<] file.plot3\n";
 
 
 /*

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to