diff --git a/user-doc/Miscelaneous.md b/user-doc/Miscelaneous.md
index d6b5defa69a526d599fcfac13e9a05fe6ce7caaa..a1a452d417897e3aff42fcfcfff4c40bb8a16c4f 100644
--- a/user-doc/Miscelaneous.md
+++ b/user-doc/Miscelaneous.md
@@ -573,12 +573,12 @@ METAD ...
   PACE=100
   SIGMA=@replicas:0.1,0.3
   GRID_MIN=@replicas:0.0,-pi
-  GRID_MAX=@replicas:2.0,+pi
+  GRID_MAX=@replicas:2.0,pi
 ...
 # On replica 0, this means:
 #  METAD ARG=d HEIGHT=1.0 PACE=100 SIGMA=0.1 GRID_MIN=0.0 GRID_MAX=2.0
 # On replica 1, this means:
-#  METAD ARG=t HEIGHT=1.0 PACE=100 SIGMA=0.3 GRID_MIN=-pi GRID_MAX=+pi
+#  METAD ARG=t HEIGHT=1.0 PACE=100 SIGMA=0.3 GRID_MIN=-pi GRID_MAX=pi
 \endplumedfile
 
 This would be a typical setup for a bias exchange simulation.
diff --git a/user-doc/tutorials/a-trieste-2.txt b/user-doc/tutorials/a-trieste-2.txt
index 367d085db310927b953d0b4e1699728aa0c33482..df1ee5715b671ce14bab60eb9e0ea3e35cf624fc 100644
--- a/user-doc/tutorials/a-trieste-2.txt
+++ b/user-doc/tutorials/a-trieste-2.txt
@@ -405,7 +405,7 @@ reweighted histogram.
 
 \plumedfile
 UNITS NATURAL # This ensures that Boltzmann's constant is one
-data: READ FILE=mynormal VALUES=rand IGNORE_FORCES
+data: READ FILE=normal_data VALUES=rand IGNORE_FORCES
 mm: RESTRAINT ARG=data AT=0.6 KAPPA=33.333
 rw: REWEIGHT_BIAS TEMP=1
 hh: HISTOGRAM ARG=data STRIDE=1 GRID_MIN=0 GRID_MAX=1.0 GRID_BIN=20 KERNEL=DISCRETE LOGWEIGHTS=rw