Use the \note and \warning macros where appropriate.

This commit is contained in:
Fred Drake 2001-10-20 04:24:09 +00:00
parent 64a5aaf05c
commit 0aa811c527
45 changed files with 156 additions and 163 deletions

View file

@ -10,12 +10,10 @@ The \module{dl} module defines an interface to the
\UNIX{} platforms for handling dynamically linked libraries. It allows
the program to call arbitrary functions in such a library.
\strong{Note:} This module will not work unless
\begin{verbatim}
sizeof(int) == sizeof(long) == sizeof(char *)
\end{verbatim}
\note{This module will not work unless
\code{sizeof(int) == sizeof(long) == sizeof(char *)}
If this is not the case, \exception{SystemError} will be raised on
import.
import.}
The \module{dl} module defines the following function: