[GRASS-SVN] r36908 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 29 04:47:43 EDT 2009


Author: hamish
Date: 2009-04-29 04:47:42 -0400 (Wed, 29 Apr 2009)
New Revision: 36908

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

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2009-04-29 07:04:35 UTC (rev 36907)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2009-04-29 08:47:42 UTC (rev 36908)
@@ -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,7 +189,7 @@
 </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
 </pre></div>
@@ -395,7 +395,7 @@
 
 <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 <em><a href="d.legend.html">d.legend</a></em>.</dd>
 



More information about the grass-commit mailing list