[GRASS-SVN] r62741 - grass/trunk/general/g.gisenv

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 14 08:46:45 PST 2014


Author: martinl
Date: 2014-11-14 08:46:45 -0800 (Fri, 14 Nov 2014)
New Revision: 62741

Modified:
   grass/trunk/general/g.gisenv/g.gisenv.html
Log:
g.gisenv: note also wx_debug

Modified: grass/trunk/general/g.gisenv/g.gisenv.html
===================================================================
--- grass/trunk/general/g.gisenv/g.gisenv.html	2014-11-14 16:33:07 UTC (rev 62740)
+++ grass/trunk/general/g.gisenv/g.gisenv.html	2014-11-14 16:46:45 UTC (rev 62741)
@@ -141,12 +141,19 @@
   <li> 5 - each cell (raster) or point (vector)
 </ul>
 
-To disable debugging messages, DEBUG must be set back to 0:
+To disable debugging messages:
 
 <div class="code"><pre>
-g.gisenv set="DEBUG=0"
+g.gisenv unset="DEBUG"
 </pre></div>
 
+The variable DEBUG controls debugging messages from GRASS libraries
+and modules.
+
+<p>
+Similarly WX_DEBUG controls debugging messages
+from <a href="wxGUI.html">wxGUI</a>.
+
 <h2>SEE ALSO</h2>
 
 <em>
@@ -155,14 +162,14 @@
   <a href="g.findfile.html">g.findfile</a>,
   <a href="g.mapsets.html">g.mapsets</a>
 </em>
-<br><br>
-<em>
-  See also <a href="variables.html">variables list</a>
-</em>
 
+<p>
+See also <a href="variables.html">variables list</a>
+
 <h2>AUTHOR</h2>
 
 Michael Shapiro,
 U.S.Army Construction Engineering Research Laboratory
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list