Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3663)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3664)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.199 2005-04-05 21:26:50 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.200 2005-04-05 21:33:34 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3921,5 +3921,5 @@
 pre-defined settings, to parse a configuration file into a
 \code{psMetadata} structure.  This shall be performed by the
-function \code{psMetadataParseConfig}, as described below.
+function \code{psMetadataConfigParse}, as described below.
 
 \begin{verbatim}
@@ -3928,5 +3928,5 @@
 
 Given a metadata container, \code{md}, and the name of a configuration
-file, \code{filename}, \code{psMetadataParseConfig} shall parse the
+file, \code{filename}, \code{psMetadataConfigParse} shall parse the
 configuration file, placing the contained key/type/value/comment quads
 into the metadata, and returning a pointer to the metadata structure.
@@ -3947,8 +3947,8 @@
 \end{verbatim}
 
-The \code{psMetadataFormatConfig} function converts a \code{psMetadata}
+The \code{psMetadataConfigFormat} function converts a \code{psMetadata}
 structure (including any nested \code{psMetadata}) into a Configuration File
 formatted string.  A \code{NULL} shall be returned on error.  The
-\code{psMetadataWriteConfig} behaves the same as \code{psMetadataFormatConfig}
+\code{psMetadataConfigWrite} behaves the same as \code{psMetadataConfigFormat}
 except that the string is writen out to \code{filename}.  \code{false} is
 returned on failure.
@@ -4080,5 +4080,5 @@
 \end{verbatim}
 
-When \code{psMetadataParseConfig} encounters the \code{TYPE} line, it
+When \code{psMetadataConfigParse} encounters the \code{TYPE} line, it
 should construct a \code{psMetadata} container and fill it with
 \code{psMetadataItems} having the names \code{EXTNAME, BIASSEC, CHIP},
