Index: trunk/psLib/src/collections/psMetadata.h
===================================================================
--- trunk/psLib/src/collections/psMetadata.h	(revision 4321)
+++ trunk/psLib/src/collections/psMetadata.h	(revision 4330)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-20 22:42:29 $
+*  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-21 03:01:37 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -274,5 +274,5 @@
     int location,                      ///< Index number, PS_LIST_HEAD, or PS_LIST_TAIL
     const char *name,                  ///< Name of metadata item.
-    int format,                      ///< Type of metadata item (psMetadataType) and options (psMetadataFlags)
+    int format,                        ///< Type of metadata item (psMetadataType) and options (psMetadataFlags)
     const char *comment,               ///< Comment for metadata item.
     ...                                ///< Arguments for name formatting and metadata item data.
@@ -298,5 +298,5 @@
 /** Add a psS32 value to metadata collection.
  *  
- *  @return psBool:  True for success, False for failure. 
+ *  @return bool:  True for success, False for failure. 
  */
 bool psMetadataAddS32(
@@ -310,5 +310,5 @@
 /** Add a psF32 value to metadata collection.
  *  
- *  @return psBool:  True for success, False for failure.
+ *  @return bool:  True for success, False for failure.
 */
 bool psMetadataAddF32(
@@ -322,5 +322,5 @@
 /** Add a psF64 value to metadata collection.
  *  
- *  @return psBool:  True for success, False for failure.
+ *  @return bool:  True for success, False for failure.
 */
 bool psMetadataAddF64(
@@ -346,5 +346,5 @@
 /** Add a string to metadata collection.
  *  
- *  @return psBool:  True for success, False for failure.
+ *  @return bool:  True for success, False for failure.
  */
 bool psMetadataAddStr(
@@ -505,7 +505,7 @@
  *  returned.
  *
- * @return psBool : Value of metadata item.
- */
-psBool psMetadataLookupBool(
+ * @return bool : Value of metadata item.
+ */
+bool psMetadataLookupBool(
     bool *status,                    ///< Status of lookup.
     const psMetadata *md,                    ///< Metadata collection to lookup metadata item.
@@ -558,5 +558,5 @@
  *  invalid the iterator position is not changed.
  *
- *  @return psBool        TRUE if iterator successfully set, otherwise FALSE.
+ *  @return bool        TRUE if iterator successfully set, otherwise FALSE.
 */
 bool psMetadataIteratorSet(
