[GRASS-SVN] r50331 - grass/trunk/display/d.info

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 20 14:01:55 EST 2012


Author: martinl
Date: 2012-01-20 11:01:55 -0800 (Fri, 20 Jan 2012)
New Revision: 50331

Modified:
   grass/trunk/display/d.info/d.info.html
Log:
d.info: update manual page


Modified: grass/trunk/display/d.info/d.info.html
===================================================================
--- grass/trunk/display/d.info/d.info.html	2012-01-20 18:56:50 UTC (rev 50330)
+++ grass/trunk/display/d.info/d.info.html	2012-01-20 19:01:55 UTC (rev 50331)
@@ -1,25 +1,39 @@
 <h2>DESCRIPTION</h2>
 
-<em>d.info</em> displays information about the active display monitor.
+<em>d.info</em> displays information about the active display
+monitor. Display monitors are maintained
+by <em><a href="d.mon.html">d.mon</a></em>.
 
+<h2>EXAMPLES</h2>
+
+<div class="code"><pre>
+d.mon start=cairo
+
+d.info -r
+rectangle: 0.000000 640.000000 0.000000 480.000000
+</pre></div>
+
 <h2>NOTES</h2>
 
-Units are screen pixels (except for <em>-g</em> flag where map units
-are used).<br>
-Where two numbers are given the format is: width, height.<br>
-Where four numbers are given the format is: left, right, top, bottom.
-<br><br>
+Units are screen pixels (except for <b>-g</b> flag where map units are
+used).
+<br>Where two numbers are given the format is: width, height.
+<br>Where four numbers are given the format is: left, right, top, bottom.
+
+<p>
 Note: GRASS display pixel coordinates are measured from the top left.
-<p><br>
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.frame.html">d.frame</a></em><br>
-<em><a href="d.vect.html">d.vect</a></em><br>
-<em><a href="d.rast.html">d.rast</a></em><br>
+<em>
+  <a href="d.mon.html">d.mon</a>,
+  <a href="d.vect.html">d.vect</a>,
+  <a href="d.rast.html">d.rast</a>
+</em>
 
 <h2>AUTHOR</h2>
 
 Glynn Clements
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list