Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5141)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5142)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.343 2005-09-22 21:27:35 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.344 2005-09-27 02:38:47 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1741,5 +1741,5 @@
     printf("Success: %s %s\n", inputName, outputName);
 
-    psString string = psMetadataLookupString(NULL, arguments, "-string");
+    psString string = psMetadataLookupStr(NULL, arguments, "-string");
     float floating = psMetadataLookupF32(NULL, arguments, "-float");
     bool boolean = psMetadataLookupBool(NULL, arguments, "-truth");
@@ -2776,5 +2776,5 @@
 is set to reflect the success or failure of the lookup.
 \begin{prototype}
-psPtr psMetadataLookupStr(bool *status, const psMetadata *md, const char *key);
+psString psMetadataLookupStr(bool *status, const psMetadata *md, const char *key);
 psS32 psMetadataLookupS32(bool *status, const psMetadata *md, const char *key);
 psF32 psMetadataLookupF32(bool *status, const psMetadata *md, const char *key);
@@ -4378,5 +4378,5 @@
 
 \begin{prototype}
-long psVectorCountPixelMask (psVector *mask, psMaskValue value);
+long psVectorCountPixelMask (psVector *mask, psMaskType value);
 \end{prototype}
 This function returns the number of pixels in the \code{vector} which
@@ -5297,5 +5297,5 @@
 
 \begin{prototype}
-long psImageCountPixelMask (psImage *mask, psRegion region, psMaskValue value);
+long psImageCountPixelMask (psImage *mask, psRegion region, psMaskType value);
 \end{prototype}
 This function returns the number of pixels in the image region which
