Doc edits to fix formatting problems in Word/PDF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-09-06 15:04:23 +00:00
parent 8d07927991
commit 567f21d2cd
5 changed files with 5 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ The terms {\it DLL} and {\it shared library/object} will both be used in the
documentation to refer to the same thing: a {\tt .dll} file under Windows or
{\tt .so} or {\tt .sl} one under Unix.
Example of using this class to dynamically load {\tt strlen()} function:
Example of using this class to dynamically load the {\tt strlen()} function:
\begin{verbatim}
#if defined(__WXMSW__)
@@ -189,3 +189,4 @@ Unloads the library from memory.
Returns pointer to symbol {\it name} in the library or NULL if the library
contains no such symbol.