[Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex,1.49,1.50

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 18 Jul 2001 18:17:17 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv7741

Modified Files:
	libsys.tex 
Log Message:
Fix a few typos


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** libsys.tex	2001/07/18 17:52:58	1.49
--- libsys.tex	2001/07/19 01:17:15	1.50
***************
*** 341,350 ****
  \end{funcdesc}
  
! \begin{funcdesc}{sertdlopenflags}{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
    \code{sys.setdlopenflags(dl.RTLD_NOW | dl.RTLD_GLOBAL)}.  Symbolic
    names for the flag modules can be either found in the \refmodule{dl}
--- 341,350 ----
  \end{funcdesc}
  
! \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
!   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}