[GRASS-SVN] r35232 - in grass/trunk: display/d.font general/g.copy imagery/i.zc raster/r.circle raster/r.out.gdal scripts/r.blend scripts/r.out.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 5 17:11:48 EST 2009


Author: neteler
Date: 2009-01-05 17:11:47 -0500 (Mon, 05 Jan 2009)
New Revision: 35232

Modified:
   grass/trunk/display/d.font/d.font.html
   grass/trunk/general/g.copy/g.copy.html
   grass/trunk/imagery/i.zc/i.zc.html
   grass/trunk/raster/r.circle/r.circle.html
   grass/trunk/raster/r.out.gdal/r.out.gdal.html
   grass/trunk/scripts/r.blend/r.blend.html
   grass/trunk/scripts/r.out.xyz/r.out.xyz.html
Log:
urls fixed

Modified: grass/trunk/display/d.font/d.font.html
===================================================================
--- grass/trunk/display/d.font/d.font.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/display/d.font/d.font.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -16,8 +16,7 @@
 run non-interactively. 
 Alternately, the user can simply type <B>d.font</B> on the command line; 
 in this case, the program will prompt the user for a display 
-text font type using the standard GRASS interface described in the 
-manual entry for <EM><A HREF="parser.html">parser</A></EM>.
+text font type.
 
 <P>
 <B>Parameter:</B> 
@@ -58,8 +57,7 @@
 <H2>SEE ALSO</H2>
 
 <EM><A HREF="d.text.html">d.text</A></EM><br>
-<EM><A HREF="d.title.html">d.title</A></EM><br>
-<EM><A HREF="parser.html">parser</A></EM>
+<EM><A HREF="d.title.html">d.title</A></EM>
 
 <H2>AUTHOR</H2>
 

Modified: grass/trunk/general/g.copy/g.copy.html
===================================================================
--- grass/trunk/general/g.copy/g.copy.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/general/g.copy/g.copy.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -71,8 +71,7 @@
 <em><a HREF="g.list.html">g.list</a></em><br>
 <em><a HREF="g.mapsets.html">g.mapsets</a></em><br>
 <em><a HREF="g.remove.html">g.remove</a></em><br>
-<em><a HREF="g.rename.html">g.rename</a></em><br>
-<em><a HREF="parser.html">parser</a></em>
+<em><a HREF="g.rename.html">g.rename</a></em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/imagery/i.zc/i.zc.html
===================================================================
--- grass/trunk/imagery/i.zc/i.zc.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/imagery/i.zc/i.zc.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -9,19 +9,6 @@
 used for edge detection is one of the "zero-crossing"
 algorithms and is discussed briefly below.
 
-
-<P>
-
-This program will be run interactively if the user types
-<B>i.zc</B> without program arguments on the command line.
-In this event, the program will prompt the user for
-parameter values using the standard interface described in
-the manual entry for <EM><A HREF="parser.html">parser</A></EM>.  
-Alternately, the
-user can run the program non-interactively by specifying
-program parameter values on the command line.
-
-
 <H2>OPTIONS</H2>
 
 <H3>Parameters:</H3>

Modified: grass/trunk/raster/r.circle/r.circle.html
===================================================================
--- grass/trunk/raster/r.circle/r.circle.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/raster/r.circle/r.circle.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -44,7 +44,7 @@
 <a href="g.rename.html">g.rename</a>, 
 <a href="i.fft.html">i.fft</a>, 
 <a href="i.ifft.html">i.ifft</a>,
-<a href="r.mask">r.mask</a>
+<a href="r.mask.html">r.mask</a>
 </em>
 
 

Modified: grass/trunk/raster/r.out.gdal/r.out.gdal.html
===================================================================
--- grass/trunk/raster/r.out.gdal/r.out.gdal.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/raster/r.out.gdal/r.out.gdal.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -76,7 +76,7 @@
 Please keep in mind that not all CELL rasters will require Int32 - e.g.,
 0-255 CELL raster are covered by the Byte <em>type</em> as well.
 Moreover, some GDAL-supported formats do not support all the data types
-possible in GDAL and GRASS. Use <em><a href="r.info">r.info</a></em> to
+possible in GDAL and GRASS. Use <em><a href="r.info.html">r.info</a></em> to
 check the data type and range for your GRASS raster, refer to specific
 format documentation (on the <a href="http://www.gdal.org/">GDAL website</a>),
 format vendor's documentation, and e.g. the Wikipedia article

Modified: grass/trunk/scripts/r.blend/r.blend.html
===================================================================
--- grass/trunk/scripts/r.blend/r.blend.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/scripts/r.blend/r.blend.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -8,7 +8,7 @@
 <EM>
 <A HREF="g.region.html">g.region</A>,
 <A HREF="r.mapcalc.html">r.mapcalc</A>,
-<A HREF="r.color.html">r.color</A>,
+<A HREF="r.colors.html">r.colors</A>,
 <A HREF="r.support.html">r.support</A>,
 </EM>
 

Modified: grass/trunk/scripts/r.out.xyz/r.out.xyz.html
===================================================================
--- grass/trunk/scripts/r.out.xyz/r.out.xyz.html	2009-01-05 22:08:26 UTC (rev 35231)
+++ grass/trunk/scripts/r.out.xyz/r.out.xyz.html	2009-01-05 22:11:47 UTC (rev 35232)
@@ -27,9 +27,9 @@
 
 <EM>
 <A HREF="g.region.html">g.region</A>,
-<A HREF="r.mask">r.mask</A>
+<A HREF="r.mask.html">r.mask</A>
 <A HREF="r.out.ascii.html">r.out.ascii</A>,
-<A HREF="r.stats">r.stats</A>
+<A HREF="r.stats.html">r.stats</A>
 </EM>
 
 <H2>AUTHOR</H2>



More information about the grass-commit mailing list