summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorPhilip Newton <pne@cpan.org>2002-05-01 14:41:10 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2002-05-01 09:42:27 +0000
commit1506e54c80473c347acbbaa4273229d686e33f62 (patch)
tree1c6ac6960808a694c132552c5a5db62d28d10063 /vms
parent08e5223a8528b971b4471b7221166ff3212af428 (diff)
downloadperl-1506e54c80473c347acbbaa4273229d686e33f62.tar.gz
Re: [PATCH: perl@16267] update to vms/perlvms.pod
Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com> p4raw-link: @16267 on //depot/perl: 4a764cd0c6a5228a65a4547158328224bc480d50 p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16298
Diffstat (limited to 'vms')
-rw-r--r--vms/perlvms.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/perlvms.pod b/vms/perlvms.pod
index b693f957dd..5ba34bb076 100644
--- a/vms/perlvms.pod
+++ b/vms/perlvms.pod
@@ -233,10 +233,10 @@ Perl will wait for the subprocess to complete before continuing.
The mailbox (MBX) that perl can create to communicate with a pipe
defaults to a buffer size of 512. The default buffer size is
-adujustable via the logical name PERL_MBX_SIZE provided that the
+adjustable via the logical name PERL_MBX_SIZE provided that the
value falls between 128 and the SYSGEN parameter MAXBUF inclusive.
For example, to double the MBX size from the default within
-a Perl program use C<$ENV{'PERL_MBX_SIZE'} = 1024;> and then
+a Perl program, use C<$ENV{'PERL_MBX_SIZE'} = 1024;> and then
open and use pipe constructs. An alternative would be to issue
the command:
@@ -920,7 +920,7 @@ problems.
=head1 Revision date
-This document was last updated on 29-Apr-2002, for Perl 5,
+This document was last updated on 01-May-2002, for Perl 5,
patchlevel 8.
=head1 AUTHOR