[GRASS-SVN] r52190 - grass/trunk/scripts/r.blend

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 23 01:46:24 PDT 2012


Author: hamish
Date: 2012-06-23 01:46:23 -0700 (Sat, 23 Jun 2012)
New Revision: 52190

Modified:
   grass/trunk/scripts/r.blend/r.blend.html
Log:
fix html bug


Modified: grass/trunk/scripts/r.blend/r.blend.html
===================================================================
--- grass/trunk/scripts/r.blend/r.blend.html	2012-06-23 08:42:14 UTC (rev 52189)
+++ grass/trunk/scripts/r.blend/r.blend.html	2012-06-23 08:46:23 UTC (rev 52190)
@@ -3,16 +3,20 @@
 <em>r.blend</em> blends color components of 2 raster maps by a
 specificed percentage of the first map.
 
+
 <h2>EXAMPLE</h2>
 
 Blending the aspect map with the elevation map for a shaded map
 (North Carolina sample dataset):
-<p><div class="code"><pre>
+
+<div class="code"><pre>
 g.region rast=aspect -p
 r.blend first=aspect second=elevation output_prefix=elev_shade_blend
 d.mon wx0
 d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
+</pre></div>
 
+
 <h2>SEE ALSO</h2>
 
 <em>
@@ -23,9 +27,11 @@
 <a href="r.support.html">r.support</a>
 </em>
 
+
 <h2>AUTHOR</h2>
 
 Unknown: probably CERL<br>
 Updated to GRASS 5.7 by Michael Barton, Arizona State University
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list