From: Rafael Garcia-Suarez Date: Sun, 11 Feb 2007 17:29:04 +0000 (+0000) Subject: Another tiny typo in File::Copy (found by Ruud.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=338de517f34e17038e0af3cf9c061dae7a8b9aa8;p=p5sagit%2Fp5-mst-13.2.git Another tiny typo in File::Copy (found by Ruud.) p4raw-id: //depot/perl@30215 --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 2726771..f856632 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -346,7 +346,7 @@ An optional third parameter can be used to specify the buffer size used for copying. This is the number of bytes from the first file, that will be held in memory at any given time, before being written to the second file. The default buffer size depends -upon the file, but will generally be the whole file (up to 2Mb), or +upon the file, but will generally be the whole file (up to 2MB), or 1k for filehandles that do not reference files (eg. sockets). You may use the syntax C to get at the @@ -384,7 +384,7 @@ this calls C. On Mac OS (Classic), C calls C, if available. -B is defined (OS/2, VMS and Win32)> +B is defined (OS/2, VMS and Win32)>: If both arguments to C are not file handles, then C will perform a "system copy" of