[GRASS-SVN] r71624 - grass/trunk/vector/v.net.components
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 2 03:53:40 PDT 2017
Author: hcho
Date: 2017-11-02 03:53:40 -0700 (Thu, 02 Nov 2017)
New Revision: 71624
Modified:
grass/trunk/vector/v.net.components/v.net.components.html
Log:
v.net.components: closing parenthesis in the manual
Modified: grass/trunk/vector/v.net.components/v.net.components.html
===================================================================
--- grass/trunk/vector/v.net.components/v.net.components.html 2017-11-02 01:25:18 UTC (rev 71623)
+++ grass/trunk/vector/v.net.components/v.net.components.html 2017-11-02 10:53:40 UTC (rev 71624)
@@ -21,7 +21,7 @@
<p>
One-way roads can be defined by assigning a cost of -1 to the
appropriate cost column (<b>arc_column</b> or
-<b>arc_backward_column</b>. This affects only strongly connected
+<b>arc_backward_column</b>). This affects only strongly connected
components. Network nodes can be closed by assigning a cost of -1 to
the node cost column. All nodes with a cost < 0 can not be traversed
and are end points, while all nodes with a cost ≥ 0 can be traversed.
More information about the grass-commit
mailing list