Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3931)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3932)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.216 2005-05-13 22:07:26 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.217 2005-05-13 22:17:04 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1793,8 +1793,8 @@
 A hash table is created with the following function:
 \begin{verbatim}
-psHash *psHashAlloc(void);
-\end{verbatim}
-which allocates the space for the hash table and initializes all of
-the buckets.
+psHash *psHashAlloc(int nbuckets);
+\end{verbatim}
+which allocates the space for the hash table, creating and
+initializing \code{nbuckets} hash buckets.
 
 The destructor for \code{psHash} must free all data associated with a complete hash table.
