[GRASS-SVN] r42034 - grass/trunk/raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 26 13:15:30 EDT 2010
Author: glynn
Date: 2010-04-26 13:15:30 -0400 (Mon, 26 Apr 2010)
New Revision: 42034
Modified:
grass/trunk/raster/r.mapcalc/r.mapcalc.html
Log:
Fix description of continuation lines
Modified: grass/trunk/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/trunk/raster/r.mapcalc/r.mapcalc.html 2010-04-26 17:07:10 UTC (rev 42033)
+++ grass/trunk/raster/r.mapcalc/r.mapcalc.html 2010-04-26 17:15:30 UTC (rev 42034)
@@ -560,7 +560,7 @@
<p>
For formulas that the user enters from standard input
(rather than from the command line), a line continuation feature now exists.
-If the user adds \e to the end of an input line, <em>r.mapcalc</em> assumes that
+If the user adds a backslash to the end of an input line, <em>r.mapcalc</em> assumes that
the formula being entered by the user continues on to the next input line.
There is no limit to the possible number of input lines
or to the length of a formula.
More information about the grass-commit
mailing list