Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 1636)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 1639)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.88 2004-08-27 20:51:33 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.89 2004-08-27 21:38:46 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3415,16 +3415,16 @@
 \end{verbatim}
 
-The metadata may be iterated over by (re-)setting the iterator to a
-location in the \code{psMetadata} list, and getting the previous or
-next item.  \code{psMetadataGetNext} has the ability to match the
-beginning of a key, e.g., if the user only wants to iterate through
-\code{IPP.machines.sky} and doesn't want to bother with
-\code{IPP.machines.detector}.  The iterator should iterate over every
-item of metadata --- even those that are non-unique.  The value
-\code{which} specifies the iterator to be used.  In setting the
+The metadata may be iterated over by (re-)setting a particular
+iterator, \code{which}, to a location in the \code{psMetadata} list,
+and getting the previous or next item.  \code{psMetadataGetNext} has
+the ability to match the beginning of a key, e.g., if the user only
+wants to iterate through \code{IPP.machines.sky} and doesn't want to
+bother with \code{IPP.machines.detector}.  The iterator should iterate
+over every item of metadata --- even those that are non-unique.  The
+value \code{which} specifies the iterator to be used.  In setting the
 iterator, the position of the iterator is defined by \code{where},
 which follows the conventions of the \code{psList} iterators.
 \begin{verbatim}
-void psMetadataSetIterator(psMetadata *md, int where);
+void psMetadataSetIterator(psMetadata *md, int which, int where);
 psMetadataItem *psMetadataGetNext(psMetadata *md, const char *match, int which);
 psMetadataItem *psMetadataGetPrevious(psMetadata *md, const char *match, int which);
