Index: trunk/FACT++/src/Converter.cc
===================================================================
--- trunk/FACT++/src/Converter.cc	(revision 10352)
+++ trunk/FACT++/src/Converter.cc	(revision 10353)
@@ -12,9 +12,12 @@
   The format parameter specifies the contents of the structure in the
   form T:N[;T:N]*[;T] where T is the item type: (I)nteger, (C)haracter,
-  (L)ong, (S)hort, (F)loat, (D)ouble, X(tra long==long long) and N is the
+  (L)ong, (S)hort, (F)loat, (D)ouble, X(tra long) and N is the
   number of such items. The type alone at the end means all following items
   are of the same type. Example: "I:3;F:2;C" means 3 Integers, 2 Floats and
-  Characters until the end. The format parameter is used for
+  characters until the end. The format parameter is used for
   communicating between different platforms.
+
+Note, that the strange notation T:N[;T:N]*[;T] is meant to be a regular
+expression. An Xtra-long is a 'long long'.
 
 For example:
