[GRASS-SVN] r57922 - grass/trunk/scripts/d.rast.leg

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 3 04:18:20 PDT 2013


Author: martinl
Date: 2013-10-03 04:18:19 -0700 (Thu, 03 Oct 2013)
New Revision: 57922

Modified:
   grass/trunk/scripts/d.rast.leg/d.rast.leg.html
Log:
d.rast.leg: fix parameter name


Modified: grass/trunk/scripts/d.rast.leg/d.rast.leg.html
===================================================================
--- grass/trunk/scripts/d.rast.leg/d.rast.leg.html	2013-10-03 11:08:36 UTC (rev 57921)
+++ grass/trunk/scripts/d.rast.leg/d.rast.leg.html	2013-10-03 11:18:19 UTC (rev 57922)
@@ -9,18 +9,18 @@
 <h2>NOTES</h2>
 
 The legend may be flipped with the <b>-f</b> flag.
-<p>If the <b>num_of_lines</b> parameter is not given then the legend frame will 
+<p>If the <b>lines</b> parameter is not given then the legend frame will 
 display as many lines as number of categories in the map, otherwise, it 
-will display the first <b>num_of_lines</b> minus 1 categories with the
+will display the first <b>lines</b> minus 1 categories with the
 rest being truncated.
-<p>The user may adjust the <b>num_of_lines</b> parameter or
+<p>The user may adjust the <b>lines</b> parameter or
 the size of graphics window to get an appropriate result.
 
-<p>The user may specify a second raster map with the <b>rast</b> parameter from
+<p>The user may specify a second raster map with the <b>raster</b> parameter from
 which the legend is generated. This is useful to visualize (time) series of
 raster maps with a common static legend instead of the default dynamic legend.
 <p>To remove all frames when clearing the display, use
-"<em><tt>d.erase -f</tt></em>".
+<tt>d.erase -f</tt>.
 
 <h2>EXAMPLE</h2>
 
@@ -45,4 +45,5 @@
 Jianping Xu, Scott Madry, Rutgers University<br>
 Markus Neteler
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list