Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 3070)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 3075)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.169 2005-01-22 01:57:42 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.170 2005-01-24 22:02:16 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3121,5 +3121,5 @@
 
 \begin{verbatim}
-psImage *psMatrixLUD(psImage *out, psVector *perm, const psImage *in);
+psImage *psMatrixLUD(psImage *out, psVector **perm, const psImage *in);
 psVector *psMatrixLUSolve(psVector *out, const psImage *LU, const psVector *RHS, const psVector *perm);
 \end{verbatim}
@@ -3136,5 +3136,6 @@
 This vector shall be created by \code{psMatrixLUD}, and the user need
 only pass this to \code{psMatrixLUSolve} before destroying it in the
-standard manner.
+standard manner.  In order to avoid memory leaks, \code{perm} must be
+\code{NULL} on calling \code{psMatrixLUD}.
 
 \begin{verbatim}
