]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dllload.tex
Doc edits to fix formatting problems in Word/PDF
[wxWidgets.git] / docs / latex / wx / dllload.tex
index 36b14e6ad742000ab40a790e6044f41cc8191224..9884c577ce2ba26c04ed72522c9cd29ba167aa66 100644 (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.
+