[GRASS-SVN] r29935 - grass/trunk/scripts/r.blend
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 2 16:30:02 EST 2008
Author: martinl
Date: 2008-02-02 16:30:02 -0500 (Sat, 02 Feb 2008)
New Revision: 29935
Modified:
grass/trunk/scripts/r.blend/description.html
grass/trunk/scripts/r.blend/r.blend
Log:
r.blend: Cosmetics in module description and manual page
Modified: grass/trunk/scripts/r.blend/description.html
===================================================================
--- grass/trunk/scripts/r.blend/description.html 2008-02-02 21:21:26 UTC (rev 29934)
+++ grass/trunk/scripts/r.blend/description.html 2008-02-02 21:30:02 UTC (rev 29935)
@@ -1,12 +1,21 @@
<H2>DESCRIPTION</H2>
+<EM>r.blend</EM> blends color components of 2 raster maps by a
+specificed percentage of the first map.
-<EM>r.blend</EM> Blends color components of 2 raster maps by a specificed percentage of the first map.
-<br>
+<H2>SEE ALSO</H2>
+<EM>
+<A HREF="g.region.html">g.region</A>,
+<A HREF="r.mapcalc.html">r.mapcalc</A>,
+<A HREF="r.color.html">r.color</A>,
+<A HREF="r.support.html">r.support</A>,
+</EM>
<H2>AUTHOR</H2>
-Unknown CERL?
+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>
Modified: grass/trunk/scripts/r.blend/r.blend
===================================================================
--- grass/trunk/scripts/r.blend/r.blend 2008-02-02 21:21:26 UTC (rev 29934)
+++ grass/trunk/scripts/r.blend/r.blend 2008-02-02 21:30:02 UTC (rev 29935)
@@ -14,7 +14,7 @@
#############################################################################
#%Module
-#% description: Blends color components of two raster maps by a given ratio
+#% description: Blends color components of two raster maps by a given ratio.
#% keywords: raster
#%End
#%option
@@ -36,7 +36,7 @@
#%option
#% key: output
#% type: string
-#% description: Base name for red, green, & blue output maps containing the blend
+#% description: Base name for red, green and blue output maps containing the blend
#% key_desc : name
#% required : yes
#%end
More information about the grass-commit
mailing list