<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000099">
The example under the header 'Value replacement' of the r.recode
help file (<a class="moz-txt-link-freetext" href="http://grass.osgeo.org/grass70/manuals/r.recode.html">http://grass.osgeo.org/grass70/manuals/r.recode.html</a>),
the 'rules=-' is missing<br>
<br>
Now:<br>
<br>
<pre>r.recode input=oldmap output=newmap << EOF</pre>
<pre> 1:1:1.1:1.1</pre>
<pre> 2:2:7.5:7.5</pre>
<pre> 3:3:0.4:0.4</pre>
<pre>EOF</pre>
<br>
should be:<br>
<br>
<pre>r.recode input=oldmap output=newmap rules=- << EOF</pre>
<pre> 1:1:1.1:1.1</pre>
<pre> 2:2:7.5:7.5</pre>
<pre> 3:3:0.4:0.4</pre>
<pre>EOF</pre>
<pre></pre>
</body>
</html>