Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 8100)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 8769)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.426 2006-08-03 03:29:53 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.427 2006-09-07 21:50:57 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3076,4 +3076,5 @@
 \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);
 \end{prototype}
 
@@ -3086,4 +3087,8 @@
 below) are overwritten if and only if \code{overwrite} is \code{true}.
 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}.
