[GRASS-SVN] r47976 - grass/trunk/vector/v.in.ascii

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 30 07:31:00 EDT 2011


Author: martinl
Date: 2011-08-30 04:31:00 -0700 (Tue, 30 Aug 2011)
New Revision: 47976

Modified:
   grass/trunk/vector/v.in.ascii/v.in.ascii.html
Log:
v.in.ascii: cosmetics in manual (i.points not available)
	    some syntax fixes


Modified: grass/trunk/vector/v.in.ascii/v.in.ascii.html
===================================================================
--- grass/trunk/vector/v.in.ascii/v.in.ascii.html	2011-08-30 10:47:28 UTC (rev 47975)
+++ grass/trunk/vector/v.in.ascii/v.in.ascii.html	2011-08-30 11:31:00 UTC (rev 47976)
@@ -12,7 +12,7 @@
 </ul>
 
 <p>
-The <a HREF="v.out.ascii.html">v.out.ascii</a> GRASS module performs
+The <a href="v.out.ascii.html">v.out.ascii</a> GRASS module performs
 the function of <em>v.in.ascii</em> in reverse; i.e., it converts
 vector maps in binary format to ASCII format. These two companion
 programs are useful both for importing and exporting vector maps
@@ -346,7 +346,7 @@
 
 <h3>Example 7 - point format mode</h3>
 
-Convert ground control points from i.points into vector points:
+Convert ground control points into vector points:
 <div class="code"><pre>
 cat $MAPSET/group/$GROUP/POINTS | v.in.ascii out=$GROUP_gcp fs=space skip=3 \
     col='x double precision, y double precision, x_target double precision, \
@@ -355,21 +355,21 @@
 
 <h2>REFERENCES</h2>
 
-<a HREF="sql.html">SQL command notes</a> for creating databases
+<a href="sql.html">SQL command notes</a> for creating databases
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a HREF="db.execute.html">db.execute</a>,
-<a HREF="r.in.ascii.html">r.in.ascii</a>,
-<a HREF="r.in.xyz.html">r.in.xyz</a>,
-<a HREF="v.build.html">v.build</a>,
-<a HREF="v.build.polylines.html">v.build.polylines</a>,
-<a HREF="v.centroids.html">v.centroids</a>,
-<a HREF="v.clean.html">v.clean</a>,
-<a HREF="v.db.connect.html">v.db.connect</a>,
-<a HREF="v.info.html">v.info</a>,
-<a HREF="v.out.ascii.html">v.out.ascii</a>,
+<a href="db.execute.html">db.execute</a>,
+<a href="r.in.ascii.html">r.in.ascii</a>,
+<a href="r.in.xyz.html">r.in.xyz</a>,
+<a href="v.build.html">v.build</a>,
+<a href="v.build.polylines.html">v.build.polylines</a>,
+<a href="v.centroids.html">v.centroids</a>,
+<a href="v.clean.html">v.clean</a>,
+<a href="v.db.connect.html">v.db.connect</a>,
+<a href="v.info.html">v.info</a>,
+<a href="v.out.ascii.html">v.out.ascii</a>,
 </em>
 
 <h2>AUTHORS</h2>



More information about the grass-commit mailing list