diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7d37aad03f..e3a37dc741 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -184,8 +184,8 @@ start losing precision (their lower digits). If you have filesystems that support "large files" (files larger than 2 gigabytes), you may now also be able to create and access them from -Perl. You have to use Configure -Duselfs. Turning on the large file -support turns on also the 64-bit support, for obvious reasons. +Perl. You have to use Configure -Duselargefiles. Turning on the +large file support turns on also the 64-bit support, for obvious reasons. Note that in addition to requiring a proper file system to do large files you may also need to adjust your per-process (or your |