[GRASS-SVN] r50689 - grass/trunk/display/d.what.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 6 06:05:30 EST 2012


Author: hamish
Date: 2012-02-06 03:05:29 -0800 (Mon, 06 Feb 2012)
New Revision: 50689

Modified:
   grass/trunk/display/d.what.rast/d.what.rast.html
Log:
html fix, reorder sections (merge from devbr6)

Modified: grass/trunk/display/d.what.rast/d.what.rast.html
===================================================================
--- grass/trunk/display/d.what.rast/d.what.rast.html	2012-02-06 11:02:12 UTC (rev 50688)
+++ grass/trunk/display/d.what.rast/d.what.rast.html	2012-02-06 11:05:29 UTC (rev 50689)
@@ -20,8 +20,40 @@
 geographic region in the active display frame on the
 graphic monitor.
 
-<h2>EXAMPLE</h2>
 
+<h2>NOTES</h2>
+
+Mouse button return values are as follows: 0 indicates no
+button was pressed, 1 indicates that the left mouse button
+was pressed, 2 indicates the middle button was pressed, and
+3 indicates that the right mouse button was pressed.
+
+<p>
+<em>d.what.rast</em> will always print its output to the
+terminal screen.  <em>d.what.rast</em> output can be
+redirected into a file; however, if it is, the output will
+go both to the screen and to the file.  For example:
+
+<p>
+<dl>
+<dt><b>d.what.rast map=</b><em>soils,aspect</em><b> &gt; what.out</b> 
+<p><dd>will both send <em>d.what.rast</em> output to the screen
+and capture its output in the file named
+<em>what.out</em>.</dd>
+</dl>
+
+<p>
+The maximum number of raster map layers that can be queried at one time is 15.
+
+<p>
+<em><a href="d.what.vect.html">d.what.vect</a></em>
+allows the user to interactively query the category
+contents of multiple vector map layers at user-specified
+locations.
+
+
+<h2>EXAMPLES</h2>
+
 It is helpful, but not necessary, to first display a map to
 be used for reference in the active display frame before
 running <em>d.what.rast</em>.  For example, the user might
@@ -98,46 +130,22 @@
 category value found and the number of the mouse button
 depressed.
 
-<h2>NOTES</h2></a>
 
-Mouse button return values are as follows: 0 indicates no
-button was pressed, 1 indicates that the left mouse button
-was pressed, 2 indicates the middle button was pressed, and
-3 indicates that the right mouse button was pressed.
+<h2>SEE ALSO</h2>
 
-<p>
-<em>d.what.rast</em> will always print its output to the
-terminal screen.  <em>d.what.rast</em> output can be
-redirected into a file; however, if it is, the output will
-go both to the screen and to the file.  For example:
+<em>
+<a href="d.rast.html">d.rast</a><br>
+<a href="d.what.vect.html">d.what.vect</a><br>
+<a href="g.region.html">g.region</a>
+</em>
+<br>
 
-<p>
-<dl>
-<dt><b>d.what.rast map=</b><em>soils,aspect</em><b> &gt; what.out</b> 
-<p><dd>will both send <em>d.what.rast</em> output to the screen
-and capture its output in the file named
-<em>what.out</em>.</dd>
-</dl>
 
-<p>
-The maximum number of raster map layers that can be queried at one time is 15.
-
-<p>
-<em><a href="d.what.vect.html">d.what.vect</a></em>
-allows the user to interactively query the category
-contents of multiple vector map layers at user-specified
-locations.
-
-<h2>SEE ALSO</h2>
-
-<em><a href="d.rast.html">d.rast</a></em><br>
-<em><a href="d.what.vect.html">d.what.vect</a></em><br>
-<em><a href="g.region.html">g.region</a></em><br>
-
 <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