Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 933)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 943)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.53 2004-06-08 20:12:36 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.54 2004-06-09 16:05:58 eugene Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -949,6 +949,5 @@
 PSLib and any project needed to use PSLib must define the necessary
 error codes and associated message strings.  An array of error codes
-may be registered with the PSLib error handler using a private
-function:
+may be registered with the PSLib error handler using the function:
 \begin{verbatim}
 void psErrorRegisterSet(const psErrorDescription *errors, int nerror);
@@ -962,9 +961,9 @@
 \end{verbatim}
 PSLib internal errors must be registered with the function
-psErrorRegister, which should be called as part of the program
-initialization to set up the error codes.  It is left to the external
-project to produce their own error registration functions which must
-also be called during initialization. There is a clear need to
-coordinate the choice of error numbers.  It is expected that error
+\code{psErrorRegisterSet}, which should be called as part of the
+program initialization to set up the error codes.  It is left to the
+external project to produce their own error registration functions
+which must also be called during initialization. There is a clear need
+to coordinate the choice of error numbers.  It is expected that error
 code ranges for different projects must be managed by the Project
 Office within Pan-STARRS.
