[GRASS-SVN] r36909 - grass/branches/releasebranch_6_4/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 29 04:48:00 EDT 2009


Author: hamish
Date: 2009-04-29 04:48:00 -0400 (Wed, 29 Apr 2009)
New Revision: 36909

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
Log:
fix html errors

Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2009-04-29 08:47:42 UTC (rev 36908)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2009-04-29 08:48:00 UTC (rev 36909)
@@ -181,7 +181,7 @@
   <img src="icons/grass/gui-cmd.gif">&nbsp;
   <img src="icons/silk/cog_add.png"> <em>Add command layer</em></dt>
 <dd>Adds a layer in which a GRASS GIS command or command list can be entered.
-For a command list use the pipe symbol as ";" as separator.
+For a command list use the semi-colon (";") symbol as a separator.
 For example:
 
 <div class="code"><pre>
@@ -189,9 +189,9 @@
 </pre></div>
 
 Note that when an option of the command contains spaces, you need to
-escape them with the backslash ('\') character, for example:
+"escape" them with the backslash ('\') character, for example:
 <div class="code"><pre>
-d.text text=Population\ density</tt>
+d.text text=Population\ density
 </pre></div>
 </dd>
 
@@ -376,9 +376,9 @@
 
 <dt><img src="icons/grass2/layer-raster-histogram.png">&nbsp;
   <img src="icons/silk/chart_bar.png">&nbsp;
-  <img src="icons/grass/module-d.histogram.gif"> Display histogram of selected raster map</td>
+  <img src="icons/grass/module-d.histogram.gif"> Display histogram of selected raster map</dt>
 <dd>Displays histogram of selected raster map or image in new window,
-see <em><a href="d.histogram.html">d.histogram</a</em>.</dd>
+see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
 
 <dt><img src="icons/grass2/element-add.png">&nbsp;
   <img src="icons/silk/overlays.png">&nbsp;
@@ -395,9 +395,9 @@
 
 <dt><img src="icons/grass2/legend-add.png">&nbsp;
   <img src="icons/grass/module-d.legend.gif">&nbsp;
-  <img src="icons/silk/page_green.png"> <em>Add legend of raster map</em></dt>
+  <img src="icons/silk/page_green.png"> <em>Add raster map legend</em></dt>
 <dd>Adds layer to display with legend of selected raster map,
-see <a href="d.legend.html">d.legend</a></em>.</dd>
+see <em><a href="d.legend.html">d.legend</a></em>.</dd>
 
 <dt><img src="icons/grass2/text-add.png">&nbsp;
   <img src="icons/grass/module-d.text.gif">&nbsp;



More information about the grass-commit mailing list