[GRASS-SVN] r55972 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 24 03:55:09 PDT 2013


Author: hamish
Date: 2013-04-24 03:55:08 -0700 (Wed, 24 Apr 2013)
New Revision: 55972

Modified:
   grass/branches/develbranch_6/lib/init/variables.html
Log:
html bugs, SWIG is gone

Modified: grass/branches/develbranch_6/lib/init/variables.html
===================================================================
--- grass/branches/develbranch_6/lib/init/variables.html	2013-04-24 08:17:34 UTC (rev 55971)
+++ grass/branches/develbranch_6/lib/init/variables.html	2013-04-24 10:55:08 UTC (rev 55972)
@@ -200,8 +200,8 @@
   
   <dt>GRASS_MESSAGE_FORMAT</dt>
   <dd>[various modules, wxGUI]<br>
-    maybe set to either
-    </ul>
+    it may be set to either
+    <ul>
       <li><tt>standard</tt> - sets percentage output and message
 	formatting style to standard formatting,</li>
       <li><tt>gui</tt> - sets percentage output and message formatting
@@ -223,7 +223,7 @@
   
   <dt>GRASS_PAGER</dt>
   <dd>[various modules]<br>
-    maybe set to either <tt>less</tt> or <tt>more</tt>.</dd>
+    maybe set to either <tt>less</tt>, <tt>more</tt>, or <tt>cat</tt>.</dd>
   
   <dt>GRASS_PERL</dt>
   <dd>[used during install process for generating man pages]<br>
@@ -237,7 +237,7 @@
   <!-- HB Sept 2005: I don't think this exists anymore:
        <p>GRASS_STDERR
 	 <br>  set to any value to prevent user mail on error
-	 -->
+  -->
 
   <dt>GRASS_SKIP_MAPSET_OWNER_CHECK</dt>
   <dd>By default it is not possible to work with MAPSETs that are
@@ -249,9 +249,10 @@
     path to bourne shell interpreter used to run shell scripts.</dd>
   
   <dt>GRASS_PYTHON</dt>
-  <dd>[wxGUI, Python SWIG]<br>
+  <dd>[wxGUI, Python scripting]<br>
     set to override Python executable.<br>
-    On Mac OS X this should be the pythonw executable for the wxGUI to work.</dd>
+    On Mac OS X this should be the <tt>pythonw</tt> executable for the
+    wxGUI to work.</dd>
   
   <dt>GRASS_WXBUNDLED</dt>
   <dd>[wxGUI]<br>
@@ -458,7 +459,7 @@
   <dt>GRASS_OVERWRITE</dt>
   <dd>[all modules]<br>
     toggles map overwrite.
-    </ul>
+    <ul>
       <li>0 - maps are protected (default),</li>
       <li>1 - maps with identical names will be overwritten.</li>
     </ul>
@@ -473,7 +474,7 @@
   <dt>GRASS_VERBOSE</dt>
   <dd>[all modules]<br>
     toggles verbosity level
-    </ul>
+    <ul>
       <li>0 - only errors and warnings are printed</li>
       <li>1 - progress messages are printed (percent complete)</li>
       <li>2 - all module messages are printed</li>
@@ -568,7 +569,7 @@
   <dt>OVERWRITE</dt>
   <dd>[all modules]<br>
     toggles map overwrite.
-    </ul>
+    <ul>
       <li>0 - maps are protected (default),</li>
       <li>1 - maps with identical names will be overwritten.</li>
     </ul>



More information about the grass-commit mailing list