From 3a25801a38b31002f3c02cbeebd2a62768cab910 Mon Sep 17 00:00:00 2001 From: Paulo van Breugel Date: Wed, 25 Dec 2024 15:33:42 +0100 Subject: [PATCH] remove trailing space end of line --- src/raster/r.recode.attr/r.recode.attr.html | 6 +++--- src/vector/v.boxplot/v.boxplot.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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