[GRASS-SVN] r54505 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 2 10:00:00 PST 2013
Author: martinl
Date: 2013-01-02 10:00:00 -0800 (Wed, 02 Jan 2013)
New Revision: 54505
Modified:
grass/trunk/vector/v.net/v.net.html
Log:
v.net: fix typo in manual page
Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html 2013-01-02 17:26:45 UTC (rev 54504)
+++ grass/trunk/vector/v.net/v.net.html 2013-01-02 18:00:00 UTC (rev 54505)
@@ -65,7 +65,7 @@
(method 2 above), it is possible to create an attribute table for the
new nodes in layer 2 using the attribute table manager and connect it to
layer 2 ("manage layers" tab) or to create a table with
-<em><a href="v.db.addtable.html">v.db.addtable</a>,
+<em><a href="v.db.addtable.html">v.db.addtable</a></em>,
connect it to layer 2 with <em><a href="v.db.connect.html">v.db.connect</a></em>,
and update the new table with cat values with <em><a href="v.to.db.html">v.to.db</a></em>.
@@ -106,10 +106,9 @@
by the geometry type <em>line</em>.
If vector editing is required to modify the
-graph, <em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector
-digitizer</a></em> or <em><a href="v.edit.html">v.edit</a></em> can be
-used.
-See also the <a href="lrs.html">Linear Referencing System</a> available in
+graph, <em><a href="g.gui.vdigit.html">g.gui.vdigit</a></em>
+or <em><a href="v.edit.html">v.edit</a></em> can be used. See also
+the <a href="lrs.html">Linear Referencing System</a> available in
GRASS GIS.
<h3>EXAMPLES</h3>
@@ -145,8 +144,12 @@
<h2>SEE ALSO</h2>
<em>
-<a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a>,
-<a href="v.edit.html">v.edit</a>,<br>
+<a href="g.gui.vdigit.html">g.gui.vdigit</a>,
+<a href="v.edit.html">v.edit</a>
+</em>
+
+<p>
+<em>
<a href="v.net.alloc.html">v.net.alloc</a>,
<a href="v.net.allpairs.html">v.net.allpairs</a>,
<a href="v.net.bridge.html">v.net.bridge</a>,
More information about the grass-commit
mailing list