Revision: 56335
          http://sourceforge.net/p/brlcad/code/56335
Author:   carlmoore
Date:     2013-07-30 15:44:32 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
fix the 2 cases I could find of 'e.g.' missing final period

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/mann/en/search.xml
    brlcad/trunk/src/liboptical/sh_flat.c

Modified: brlcad/trunk/doc/docbook/system/mann/en/search.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/en/search.xml  2013-07-30 15:38:38 UTC 
(rev 56334)
+++ brlcad/trunk/doc/docbook/system/mann/en/search.xml  2013-07-30 15:44:32 UTC 
(rev 56335)
@@ -284,7 +284,7 @@
        <para>
          The above operator applies the expression to every object above the 
current
          object in the full path to that object, and returns TRUE if one or 
more of
-         them satisfies the expression - e.g -above -name s\* applied to
+         them satisfies the expression - e.g. -above -name s\* applied to
          /component/region.r/start_comb.c/prim1.s would return TRUE for 
/component and
          /component/region.r as both being "above" start_comb.c, but would 
return FALSE
          the deeper objects.

Modified: brlcad/trunk/src/liboptical/sh_flat.c
===================================================================
--- brlcad/trunk/src/liboptical/sh_flat.c       2013-07-30 15:38:38 UTC (rev 
56334)
+++ brlcad/trunk/src/liboptical/sh_flat.c       2013-07-30 15:44:32 UTC (rev 
56335)
@@ -96,7 +96,7 @@
  * transparency := a color intensity triplet mask to indicate how much of
  * background object light are visible through this object.
  * alpha := similar to bright, sets this object's alpha transparency to a
- * single mask value that gets set for each channel.  e.g 40% opaque
+ * single mask value that gets set for each channel.  e.g. 40% opaque
  * is alpha==.4 which is equiv to transparency=={.4 .4 .4}).
  */
 struct bu_structparse flat_parse_tab[] = {

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to