]> granicus.if.org Git - python/commitdiff
Minor wording fix.
authorMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 16:25:34 +0000 (16:25 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 16:25:34 +0000 (16:25 +0000)
Doc/lib/libfcntl.tex

index 4391d73693f2c610642c3c7cdadba786d406d50f..e1350ecb230f305d10c965b895dc725164064d78 100644 (file)
@@ -66,8 +66,9 @@ The module defines the following functions:
   
   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