Index: trunk/psModules/src/config/pmConfigDump.h
===================================================================
--- trunk/psModules/src/config/pmConfigDump.h	(revision 19042)
+++ trunk/psModules/src/config/pmConfigDump.h	(revision 19399)
@@ -4,6 +4,6 @@
  *  @author Paul Price, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-08-13 02:32:35 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-09-05 22:41:58 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -30,11 +30,7 @@
 /// Dump the configuration to a file
 ///
-/// The output file is designated by the CONFIG.DUMP metadata in the system configuration, keyed by the FPA
-/// level of the supplied source.  In addition to the standard concept interpolation, additional
-/// interpolations are defined: "{PROGRAM}" is interpolated to the program name, "{TIMESTAMP}" is interpolated
-/// to the current time (ISO format).
 bool pmConfigDump(const pmConfig *config, ///< Configuration to dump
-                  const pmFPA *source,  ///< Source FPA, defines the level for the file rule
-                  const char *outroot   ///< Output root name
+                  const pmFPA *source,    ///< Source FPA, defines the level for the file rule
+                  const char *filename    ///< Output file name
     );
 
