Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4073)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4074)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.249 2005-06-01 21:22:29 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.250 2005-06-01 21:24:21 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1641,5 +1641,5 @@
 pointer to the last element in the list (\code{tail}), an array of
 iteration cursors, (\code{iterators}), and an entry to define the
-number of elements in the list (\code{size}).
+number of elements in the list (\code{n}).
 
 The elements of the list are defined by the type \code{psListElem}:
@@ -1845,7 +1845,7 @@
 \end{datatype}
 %
-where \code{nbucket} is the number of buckets defined for the hash
-functions, and \code{buckets} is an array of pointers to the
-individual buckets, each of which is defined by:
+where \code{n} is the number of buckets defined for the hash functions, and
+\code{buckets} is an array of pointers to the individual buckets, each of which
+is defined by:
 %
 \begin{datatype}
@@ -1865,5 +1865,5 @@
 \end{prototype}
 which allocates the space for the hash table, creating and
-initializing \code{nbuckets} hash buckets.
+initializing \code{n} hash buckets.
 
 The destructor for \code{psHash} must free all data associated with a complete hash table.
