Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4258)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4259)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.286 2005-06-15 01:08:13 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3443,10 +3443,11 @@
 
 \begin{prototype}
-bool p_psDBRunQuery(psDB *dbh, const char *query);
-\end{prototype}
-
-This function will execute a string as a raw SQL query.  No additional
-processing of the string or abstraction of the underlying database's SQL
-dialect is provided.
+bool p_psDBRunQuery(psDB *dbh, const char *format, ...);
+\end{prototype}
+
+This function will execute a string as a raw SQL query.  \code{format} is a
+\code{printf} style formatting code to be implimented with \code{vsprintf()}.
+No additional processing of the string or abstraction of the underlying
+database's SQL dialect is provided.
 
 \begin{prototype}
