diff --git a/fhem/FHEM/66_ECMD.pm b/fhem/FHEM/66_ECMD.pm
index 523fe6841..2e5bb71c0 100644
--- a/fhem/FHEM/66_ECMD.pm
+++ b/fhem/FHEM/66_ECMD.pm
@@ -1,13 +1,35 @@
-#
-#
-# 66_ECMD.pm
-# written by Dr. Boris Neubert 2011-01-15
-# e-mail: omega at online dot de
-#
-##############################################
# $Id$
+
+##############################################################################
+#
+# 66_ECMD.pm
+# Copyright by Dr. Boris Neubert
+# e-mail: omega at online dot de
+#
+# This file is part of fhem.
+#
+# Fhem is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# Fhem is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with fhem. If not, see get <name> raw <command>
Sends the command <command>
to the physical ECMD device
- <name>
and reads the response.
+ <name>
and reads the response. In the likely case that
+ the command needs to be terminated by a newline character, you have to
+ resort to a <perl special>.
+
+ Example:
+
get AVRNETIO raw { "ip\n" }