[GRASS-SVN] r55974 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 24 04:02:37 PDT 2013


Author: hamish
Date: 2013-04-24 04:02:37 -0700 (Wed, 24 Apr 2013)
New Revision: 55974

Modified:
   grass/trunk/lib/init/variables.html
Log:
minor fixes (merge from devbr6)

Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html	2013-04-24 10:57:07 UTC (rev 55973)
+++ grass/trunk/lib/init/variables.html	2013-04-24 11:02:37 UTC (rev 55974)
@@ -170,7 +170,8 @@
     raster's <tt>compressed</tt> value, not the environment variable.</dd>
   
   <dt>GRASS_MESSAGE_FORMAT</dt>
-  <dd>[various modules, wxGUI]<br> maybe set to either
+  <dd>[various modules, wxGUI]<br>
+    it may be set to either
     <ul>
       <li><tt>standard</tt> - sets percentage output and message
 	formatting style to standard formatting,</li>
@@ -194,7 +195,7 @@
   
   <dt>GRASS_PAGER</dt>
   <dd>[various modules]<br>
-    maybe set to either <tt>less</tt> or <tt>more</tt>.</dd>
+    it may be 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>
@@ -204,18 +205,12 @@
   <dd>set random seed
     for <em><a href="r.mapcalc.html">r.mapcalc</a></em> rand()
     function.</dd>
-  
-  <!-- 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
     not owned by current user. Setting this variable to any non-empty value
     allows the check to be skipped.</dd>
 
-
   <dt>GRASS_SH</dt>
   <dd>[shell scripts on Windows]<br>
     path to bourne shell interpreter used to run shell scripts.</dd>
@@ -229,7 +224,8 @@
   <dt>GRASS_PYTHON</dt>
   <dd>[wxGUI, Python Ctypes]<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_VECTOR_LOWMEM</dt>
   <dd>[vectorlib]<br>



More information about the grass-commit mailing list