[Python-checkins] python/dist/src/Doc/lib libfcntl.tex,1.37,1.38

mwh at users.sourceforge.net mwh at users.sourceforge.net
Wed Mar 30 18:25:41 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20170

Modified Files:
	libfcntl.tex 
Log Message:
Minor wording fix.


Index: libfcntl.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfcntl.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- libfcntl.tex	30 Nov 2004 14:31:54 -0000	1.37
+++ libfcntl.tex	30 Mar 2005 16:25:34 -0000	1.38
@@ -66,8 +66,9 @@
   
   If it is false, the buffer's mutability is ignored and behaviour is
   as for a read-only buffer, except that the 1024 byte limit mentioned
-  above is avoided -- so long as the buffer you pass is longer than
-  what the operating system wants to put there, things should work.
+  above is avoided -- so long as the buffer you pass is as least as
+  long as what the operating system wants to put there, things should
+  work.
   
   If \var{mutate_flag} is true, then the buffer is (in effect) passed
   to the underlying \function{ioctl()} system call, the latter's



More information about the Python-checkins mailing list