Index: trunk/quest-plugin-jfc/src/main/resources/manuals/correctDirOldJFC
===================================================================
--- trunk/quest-plugin-jfc/src/main/resources/manuals/correctDirOldJFC	(revision 787)
+++ trunk/quest-plugin-jfc/src/main/resources/manuals/correctDirOldJFC	(revision 787)
@@ -0,0 +1,9 @@
+corrects older JFC log files contained in a directory which sometimes do not contain correct event
+sources. The result is another directory containing the corrected log files.
+
+$USAGE$
+<sourcedirectory> name of the source directory containing the older JFC log file
+<destinationdirectory> name of the destination directory into which the corrected log files shall be stored. Must not be equal to the sourcedirectory
+
+Example(s):
+correctDirOldJFC usagedata/jfc_old usagedata/jfc_new
Index: trunk/quest-plugin-jfc/src/main/resources/manuals/correctOldJFC
===================================================================
--- trunk/quest-plugin-jfc/src/main/resources/manuals/correctOldJFC	(revision 787)
+++ trunk/quest-plugin-jfc/src/main/resources/manuals/correctOldJFC	(revision 787)
@@ -0,0 +1,8 @@
+corrects an older JFC log file which sometimes does not contain correct event sources
+
+$USAGE$
+<inputfilename> name of the older JFC log file
+<outputfilename> name of the new JFC log file to write the results into. Must not be equal to the inputfilename
+
+Example(s):
+correctOldJFC usagedata/jfc/jfclog_01.xml usagedata/jfc/jfclog_01_corrected.xml
