[GRASS-SVN] r52971 - in grass/trunk: general/g.filename imagery/i.topo.corr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 01:34:57 PDT 2012


Author: neteler
Date: 2012-08-29 01:34:56 -0700 (Wed, 29 Aug 2012)
New Revision: 52971

Modified:
   grass/trunk/general/g.filename/g.filename.html
   grass/trunk/imagery/i.topo.corr/i.topo.corr.html
   grass/trunk/imagery/i.topo.corr/main.c
Log:
homogenize keywords; HTML cosmetics

Modified: grass/trunk/general/g.filename/g.filename.html
===================================================================
--- grass/trunk/general/g.filename/g.filename.html	2012-08-29 08:30:20 UTC (rev 52970)
+++ grass/trunk/general/g.filename/g.filename.html	2012-08-29 08:34:56 UTC (rev 52971)
@@ -76,10 +76,11 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="g.ask.html">g.ask</a></em><br>
-<em><a href="g.findfile.html">g.findfile</a></em><br>
-<em><a href="g.gisenv.html">g.gisenv</a></em><br>
-<em><a href="parser.html">parser</a></em>
+<em>
+<a href="g.ask.html">g.ask</a>,
+<a href="g.findfile.html">g.findfile</a>,
+<a href="g.gisenv.html">g.gisenv</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/imagery/i.topo.corr/i.topo.corr.html
===================================================================
--- grass/trunk/imagery/i.topo.corr/i.topo.corr.html	2012-08-29 08:30:20 UTC (rev 52970)
+++ grass/trunk/imagery/i.topo.corr/i.topo.corr.html	2012-08-29 08:34:56 UTC (rev 52971)
@@ -104,7 +104,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="i.landsat.toar">i.landsat.toar</a>,
+<a href="i.landsat.toar.html">i.landsat.toar</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.sun.html">r.sun</a>
 </em>

Modified: grass/trunk/imagery/i.topo.corr/main.c
===================================================================
--- grass/trunk/imagery/i.topo.corr/main.c	2012-08-29 08:30:20 UTC (rev 52970)
+++ grass/trunk/imagery/i.topo.corr/main.c	2012-08-29 08:34:56 UTC (rev 52971)
@@ -44,7 +44,7 @@
 
     /* initialize module */
     module = G_define_module();
-    G_add_keyword(_("raster"));
+    G_add_keyword(_("imagery"));
     G_add_keyword(_("terrain"));
     G_add_keyword(_("topographic correction"));
     module->description = _("Computes topographic correction of reflectance.");



More information about the grass-commit mailing list