Index: trunk/psLib/src/sys/psConfigure.h
===================================================================
--- trunk/psLib/src/sys/psConfigure.h	(revision 2317)
+++ trunk/psLib/src/sys/psConfigure.h	(revision 2321)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-10 18:26:12 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-10 20:58:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -37,10 +37,11 @@
 );
 
-/** Get last error put on the error stack
+/** Initializes persistent memory.
  *
- *  The last error reported is available from psErrorLast; if no errors are
+ *  Creates persistant memory items used throughout psLib. Items created within this method should be freed
+ *  with the psLibFinalize function.
  *  current, a non-NULL psErr is returned with code PS_ERR_NONE.
  *
- *  @return psErr*     Reference to last error message on error stack
+ *  @return void: void.
  */
 void psLibInit(
@@ -54,4 +55,5 @@
  *  function at the end of a psLib execution cycle.
  *
+ *  @return void: void.
  */
 void psLibFinalize(
