Browse Source

v.out.ogr: wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58449 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
978b25f98f
1 changed files with 9 additions and 9 deletions
  1. 9 9
      vector/v.out.ogr/v.out.ogr.html

+ 9 - 9
vector/v.out.ogr/v.out.ogr.html

@@ -41,18 +41,18 @@ as 2D simple features, use <b>-2</b> flag.
 
 <p>
 By default, <em>v.out.ogr</em> converts GRASS vector data to single
-simple features. If GRASS features has more categories defined in
-given <b>layer</b>, then the features is exported several times. GRASS
-features without category are skipped by default. To export features
-also without category, the <b>-c</b> flag must be given.
+simple features. If GRASS feature has more categories defined in the
+given <b>layer</b>, then this feature is exported multiple
+times. GRASS features without category are skipped by default. To
+export features also without category, the <b>-c</b> flag must be
+given.
 
 <p>
 When <b>-m</b> flag is given, <em>v.out.ogr</em> export GRASS vector
-data as multi-features based on their category(ies). Multi-feature is
-formed by GRASS features with the same category. When <b>-c</b> flag
-is given, the module also export GRASS features without category as
-one multi-feature. Note that multi-features are not supported by all
-formats.
+data as multi-features. Multi-feature is formed by GRASS features with
+the same category. When <b>-c</b> flag is given, the module also
+export GRASS features without category as one multi-feature. Note that
+multi-features are not supported by all formats.
 
 <h2>EXAMPLES</h2>