Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5524)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5525)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.178 2005-11-07 22:31:36 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.179 2005-11-16 21:34:48 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -822,3 +822,6 @@
   psFitsWriteTable}.
 \item Added \code{psMetadataCopy}.
-\end{itemize}
+\item Clarified \code{psPlaneTransformAlloc} and
+  \code{psPlaneDistortAlloc}: arguments are polynomial order, not
+  number of terms.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5524)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5525)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.354 2005-11-07 22:31:41 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.355 2005-11-16 21:34:48 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -6466,6 +6466,6 @@
 the same dimensions.
 \begin{prototype}
-psPlaneTransform *psPlaneTransformAlloc(int n1, int n2);
-psPlaneDistort *psPlaneDistortAlloc(int n1, int n2, int n3, int n4);
+psPlaneTransform *psPlaneTransformAlloc(int order1, int order2);
+psPlaneDistort *psPlaneDistortAlloc(int order1, int order2, int order3, int order4);
 \end{prototype}
 
