diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 19:44:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 19:44:44 +0000 |
commit | 249b38c67b3450298e92b9ac6afeebe063da18f8 (patch) | |
tree | fdb845d65d42c8a367d77db8fe270f02d3070568 /pod | |
parent | 5f83a3e9d818c3ad53ef226d68bf9dbac882a8dc (diff) | |
download | perl-249b38c67b3450298e92b9ac6afeebe063da18f8.tar.gz |
Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
p4raw-id: //depot/cfgperl@4211
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 |