Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 8769)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 8770)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.210 2006-09-07 21:50:57 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.211 2006-09-07 22:00:34 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -919,4 +919,5 @@
 \item add \code{p_psDBFetchResult}
 \item add database subsubsecionts for ``Transaction Control Database Functions'' and ``Low Level Database Functions''
-\item add \code{psMetadataConfigParseStr()}
-\end{itemize}
+\item change \code{psMetadataConfigParse()} to operate on strings instead of files
+\item add \code{psMetadataConfigRead()}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 8769)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 8770)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.427 2006-09-07 21:50:57 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.428 2006-09-07 22:00:34 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3075,11 +3075,11 @@
 
 \begin{prototype}
-psMetadata *psMetadataConfigParse(psMetadata *md, unsigned int *nFail, const char *filename, bool overwrite);
-psMetadata *psMetadataConfigParseStr(psMetadata *md, unsigned int *nFail, const char *str, bool overwrite);
+psMetadata *psMetadataConfigParse(psMetadata *md, unsigned int *nFail, const char *str, bool overwrite);
+psMetadata *psMetadataConfigRead(psMetadata *md, unsigned int *nFail, const char *filename, bool overwrite);
 \end{prototype}
 
 Given a metadata container, \code{md}, and the name of a configuration
-file, \code{filename}, \code{psMetadataConfigParse} shall parse the
-configuration file, placing the contained key/type/value/comment quads
+file, \code{str}, \code{psMetadataConfigParse} shall parse the
+configuration fstring, placing the contained key/type/value/comment quads
 into the metadata, and returning a pointer to the metadata structure.
 The number of lines that failed to parse is returned in \code{nFail}.
@@ -3088,9 +3088,9 @@
 If the metadata container is \code{NULL}, it shall be allocated.  
 
-\code{psMetadataConfigParseStr} is identical in behavor as
-\code{psMetadataConfigParse} except that it parses from a string (\code{str})
-instead of from a file.
-
-On error, the function shall return \code{NULL}.
+\code{psMetadataConfigRead} is identical in behavor to
+\code{psMetadataConfigParse} except that it parses from a file
+(\code{filename}) instead of from a string.
+
+On error, these functions shall return \code{NULL}.
 
 It is also useful to be able to convert a \code{psMetadata} structure into the
