Revision: 56420
          http://sourceforge.net/p/brlcad/code/56420
Author:   carlmoore
Date:     2013-08-01 14:56:09 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
remove trailing blanks/tabs, and fix a spelling

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/mann/en/comb.xml
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/doc/docbook/system/mann/en/comb.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/en/comb.xml    2013-08-01 14:53:28 UTC 
(rev 56419)
+++ brlcad/trunk/doc/docbook/system/mann/en/comb.xml    2013-08-01 14:56:09 UTC 
(rev 56420)
@@ -34,7 +34,7 @@
   <refsection xml:id="description"><title>DESCRIPTION</title>
 
     <para>
-       The <command>comb</command> command creates and manipulates 
<emphasis>BRL-CAD</emphasis> 
+       The <command>comb</command> command creates and manipulates 
<emphasis>BRL-CAD</emphasis>
        combination objects.  For combination creation or appending, 
<emphasis>operator/object_name</emphasis> pairs
        of boolean operators and object names are parsed into comb tree 
entries.  (TODO - integrate full
        expression evaluation like that in <command>c</command>.)
@@ -45,7 +45,7 @@
     </para>
 
     <variablelist remap="TP">
- 
+
       <varlistentry>
         <term><option>-c</option></term>
         <listitem>
@@ -82,12 +82,12 @@
         <term><option>-f</option></term>
         <listitem>
           <para>
-            Flattens a combination that contains only unions into a single top 
level 
+            Flattens a combination that contains only unions into a single top 
level
             combination with all of the solids unioned into it, and remove all
-            combinations that were below the input combination that are not 
used 
-            elsewhere in the .g file.  (In essense, the latter behavior 
prevents 
-            "orphaned" combinations that are no longer used from showing up as 
new 
-            top level objects in the database.)  This feature will not work on 
any 
+            combinations that were below the input combination that are not 
used
+            elsewhere in the .g file.  (In essence, the latter behavior 
prevents
+            "orphaned" combinations that are no longer used from showing up as 
new
+            top level objects in the database.)  This feature will not work on 
any
             combination containing non-union boolean operations.
             Conflicts with <option>-w</option> and <option>-l</option>.
           </para>
@@ -121,7 +121,7 @@
       <variablelist>
        <varlistentry>
                <term>
-                       Nested regions (a region containing another region in 
its tree) are generally 
+                       Nested regions (a region containing another region in 
its tree) are generally
                        viewed as poor modelling practice.  This example shows 
how to fix an instance of this nesting with minimal disruption to the model.
                </term>
 

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2013-08-01 14:53:28 UTC (rev 56419)
+++ brlcad/trunk/include/raytrace.h     2013-08-01 14:56:09 UTC (rev 56420)
@@ -3697,7 +3697,7 @@
 
 /**
  * Low level command to process the command line and create a "plan" 
corresponding to the
- * command arguments. 
+ * command arguments.
  */
 RT_EXPORT extern void *db_search_formplan(char **argv,
                                          struct db_i *dbip,

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