Revision: 68859
          http://sourceforge.net/p/brlcad/code/68859
Author:   brlcad
Date:     2016-09-20 04:16:06 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
use .brep convention as .primitive is leveraged in other places, avoids any 
basename implications

Modified Paths:
--------------
    
brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml

Modified: 
brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml
===================================================================
--- 
brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml
   2016-09-20 04:05:25 UTC (rev 68858)
+++ 
brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml
   2016-09-20 04:16:06 UTC (rev 68859)
@@ -64,9 +64,9 @@
     <para>
       By default, the evaluated brep-type object is written to the
       database with its original name plus the suffix
-      <literal>_brep</literal> (e.g. running the
+      <literal>.brep</literal> (e.g. running the
       <function>brep</function> command on <literal>obj</literal>
-      produces <literal>obj_brep</literal>). If a specific name is
+      produces <literal>obj.brep</literal>). If a specific name is
       desired for the output object, it can be provided as the second
       argument to the <function>brep</function> command.
     </para>
@@ -1631,7 +1631,7 @@
               <screen>
 Archer> opendb axis.g
 Archer> brep X
-X_brep is made.
+X.brep is made.
               </screen>
             </para>
             <para>
@@ -1920,7 +1920,7 @@
           </listitem>
           <listitem>
             <para>
-              The code is re-compiled, <literal>X_brep</literal> is
+              The code is re-compiled, <literal>X.brep</literal> is
               removed from the database, and the dplot-related files
               are once again cleared from the working directory before
               re-running the evaluation.
@@ -1957,7 +1957,7 @@
           <listitem>
             <para>
               We'll perform the evaluation again via a
-              debugger. <literal>X_brep</literal> is removed from the
+              debugger. <literal>X.brep</literal> is removed from the
               database, and the <filename>*.dplot</filename> and
               <filename>*.plot3</filename> files are removed from the
               working directory.

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to