diff --git a/src/raster/r.recode.attr/r.recode.attr.html b/src/raster/r.recode.attr/r.recode.attr.html index 5009626ca4..e6f3584640 100644 --- a/src/raster/r.recode.attr/r.recode.attr.html +++ b/src/raster/r.recode.attr/r.recode.attr.html @@ -9,7 +9,7 @@

DESCRIPTION

numbers.

-For each column in the csv file (except the first one) new raster map +For each column in the csv file (except the first one) new raster map will be created, replacing the raster values corresponding to the first column with those in the second (3rd, 4th, etc) column. @@ -44,7 +44,7 @@

EXAMPLES

 cat <<EOL > reclass.csv
-rasterID,friction,suitability                                           
+rasterID,friction,suitability
 1,0.9,0
 2,0.7,0.2
 3,0.6,0.4
@@ -95,7 +95,7 @@ 

EXAMPLES

of the landuse map.
- +

SEE ALSO

diff --git a/src/vector/v.boxplot/v.boxplot.html b/src/vector/v.boxplot/v.boxplot.html index c7c39c0f8b..4b0ccfba9d 100644 --- a/src/vector/v.boxplot/v.boxplot.html +++ b/src/vector/v.boxplot/v.boxplot.html @@ -35,8 +35,8 @@

Example 1

-v.boxplot: Boxplot of core capacity of 
-schools in Wake County.
Figure 1: Boxplot of +v.boxplot: Boxplot of core capacity of
+schools in Wake County.
Figure 1: Boxplot of core capacity of schools in Wake County.

Example 2