[GRASS-SVN] r33662 - grass/branches/develbranch_6/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 4 02:56:39 EDT 2008


Author: hamish
Date: 2008-10-04 02:56:38 -0400 (Sat, 04 Oct 2008)
New Revision: 33662

Modified:
   grass/branches/develbranch_6/vector/v.extract/description.html
Log:
typo. (psst, checkout v.random.cover addon)

Modified: grass/branches/develbranch_6/vector/v.extract/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.extract/description.html	2008-10-04 03:45:54 UTC (rev 33661)
+++ grass/branches/develbranch_6/vector/v.extract/description.html	2008-10-04 06:56:38 UTC (rev 33662)
@@ -114,10 +114,10 @@
 <h3>Extract 3 random areas from geology map</h3>
 <p>
 <div class="code"><pre>
-v.extract input=geology at PERMANENT output=random_geology type=area random=3
+v.extract input=geology output=random_geology type=area random=3
 </pre></div>
 will create new map with three random categories matching areas. Notice, that
-there may be more tan one feature with same category.
+there may be more than one feature with same category.
 </p>
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list