[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.55,1.56

Skip Montanaro montanaro@users.sourceforge.net
Mon, 04 Jun 2001 08:31:19 -0700


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

Modified Files:
	libos.tex 
Log Message:
is -> if in rename description


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** libos.tex	2001/05/31 20:27:46	1.55
--- libos.tex	2001/06/04 15:31:17	1.56
***************
*** 692,696 ****
  \var{dst} exists and is a file, it will be removed silently if the
  user has permission.  The operation may fail on some \UNIX{} flavors
! is \var{src} and \var{dst} are on different filesystems.  If
  successful, the renaming will be an atomic operation (this is a
  \POSIX{} requirement).  On Windows, if \var{dst} already exists,
--- 692,696 ----
  \var{dst} exists and is a file, it will be removed silently if the
  user has permission.  The operation may fail on some \UNIX{} flavors
! if \var{src} and \var{dst} are on different filesystems.  If
  successful, the renaming will be an atomic operation (this is a
  \POSIX{} requirement).  On Windows, if \var{dst} already exists,