Ver código fonte

urls fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35232 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 anos atrás
pai
commit
db404e4223

+ 2 - 4
display/d.font/d.font.html

@@ -16,8 +16,7 @@ If the user specifies a font type name on the command line the program will
 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 @@ is the fastest font type to display to the graphics monitor.
 <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>
 

+ 1 - 2
general/g.copy/g.copy.html

@@ -71,8 +71,7 @@ files), these support files will also be copied.
 <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>
 

+ 0 - 13
imagery/i.zc/i.zc.html

@@ -9,19 +9,6 @@ perpendicular to the direction of the slope.  The algorithm
 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>

+ 1 - 1
raster/r.circle/r.circle.html

@@ -44,7 +44,7 @@ r.circle -b output=circle coordinate=${EASTCENTER},${NORTHCENTER} min=500 max=10
 <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>
 
 

+ 1 - 1
raster/r.out.gdal/r.out.gdal.html

@@ -76,7 +76,7 @@ and number of decimal places for each respective GRASS raster data type.
 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

+ 1 - 1
scripts/r.blend/r.blend.html

@@ -8,7 +8,7 @@ specificed percentage of the first map.
 <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>
 

+ 2 - 2
scripts/r.out.xyz/r.out.xyz.html

@@ -27,9 +27,9 @@ Implement this script as a <EM>r.out.ascii</EM> option?
 
 <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>