Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4860)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4869)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.326 2005-08-24 01:38:16 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.327 2005-08-24 21:57:49 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2751,15 +2751,16 @@
 
 Items may be removed from the metadata by specifying a key or a
-location in the list.  If the value of \code{name} is \code{NULL}, the
-value of \code{location} is used.  If the value of \code{name} is not
-\code{NULL}, then \code{location} must be set to
-\code{PS_LIST_UNKNOWN}.  If the key matches a metadata item, the item
-is removed from the metadata and \code{true} is returned; otherwise,
-\code{false} is returned.  If the key is not unique, then \emph{all}
-items corresponding to the key are removed, and \code{true} is
-returned.
-%
-\begin{prototype}
-bool psMetadataRemove(psMetadata *md, long location, const char *key);
+location in the list.  For \code{psMetadataRemoveKey}, if the key
+matches a metadata item, the item is removed from the metadata and
+\code{true} is returned; otherwise, \code{false} is returned.  If the
+key is not unique, then \emph{all} items corresponding to the key are
+removed, and \code{true} is returned.  For
+\code{psMetadataRemoveIndex}, the metadata item at the specified
+\code{location} is removed, if valid, and \code{true} is returned;
+otherwise the function returns \code{false}.
+%
+\begin{prototype}
+bool psMetadataRemoveKey(psMetadata *md, const char *key);
+bool psMetadataRemoveIndex(psMetadata *md, int location);
 \end{prototype}
 
