Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4021)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4022)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.232 2005-05-24 23:44:45 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.233 2005-05-24 23:56:16 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1425,5 +1425,5 @@
 Here is an example of how \code{psVectorExtend} is used to
 automatically increment the vector length.
-\begin{datatype}
+\begin{verbatim}
   // create data vector
   psVector *y = psVectorAlloc (100);
@@ -1436,5 +1436,5 @@
     // increments n by 1, extends length if needed by 100
   }
-\end{datatype}
+\end{verbatim}
 Note that the specification that the allocation always be greater than
 the number of elements by twice the number of new elements implies
