Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 6219)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 6255)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.377 2006-01-27 02:25:05 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.378 2006-01-31 00:55:46 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1884,6 +1884,6 @@
 %
 In these functions, \code{nalloc} is the number of elements to
-allocate.  For \code{psArrayAlloc}, the value of \code{psArray.n} is
-set to \code{nalloc}.  Users may choose to restrict the data range
+allocate.  In \code{psArrayAlloc}, the value of \code{psArray.n} is
+initially set to zero.  Users may choose to restrict the data range
 after the \code{psArrayAlloc} function is called.  For
 \code{psArrayRealloc}, if the value of \code{nalloc} is smaller than
@@ -1895,4 +1895,9 @@
 \code{array} is \code{NULL}, then \code{psArrayRealloc} must return an
 error.
+
+Since \code{psArray} stores pointers, values on the array shall always
+be initialised to \code{NULL} on \code{psArrayAlloc}.
+\code{psArrayRealloc} shall initialise values to \code{NULL} where the
+array has been grown.
 
 \begin{prototype}
@@ -3399,5 +3404,5 @@
 In these functions, \code{nalloc} is the number of elements to
 allocate.  For \code{psVectorAlloc}, the value of \code{psVector.n} is
-set to \code{nalloc}.  Users may choose to restrict the data range
+initially set to zero.  Users may choose to restrict the data range
 after the \code{psVectorAlloc} function is called.  For
 \code{psVectorRealloc}, if the value of \code{nalloc} is smaller than
