[GRASS-SVN] r36907 - grass/branches/develbranch_6/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 29 03:04:38 EDT 2009
Author: hamish
Date: 2009-04-29 03:04:35 -0400 (Wed, 29 Apr 2009)
New Revision: 36907
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
Log:
fix html errors
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2009-04-29 02:48:44 UTC (rev 36906)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2009-04-29 07:04:35 UTC (rev 36907)
@@ -181,7 +181,7 @@
<img src="icons/grass/gui-cmd.gif">
<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">
<img src="icons/silk/chart_bar.png">
- <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">
<img src="icons/silk/overlays.png">
@@ -395,9 +395,9 @@
<dt><img src="icons/grass2/legend-add.png">
<img src="icons/grass/module-d.legend.gif">
- <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">
<img src="icons/grass/module-d.text.gif">
More information about the grass-commit
mailing list