Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 3235)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 3248)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.181 2005-02-16 00:38:40 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.182 2005-02-17 02:34:56 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -463,6 +463,6 @@
 
 \begin{verbatim}
-void p_psMemSetDeallocator(void* ptr, psFreeFcn freeFcn);     
-psFreeFcn p_psMemGetDeallocator(void* ptr);     
+void psMemSetDeallocator(void* ptr, psFreeFcn freeFcn);     
+psFreeFcn psMemGetDeallocator(void* ptr);     
 \end{verbatim}
 
@@ -476,10 +476,10 @@
 free function would free the data element references they may contain.
 
-The fucntion \code{p_psSetFreeFcn} is used to associated a free
-function to a memory block, while \code{p_psGetFreeFcn} retrieves the
-last free function set.  To remove a free function from a memory
-block, the \code{psSetFreeFcn} should be invoked with \code{NULL}.  If
-no free function is set, \code{p_psGetFreeFcn} shall return
-\code{NULL}.
+The fucntion \code{psMemSetDeallocator} is used to associated a free
+function to a memory block, while \code{psMemGetDeallocator} retrieves
+the last free function set.  To remove a free function from a memory
+block, the \code{psMemSetDeallocator} should be invoked with
+\code{NULL}.  If no free function is set, \code{psMemGetDeallocator}
+shall return \code{NULL}.
 
 \subsubsection{Callback Routines}
