diff --git a/doc/manager/tas.htm b/doc/manager/tas.htm
index 4a774030..f7c1b85d 100644
--- a/doc/manager/tas.htm
+++ b/doc/manager/tas.htm
@@ -21,6 +21,37 @@ The TAS requires the following initializations in its instrument file:
MakeTasUB tasub
Installs the TAS crystallographic calculation module into SICS. It will
have the name tasub (recommended).
+MakeTasUB tasub a1 a2 mcv mch a3 a4 sgu sgl a5 a6 acv ach
+Installs the TAS crystallographic calculation module into SICS. It will
+ have the name tasub (recommended). This versions allows to specifiy motor names for functions. If there is no motor for
+ a function it can be replaced with a placeholder in the parameter list, like dummy. This is only allowed for the
+ curvature motors. The motor functions:
+
+ - a1
+
- monochormator rotation
+
- a2
+
- monochromator two theta
+
- mcv
+
- monochromator vertical curvature
+
- mch
+
- monochromator horizontal curvature
+
- a3
+
- sample rotation
+
- a4
+
- sample tow theta
+
- sgu
+
- sample tilt
+
- sgl
+
- second sample tilt
+
- a5
+
- analyzer rotation
+
- a6
+
- analyzer two theta
+
- acv
+
- analyzer vertical curvature
+
- ach
+
- analyzer horizontal curvature
+
MakeTasScan iscan tasub
Installs the module with the TAS specific scan functions into SICS. The
TAS implements its own data format resembling the ILL TAS data format.
diff --git a/doc/user/exeman.html b/doc/user/exeman.html
index 963493f3..b4da23e1 100644
--- a/doc/user/exeman.html
+++ b/doc/user/exeman.html
@@ -58,7 +58,12 @@ most useful for SICS clients watching the progress of the experiment.
exe append some text
Appends a line with everything after append to the upload buffer
exe save filename
-saves the recently uploaded buffer under filename on the SICS server.
+saves the recently uploaded buffer under filename on the SICS server. Does not overwrite
+ existing files.
+exe forcesave filename
+saves the recently uploaded buffer under filename on the SICS server. Overwrites existing file.
+exe clearupload
+clears any pending upload operations.