Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4255)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4258)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.284 2005-06-15 00:54:58 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3518,10 +3518,11 @@
 
 \begin{prototype}
-psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where);
+psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where, unsigned long long limit);
 \end{prototype}
 
 Delete the rows that are matched by \code{where} using the same semantics for
-\code{where} as in psDBUpdateRow().  A negative value is returned to indicate an
-error.
+\code{where} as in psDBUpdateRow().  \code{limit} specifies the maximum number
+of rows that may be deleted per invocation.  A negative value is returned to
+indicate an error.
 
 \subsection{FITS I/O Functions}
