summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libdl.tex')
-rw-r--r--Doc/lib/libdl.tex8
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/lib/libdl.tex b/Doc/lib/libdl.tex
index b9a3241..8d1220f 100644
--- a/Doc/lib/libdl.tex
+++ b/Doc/lib/libdl.tex
@@ -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: