[GRASS-SVN] r33663 - grass/trunk/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 4 02:58:16 EDT 2008


Author: hamish
Date: 2008-10-04 02:58:16 -0400 (Sat, 04 Oct 2008)
New Revision: 33663

Modified:
   grass/trunk/vector/v.extract/v.extract.html
Log:
typo (merge from devbr6)

Modified: grass/trunk/vector/v.extract/v.extract.html
===================================================================
--- grass/trunk/vector/v.extract/v.extract.html	2008-10-04 06:56:38 UTC (rev 33662)
+++ grass/trunk/vector/v.extract/v.extract.html	2008-10-04 06:58:16 UTC (rev 33663)
@@ -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