[GRASS-SVN] r66992 - grass/trunk/scripts/g.search.module

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 30 13:20:33 PST 2015


Author: martinl
Date: 2015-11-30 13:20:33 -0800 (Mon, 30 Nov 2015)
New Revision: 66992

Modified:
   grass/trunk/scripts/g.search.module/g.search.module.html
Log:
g.search.module: manual page cosmetics

Modified: grass/trunk/scripts/g.search.module/g.search.module.html
===================================================================
--- grass/trunk/scripts/g.search.module/g.search.module.html	2015-11-30 21:18:28 UTC (rev 66991)
+++ grass/trunk/scripts/g.search.module/g.search.module.html	2015-11-30 21:20:33 UTC (rev 66992)
@@ -11,7 +11,7 @@
 
 Search all modules, where keywords <em>buffer</em> OR <em>clip</em> can be found
 <div class="code"><pre>
-GRASS> g.search.module buffer,clip
+g.search.module keyword=buffer,clip
 
 r.circle
     keywords: raster,buffer,geometry,circle
@@ -33,7 +33,7 @@
 Search all modules, where keywords <em>overlay</em> AND <em>clip</em> can be
 found with some fancy terminal output
 <div class="code"><pre>
-GRASS> g.search.module clip,overlay -a -c
+g.search.module keyword=clip,overlay -a -c
 
 v.overlay
     keywords: vector,geometry,spatial query,intersection,union,clip
@@ -42,7 +42,7 @@
 
 Search in manual pages too 
 <div class="code"><pre>
-GRASS> g.search.module -m kapri
+g.search.module -m keyword=kapri
 
 db.execute
     keywords: database,attribute table,SQL
@@ -58,12 +58,13 @@
 <h2>SEE ALSO</h2>
 
 <em>
-  <a href="g.manual.html">g.manual</a>,
-  <a href="g.search.map.html">g.search.map</a>,
+  <a href="g.manual.html">g.manual</a>
+  <!-- <a href="g.search.map.html">g.search.map</a>, -->
 </em>
 
 <h2>AUTHORS</h2>
 
 Jachym Cepicky, OpenGeoLabs s.r.o., Czech Republic
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list