[GRASS-SVN] r37580 - in grass/branches/releasebranch_6_4: general/manage/cmd scripts/g.mlist

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 29 05:18:32 EDT 2009


Author: hamish
Date: 2009-05-29 05:18:32 -0400 (Fri, 29 May 2009)
New Revision: 37580

Modified:
   grass/branches/releasebranch_6_4/general/manage/cmd/g.list.html
   grass/branches/releasebranch_6_4/scripts/g.mlist/description.html
Log:
document mapset=. (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/general/manage/cmd/g.list.html
===================================================================
--- grass/branches/releasebranch_6_4/general/manage/cmd/g.list.html	2009-05-29 09:15:37 UTC (rev 37579)
+++ grass/branches/releasebranch_6_4/general/manage/cmd/g.list.html	2009-05-29 09:18:32 UTC (rev 37580)
@@ -16,18 +16,6 @@
 parameters are described below.
 -->
 
-<h2>EXAMPLES</h2>
-
-List all raster maps:
-<br>
-<tt>g.list type=rast</tt>
-<p>
-
-List all raster and vector maps from mapset &quot;user&quot;:
-<br>
-<tt>g.list type=rast,vect mapset=user</tt>
-<p>
-
 <h2>NOTES</h2>
 
 If unspecified, files of the specified <em>type</em> from all mapsets 
@@ -36,24 +24,45 @@
 <em><a HREF="g.mapsets.html">'g.mapsets</a> -p'</em>.
 
 <p>
+If the <b>mapset</b> option is set to "." then only maps from the
+current mapset will be displayed.
 
+<p>
 If the user requests that files from a mapset to which
 access has been restricted (see
-
 <em><a HREF="g.access.html">g.access</a></em>)
-
 be listed, no files from this mapset will be listed.
 
+
+<h2>EXAMPLES</h2>
+
+List all raster maps:
+<br>
+<div class="code"><pre>
+   g.list type=rast
+</pre></div>
+
+<p>
+
+List all raster and vector maps from mapset &quot;user&quot;:
+<br>
+<div class="code"><pre>
+   g.list type=rast,vect mapset=user
+</pre></div>
+
+
 <h2>SEE ALSO</h2>
 
 <em><a HREF="g.access.html">g.access</a></em><br>
 <em><a HREF="g.mapsets.html">g.mapsets</a></em><br>
 <em><a HREF="g.mlist.html">g.mlist</a></em>
 
+
 <h2>AUTHOR</h2>
 
 Michael Shapiro,
 U.S.Army Construction Engineering 
 Research Laboratory
 
-<p><i>Last changed: $Date$</i><p>
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/branches/releasebranch_6_4/scripts/g.mlist/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/g.mlist/description.html	2009-05-29 09:15:37 UTC (rev 37579)
+++ grass/branches/releasebranch_6_4/scripts/g.mlist/description.html	2009-05-29 09:18:32 UTC (rev 37580)
@@ -6,6 +6,10 @@
 <EM>g.mlist</EM> will only print map names and an optional separator,
 without extraneous output. In addition, map search is also available.
 
+<P>
+See the <EM>g.list</EM> help page for discussion of module options.
+
+
 <H2>EXAMPLES</H2>
 
 List all available GRASS data base files:
@@ -49,12 +53,16 @@
 This may be useful for other programs' parameter input 
 (e.g. <EM><a href="r.series.html">r.series</a></EM>).
 
+
 <H2>SEE ALSO</H2>
 
 <EM><A HREF="g.list.html">g.list</A></EM>
 <P>
-<A HREF="http://en.wikipedia.org/wiki/Regular_expression">Regular expression</A> (from Wikipedia, the free encyclopedia)
+<A HREF="http://en.wikipedia.org/wiki/Regular_expression">Regular expressions</A>
+(aka regex) - from Wikipedia, the free encyclopedia
 
+
 <H2>AUTHOR</H2>
 Huidae Cho
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list