Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5053)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5054)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.336 2005-09-13 21:28:03 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.337 2005-09-15 03:31:51 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -6948,21 +6948,21 @@
 the atmospheric refraction.
 
-\begin{prototype}
+\begin{verbatim}
 float psGetAirmass(const psSphere *coord, psTime *lst, float altitude);
-\end{prototype}
+\end{verbatim}
 which returns the airmass for a given position and local sidereal time
 (\code{lst}).
 
-\begin{prototype}
+\begin{verbatim}
 float psGetParallactic(const psSphere *coord, double siderealTime);
-\end{prototype}
+\end{verbatim}
 which returns the parallactic angle for a given position and sidereal time.
 
-\begin{prototype}
+\begin{verbatim}
 float psGetRefraction(float colour,            ///< Colour of object
                       psPhotSystem colorPlus,  ///< Colour reference
                       psPhotSystem colorMinus, ///< Colour reference
                       const psExposure *exp);  ///< Telescope pointing information
-\end{prototype}
+\end{verbatim}
 which provides an estimate of the atmospheric refraction, along the parallactic angle.
 
