diff --git a/DESCRIPTION b/DESCRIPTION
index c7103bd6d850472e1442b11a75f4a7964b3fc16f..00180275d38c859637b78186b0fb0e0c37d8e888 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGRscholar
 Type: Package
 Title: Tools to simplify the use of the airGR hydrological package for education (among others a Shiny application)
-Version: 0.0.3
+Version: 0.0.3.15
 Date: 2016-12-14
 Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut")))
 Author: Olivier Delaigue, Laurent Coron and Pierre Brigode
diff --git a/man/dyplot.default.Rd b/man/dyplot.default.Rd
index 76424ae6683c4364105b87100c58fa211477e294..55d94d6ac75644c40fbd2f4c53dfab69ba528699 100644
--- a/man/dyplot.default.Rd
+++ b/man/dyplot.default.Rd
@@ -34,7 +34,8 @@
   \item{Roller}{[boolean or numeric] number of time scale units, see \code{\link{dyRoller}}}
    
   \item{LegendShow}{[character] when to display the legend. Specify \code{"always"} to always show the legend. Specify \code{"onmouseover"} to only display it when a user mouses over the chart. Specify \code{"follow"} (default) to have the legend show as overlay to the chart which follows the mouse. See \code{\link{dyLegend}}}   
-  \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'}
+  
+  \item{...}{other parameters to be passed through to plotting functions}
 }
 
 
diff --git a/man/plot.CalGR.Rd b/man/plot.CalGR.Rd
index 5eccf2e1838d007f584ef315187969566545a8ea..509ccc4a7ac02d2aa60387f2483152599e93e9ed 100644
--- a/man/plot.CalGR.Rd
+++ b/man/plot.CalGR.Rd
@@ -14,7 +14,7 @@
   
   \item{which}{[character] XXXX \code{"perf"}, \code{"hist"}, \code{"time"}}, 
   
-  \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'}
+  \item{...}{other parameters to be passed through to plotting functions}
 }
 
 
diff --git a/man/plot.ObsGR.Rd b/man/plot.ObsGR.Rd
index a090c0c3ee2c19d3afd27ea8342b15e3ad1cd60d..68e097949ec4c8324279b5587956097f87e22347 100644
--- a/man/plot.ObsGR.Rd
+++ b/man/plot.ObsGR.Rd
@@ -30,7 +30,7 @@
   
   \item{plot.na}{[boolean] boolean indicating if tna missing values are plotted on the x axis}
   
-  \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'}
+  \item{...}{other parameters to be passed through to plotting functions}
 }
 
 
diff --git a/man/plot.SimGR.Rd b/man/plot.SimGR.Rd
index d7a77211aa76c7cc636a072249834bbf86078a85..cbe34096f96595cc0bc4b0f2d679ae059fec7890 100644
--- a/man/plot.SimGR.Rd
+++ b/man/plot.SimGR.Rd
@@ -12,7 +12,7 @@
 \arguments{
 \item{x}{[object of class \emph{SimGR}] see \code{\link{SimGR}} for details}
 
-\item{...}{(optional) [XXXX] XXX}
+\item{...}{other parameters to be passed through to plotting functions}
 }