[GRASS-SVN] r62742 - in grass/branches/releasebranch_7_0: . general/g.gisenv

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 14 08:48:31 PST 2014


Author: martinl
Date: 2014-11-14 08:48:30 -0800 (Fri, 14 Nov 2014)
New Revision: 62742

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/general/g.gisenv/g.gisenv.html
Log:
g.gisenv: note also wx_debug
          (merge r62741 from trunk)



Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:60817,61096,61141,62179-62180,62182,62403,62422,62424,62437,62466,62469,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62608-62609,62614,62618,62628,62632,62638,62642,62648-62649,62652,62654-62657,62666,62723,62730,62739
   + /grass/trunk:60817,61096,61141,62179-62180,62182,62403,62422,62424,62437,62466,62469,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62608-62609,62614,62618,62628,62632,62638,62642,62648-62649,62652,62654-62657,62666,62723,62730,62739,62741

Modified: grass/branches/releasebranch_7_0/general/g.gisenv/g.gisenv.html
===================================================================
--- grass/branches/releasebranch_7_0/general/g.gisenv/g.gisenv.html	2014-11-14 16:46:45 UTC (rev 62741)
+++ grass/branches/releasebranch_7_0/general/g.gisenv/g.gisenv.html	2014-11-14 16:48:30 UTC (rev 62742)
@@ -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