浏览代码

manual variables.html: explain TMPDIR for wxGUI settings

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59977 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
75408ff70a
共有 1 个文件被更改,包括 10 次插入2 次删除
  1. 10 2
      lib/init/variables.html

+ 10 - 2
lib/init/variables.html

@@ -269,8 +269,7 @@ PERMANENT
     via <em><a href="g.list.html">g.list</a></em>. They are used
     internally by the GRASS modules and deleted automatically when the
     map is closed or GRASS session quited. Note that this variable is
-    dedicated for internal use only.
-  </dd>
+    dedicated for internal use only.</dd>
   
   <dt>GRASS_WXBUNDLED</dt>
   <dd>[wxGUI]<br>
@@ -307,6 +306,15 @@ PERMANENT
     If OpenMP support is enabled this limits the number of threads.
     The default is set to the number of CPUs on the system.
     Setting to '1' effectively disables parallel processing.</dd>
+    
+  <dt>TMPDIR, TEMP, TMP</dt>
+  <dd>[Various GRASS GIS commands and wxGUI]<br>
+  <!-- what about Windows %TEMP% and http://trac.osgeo.org/grass/ticket/560#comment:21 ? -->
+	The default wxGUI temporary directory is chosen from a 
+	platform-dependent list, but the user can control the selection of
+	this directory by setting one of the TMPDIR, TEMP or TMP
+	environment variables Hence the wxGUI uses $TMPDIR if it is set,
+	then $TEMP, otherwise /tmp.</dd>
 </dl>
 
 <a name="rendering"></a>