Revision: 57123
          http://sourceforge.net/p/brlcad/code/57123
Author:   tbrowder2
Date:     2013-08-24 21:32:39 +0000 (Sat, 24 Aug 2013)
Log Message:
-----------
add semicolons to separate see_also items (per auto-man-page formatting 
instructions)

Modified Paths:
--------------
    brlcad/trunk/src/util/dsp_add.c

Modified: brlcad/trunk/src/util/dsp_add.c
===================================================================
--- brlcad/trunk/src/util/dsp_add.c     2013-08-24 19:14:30 UTC (rev 57122)
+++ brlcad/trunk/src/util/dsp_add.c     2013-08-24 21:32:39 UTC (rev 57123)
@@ -37,7 +37,8 @@
 
 
 /* declarations to support use of bu_getopt() system call */
-static const char optstring[] = "h?";
+// static const char optstring[] = "h?";
+const char optstring[] = "h?";
 static const char progname[] = "dsp_add";
 static const char usage[] = "Usage: %s dsp_1 dsp_2 > dsp_3\n";
 
@@ -50,7 +51,7 @@
  *
  * See the wiki for a tutorial on using dsp's.
  *
- * see_also: dsp(5) asc2dsp(1) cv(1)
+ * see_also: dsp(5) ; asc2dsp(1) ; cv(1)
  *
  * opt: -h brief help
  *

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to