Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 7854)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 7861)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.417 2006-07-10 20:27:50 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.418 2006-07-11 03:23:10 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -6686,4 +6686,5 @@
 struct timeval *psTimeToTimeval(const psTime *time);
 struct tm *psTimeToTM(const psTime *time);
+psString *psTimeStrftime(const psTime *time, const char *format);
 \end{prototype}
 
@@ -6691,4 +6692,8 @@
 with the \code{leapsecond} flag set to represent the number of seconds
 as ``:60''.
+
+The \code{psTimeStrftime()} function converts psTime objects into a string
+who's formatted is defined by \code{format}.  Where \code{format} is a
+\code{strftime(3)} compatable formating string.
 
 \subsubsection{Date and Time Parsing}
