Document that perl recognizes 2>&1 on the command-line on VMS.
Rafael Garcia-Suarez [Tue, 8 Apr 2003 19:05:22 +0000 (19:05 +0000)]
p4raw-id: //depot/perl@19168

vms/perlvms.pod

index 9067917..4db4ab2 100644 (file)
@@ -308,11 +308,15 @@ C<E<gt>E<gt>file> appends stdout to C<file>,
 
 =item *
 
-C<2E<gt>file> writes stderr to C<file>, and
+C<2E<gt>file> writes stderr to C<file>,
 
 =item *
 
-C<2E<gt>E<gt>file> appends stderr to C<file>. 
+C<2E<gt>E<gt>file> appends stderr to C<file>, and
+
+=item *
+
+C<< 2>&1 >> redirects stderr to stdout.
 
 =back