Change 16298 by ams@lustre on 2002/05/01 09:42:27
Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
From: Philip Newton <[EMAIL PROTECTED]>
Date: Wed, 01 May 2002 12:41:10 +0200
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/vms/perlvms.pod#25 edit
Differences ...
==== //depot/perl/vms/perlvms.pod#25 (text) ====
Index: perl/vms/perlvms.pod
--- perl/vms/perlvms.pod.~1~ Wed May 1 03:45:06 2002
+++ perl/vms/perlvms.pod Wed May 1 03:45:06 2002
@@ -233,10 +233,10 @@
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 @@
=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
End of Patch.