Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 5904)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 5914)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.370 2006-01-05 23:49:44 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.371 2006-01-06 02:17:02 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -905,4 +905,15 @@
 terminator) shall be returned.  \code{psStringPrepend} shall do
 similarly, except it shall prepend to the \code{dest} string.
+
+A further useful function is:
+
+\begin{prototype}
+psList *psStringSplit(const char *string, const char *splitters);
+\end{prototype}
+
+\code{psStringSplit} shall split the input \code{string} into a
+\code{psList} of \code{psStrings}.  The \code{string} is split at any
+one of the characters in \code{splitters}.  Split strings of zero
+length should not be included in the output list.
 
 \subsubsection{Type information}
