Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 5792)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 5874)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.365 2005-12-15 01:30:23 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.366 2006-01-04 00:02:05 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -5600,7 +5600,8 @@
 in an image:
 \begin{verbatim}
-psImage A,B;
-
-B = psBinaryOp (NULL, A, "^", psScalarAlloc(2)); 
+psImage *A, *B;
+A = someCoolImage(); // Initialise A
+
+B = psBinaryOp (NULL, A, "^", psScalarAlloc(2, PS_TYPE_S16)); 
 psUnaryOp(B, B, "sin");
 \end{verbatim}
