\label{fig:typemodifiertags}
\end{figure}
-% The following prevents splitting the examples up.
-% FIXME perhaps there is a better way. We could box the verbatim,
-% see memman.pdf on verbatims.
+%The following clearpage prevents splitting the example across pages.
\clearpage
-\textit{As examples of how tye modifiers are ordered, take the following C
+\textit{As examples of how type modifiers are ordered, take the following C
declarations:}
-\begin{verbatim}
+\begin{alltt}
const unsigned char * volatile p;
which represents a volatile pointer to a constant
character. This is encoded in DWARF as:
\livelink{chap:DWTAGvolatiletype}{DW\-\_TAG\-\_volatile\-\_type} -->
\livelink{chap:DWTAGbasetype}{DW\-\_TAG\-\_base\-\_type}(unsigned char)
-\end{verbatim}
+\end{alltt}
\section{Typedef Entries}
\label{chap:typedefentries}