Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1618)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1619)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.84 2004-08-24 20:01:50 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.85 2004-08-25 04:37:48 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3080,10 +3080,10 @@
 and returned.
 
-To convert to or from Local Mean Sidereal Time, it is necessary to
-provide the local longitude as well:
-%
-\begin{verbatim}
-psTime *psTimeToLST(psTime *time, double longitude);
-psTime *psTimeFromLST(psTime *time, double longitude);
+To convert to Local Mean Sidereal Time, it is necessary to provide the
+local longitude (specified in radians, positive East of Greenwich) as
+well:
+%
+\begin{verbatim}
+psF64 *psTimeToLST(psTime *time, psF64 longitude);
 \end{verbatim}
 %
@@ -3097,4 +3097,14 @@
 double psTimeGetUT1Delta(const psTime *time);
 psSphere *psTimeGetPoleCoords(const psTime *time);
+\end{verbatim}
+
+Leap seconds are added to UTC in order to keep it within 0.9s of UT1
+(which is defined relative to the Earth's rotation, and hence is
+useful for astronomical purposes).  The following function,
+\code{psTimeLeapSeconds}, shall calculate the number of leap seconds
+added between two times:
+%
+\begin{verbatim}
+long psTimeLeapSeconds(const psTime *time1, const psTime *time2);
 \end{verbatim}
 
