From: Andrew M. Kuchling Date: Thu, 19 Jul 2001 01:17:15 +0000 (+0000) Subject: Fix a few typos X-Git-Tag: v2.2a3~1063 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28bafb8b5dc75b39c7bd2b5f76ce12e25d215481;p=thirdparty%2FPython%2Fcpython.git Fix a few typos --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 05030248d3f5..53c8c42c1744 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -340,12 +340,12 @@ else: \versionadded{2.0} \end{funcdesc} -\begin{funcdesc}{sertdlopenflags}{n} +\begin{funcdesc}{setdlopenflags}{n} Set the flags used by the interpreter for \cfunction{dlopen()} calls, such as when the interpreter loads extension modules. Among other things, this will enable a lazy resolving of symbols when - imporing a module, if called as \code{sys.setdlopenflags(0)}. To - share symols across extension modules, call as + importing a module, if called as \code{sys.setdlopenflags(0)}. To + share symbols across extension modules, call as \code{sys.setdlopenflags(dl.RTLD_NOW | dl.RTLD_GLOBAL)}. Symbolic names for the flag modules can be either found in the \refmodule{dl} module, or in the \module{DLFCN} module. If \module{DLFCN} is not