[GRASS-SVN] r72844 - grass/branches/releasebranch_7_4/general/g.list

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 16 01:31:26 PDT 2018


Author: neteler
Date: 2018-06-16 01:31:26 -0700 (Sat, 16 Jun 2018)
New Revision: 72844

Modified:
   grass/branches/releasebranch_7_4/general/g.list/g.list.html
Log:
g.list manual: grammar fixes backport

Modified: grass/branches/releasebranch_7_4/general/g.list/g.list.html
===================================================================
--- grass/branches/releasebranch_7_4/general/g.list/g.list.html	2018-06-16 04:48:44 UTC (rev 72843)
+++ grass/branches/releasebranch_7_4/general/g.list/g.list.html	2018-06-16 08:31:26 UTC (rev 72844)
@@ -39,10 +39,10 @@
 
 <h3>Mapset search path</h3>
 
-If <b>mapset</b> is not specified than <em>g.list</em> searches for
-data files in the mapsets which are included in the search path
-(defined by <em><a href="g.mapsets.html">g.mapsets</a></em>),
-see <tt>g.mapsets -p</tt>.
+If <b>mapset</b> is not specified, then <em>g.list</em> searches for
+data files in the mapsets that are included in the search path
+(defined by <em><a href="g.mapsets.html">g.mapsets</a></em>).
+See <tt>g.mapsets -p</tt>.
 
 <div class="code"><pre>
 g.list rast -p
@@ -55,7 +55,7 @@
 ...
 </pre></div>
 
-By option <b>mapset</b>=. (one dot) can be listed only data files from
+Option <b>mapset</b>=. (one dot) lists only data files from
 the current mapset:
 
 <div class="code"><pre>
@@ -64,8 +64,8 @@
 </pre></div>
 
 <!-- better quote * as "*"? -->
-Similarly <b>mapset</b>=* (one asterisk) prints data files from all
-available mapsets also including those which are not listed in the
+Similarly, <b>mapset</b>=* (one asterisk) prints data files from all
+available mapsets also including those that are not listed in the
 current search path (see <tt>g.mapsets -l</tt>).
 
 <div class="code"><pre>



More information about the grass-commit mailing list