Forráskód Böngészése

r.shade: manual cosmetics (with contribution of Ludmila Furtkevicova)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66081 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 éve
szülő
commit
e7ad8e8544
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      scripts/r.shade/r.shade.html

+ 4 - 4
scripts/r.shade/r.shade.html

@@ -13,8 +13,8 @@ the color raster map, this module gives result with more saturated colors.
 
 
 <p>
 <p>
 The input for this module can be created for example using
 The input for this module can be created for example using
-<a href="r.slope.aspect.html">r.slope.aspect</a> or
-<a href="r.relief.html">r.relief</a><br>.
+<em><a href="r.slope.aspect.html">r.slope.aspect</a></em> or
+<em><a href="r.relief.html">r.relief</a></em>.
 
 
 <p>
 <p>
 NULL values are propagated by default, so if any of the two input rasters
 NULL values are propagated by default, so if any of the two input rasters
@@ -28,14 +28,14 @@ by the given color.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
-Refer to the <a href="r.his.html">r.his</a> help page for more details;
+Refer to the <em><a href="r.his.html">r.his</a></em> help page for more details;
 <em>r.shade</em> is a frontend to that module with addition of
 <em>r.shade</em> is a frontend to that module with addition of
 brightness support similar to one provided by
 brightness support similar to one provided by
 <em><a href="d.shade.html">d.shade</a></em>.
 <em><a href="d.shade.html">d.shade</a></em>.
 However, note that the brightness is not implemenented in the same way as for
 However, note that the brightness is not implemenented in the same way as for
 <em><a href="d.shade.html">d.shade</a></em> and the results might
 <em><a href="d.shade.html">d.shade</a></em> and the results might
 be different.
 be different.
-<em>r.shade</em> is using method described in <a href="r.his.html">r.his</a>
+<em>r.shade</em> is using method described in <em><a href="r.his.html">r.his</a></em>
 manual page.
 manual page.