[GRASS-SVN] r52737 - grass/trunk/display/d.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 19 14:25:31 PDT 2012


Author: martinl
Date: 2012-08-19 14:25:31 -0700 (Sun, 19 Aug 2012)
New Revision: 52737

Modified:
   grass/trunk/display/d.rgb/d.rgb.html
Log:
d.rgb/manual: remove link to d.colors
              add simple usage example


Modified: grass/trunk/display/d.rgb/d.rgb.html
===================================================================
--- grass/trunk/display/d.rgb/d.rgb.html	2012-08-19 21:21:22 UTC (rev 52736)
+++ grass/trunk/display/d.rgb/d.rgb.html	2012-08-19 21:25:31 UTC (rev 52737)
@@ -39,11 +39,15 @@
 To write out the color composite to a R/G/B raster maps, use
 <em><a href="r.composite.html">r.composite</a></em>.
 
+<h2>EXAMPLE</h2>
 
+<div class="code"><pre>
+d.rgb red=image.1 green=image.2 blue=image.3
+</pre></div>
+
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="d.colors.html">d.colors</a>,
 <a href="d.colortable.html">d.colortable</a>,
 <a href="d.his.html">d.his</a>,
 <a href="r.blend.html">r.blend</a>,



More information about the grass-commit mailing list