Index: /trunk/FACT++/src/DimDescriptionService.cc
===================================================================
--- /trunk/FACT++/src/DimDescriptionService.cc	(revision 13194)
+++ /trunk/FACT++/src/DimDescriptionService.cc	(revision 13195)
@@ -87,23 +87,19 @@
         fData =
             server + "/SERVICE_DESC"
-            "=This service holds a descriptions for services or command "
-            "and there arguments|Description[string]:For a detailed "
+            "=Descriptions of services or commands and there arguments"
+            "|Description[string]:For a detailed "
             "explanation of the descriptive string see the class reference "
             "of DimDescriptionService.\n" +
             server + "/CLIENT_LIST"
-            "=This is a native Dim service. It contains a list "
-            "of all clients currently connected.\n" +
+            "=Native Dim service: A list of all connected clients\n" +
             server + "/VERSION_NUMBER"
-            "=This is a native Dim service. It contains the version number "
-            "of Dim in use and can be used to check if a client is connected."
+            "=Native Dim service: Version number of Dim in use"
             "|DimVer[int]:Version*100+Release (e.g. V19r17 = 1917)\n" +
             server + "/EXIT"
-            "=This is a native Dim service. It allows to exit the program "
+            "=This is a native Dim command: It allows to exit the program "
             "remotely. FACT++ programs use the given number as return code."
             "|Rc[int]:Return code (42 will call exit() directly, 0x4242 will call abort() directly.\n" +
             server + "/SERVICE_LIST"
-            "=This is a native Dim service. It provides a list of all "
-            "commands and services together with their formats currently "
-            "provided by the server."
+            "=Native Dim service: List of services, commands and formats"
             "|ServiceList[string]:For details see the Dim manual.\n";
     }
