[GRASS-SVN] r48420 - grass/trunk/display

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 23 10:06:22 EDT 2011


Author: martinl
Date: 2011-09-23 07:06:22 -0700 (Fri, 23 Sep 2011)
New Revision: 48420

Modified:
   grass/trunk/display/displaydrivers.html
Log:
update displaydrivers.html, note d.mon module


Modified: grass/trunk/display/displaydrivers.html
===================================================================
--- grass/trunk/display/displaydrivers.html	2011-09-23 13:55:51 UTC (rev 48419)
+++ grass/trunk/display/displaydrivers.html	2011-09-23 14:06:22 UTC (rev 48420)
@@ -1,20 +1,23 @@
 <!-- meta page description: Display drivers -->
-<!-- meta page index: display -->
-This reference manual details the use of modules distributed with
-<b>Geographic Resources Analysis Support System</b> (GRASS), an open source
-(GNU GPL'ed), image processing and geographic information system
-(GIS).
+<!-- meta page index: display --> 
 
-<p>
 The current command line rendering mechanism is direct rendering into
 a file. The driver is selected by setting
-the <em>GRASS_RENDER_IMMEDIATE</em> variable.
+the <tt>GRASS_RENDER_IMMEDIATE</tt> variable or by
+running <em><a href="d.mon.html">d.mon</a></em> module.
 
 <p>
-<b>Display drivers:</b>
+<b>List of available display drivers:</b>
 <ul>
-<li><a href="cairodriver.html">Cairo driver</a>
-<li><a href="pngdriver.html">PNG driver</a>
-<li><a href="psdriver.html">PS driver (Postscript)</a>
-<li><a href="htmldriver.html">HTMLMAP driver</a>
+  <li><a href="cairodriver.html">Cairo driver</a>
+  <li><a href="pngdriver.html">PNG driver</a>
+  <li><a href="psdriver.html">PS driver (Postscript)</a>
+  <li><a href="htmldriver.html">HTMLMAP driver</a>
 </ul>
+
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="d.mon.html">d.mon</a>,
+  <a href="variables.html#rendering">variables</a>
+</em>



More information about the grass-commit mailing list