Index: trunk/FACT++/src/fadctrl.cc
===================================================================
--- trunk/FACT++/src/fadctrl.cc	(revision 11099)
+++ trunk/FACT++/src/fadctrl.cc	(revision 11100)
@@ -1303,9 +1303,9 @@
         T::AddEvent("SEND_CMD", "I:1")
             (boost::bind(&StateMachineFAD::SendCmd, this, _1))
-            ("Send a command to the FADs. Values between 0 and 65535 are allowed."
+            ("Send a command to the FADs. Values between 0 and 0xffff are allowed."
              "|command[uint16]:Command to be transmittted.");
         T::AddEvent("SEND_DATA", "I:2")
             (boost::bind(&StateMachineFAD::SendCmdData, this, _1))
-            ("Send a command with data to the FADs. Values between 0 and 65535 are allowed."
+            ("Send a command with data to the FADs. Values between 0 and 0xffff are allowed."
              "|command[uint16]:Command to be transmittted."
              "|data[uint16]:Data to be sent with the command.");
