[GRASS-SVN] r56606 - grass/trunk/display/d.mon

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 5 06:38:39 PDT 2013


Author: neteler
Date: 2013-06-05 06:38:38 -0700 (Wed, 05 Jun 2013)
New Revision: 56606

Modified:
   grass/trunk/display/d.mon/d.mon.html
   grass/trunk/display/d.mon/main.c
Log:
d.mon: better crosslink drivers

Modified: grass/trunk/display/d.mon/d.mon.html
===================================================================
--- grass/trunk/display/d.mon/d.mon.html	2013-06-05 11:34:59 UTC (rev 56605)
+++ grass/trunk/display/d.mon/d.mon.html	2013-06-05 13:38:38 UTC (rev 56606)
@@ -10,7 +10,7 @@
 the <b>start</b> command actually runs two commands, to both start and
 select whatever monitor is named by the user. The user can get a list
 of running monitors by setting the <b>-l</b> flag on the command
-line. Note that some monitor drivers use environment
+line. Note that some monitor <a href="displaydrivers.html">drivers</a> use environment
 <em><a href="variables.html">variables</a></em> or the specific
 <em><a href="variables.html#rendering">driver documentation</a></em>.
 
@@ -106,7 +106,12 @@
   <a href="d.vect.html">d.vect</a>
 </em>
 
-<p>  See also <em><a href="variables.html">variables</a></em> list
+<p>
+See also
+<em>
+list of <a href="variables.html">variables</a>,
+<a href="displaydrivers.html">display drivers</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/display/d.mon/main.c
===================================================================
--- grass/trunk/display/d.mon/main.c	2013-06-05 11:34:59 UTC (rev 56605)
+++ grass/trunk/display/d.mon/main.c	2013-06-05 13:38:38 UTC (rev 56606)
@@ -37,6 +37,7 @@
     G_add_keyword(_("display"));
     G_add_keyword(_("graphics"));
     G_add_keyword(_("monitors"));
+    G_add_keyword(_("drivers"));
     module->description = _("Controls graphics display monitors from the command line.");
     
     start_opt = G_define_option();



More information about the grass-commit mailing list