Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 701)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 702)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.43 2004-05-14 01:23:03 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.44 2004-05-15 02:41:00 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -729,9 +729,9 @@
 with \code{psTraceSetDestination}:
 \begin{verbatim}
-void psTraceSetDestination(const char *filename // File to write to
-    );
-\end{verbatim}
-If the \code{filename} is \code{NULL}, then the trace is sent to
-standard output.
+void psTraceSetDestination(FILE *fp	// Open file pointer to write to
+    );
+\end{verbatim}
+If the \code{fp} is \code{NULL}, then the trace is sent to standard
+output.
 
 \subsubsection{Message Logging}
