Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1672)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1673)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.99 2004-09-01 23:41:45 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.100 2004-09-01 23:50:05 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -166,4 +166,19 @@
 const char *psLibVersion(void);
 \end{verbatim}
+
+\subsection{Initialization}
+
+PSLib shall be initialized by calling \code{psLibInit} by the user
+before use.  This enables the library to perform the following tasks
+that are required before general use:
+\begin{itemize}
+\item Set the error codes for PSLib.
+\end{itemize}
+
+The prototype is:
+\begin{verbatim}
+void psLibInit(void)
+\end{verbatim}
+
 
 \subsection{Memory Management}
@@ -1089,4 +1104,6 @@
 taken to be valid values of \code{errno}.  \file{psErrorCodes.c} must
 define the necessary function to register the error codes.
+
+
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
