summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-28 02:59:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-28 02:59:16 +0000
commit837638265c936ed27578a2aa7829a47e866303b0 (patch)
tree2a36564d30f0839d5123722693fd890e4ef81a6a /pod/perlvar.pod
parentd702ae4256b191c7ab78dd4e746c2175206f38ce (diff)
downloadperl-837638265c936ed27578a2aa7829a47e866303b0.tar.gz
newer version of constant.pm from Tom Phoenix; added Tom's notes to
perldelta; added STOP, DESTROY and AUTOLOAD to specials list p4raw-id: //depot/perl@4718
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index d38bc4937d..5e705313d5 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -270,7 +270,7 @@ set, you'll get the record back in pieces.
On VMS, record reads are done with the equivalent of C<sysread>,
so it's best not to mix record and non-record reads on the same
file. (This is unlikely to be a problem, because any file you'd
-want to read in record mode is probably usable in line mode.)
+want to read in record mode is probably unusable in line mode.)
Non-VMS systems do normal I/O, so it's safe to mix record and
non-record reads of a file.