Re: [patch pod/perlport.pod] wrong escape
Ronald J. Kimball [Fri, 7 Dec 2001 00:24:55 +0000 (19:24 -0500)]
Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>

p4raw-id: //depot/perl@13508

pod/perlport.pod

index 43ee812..c89e288 100644 (file)
@@ -564,7 +564,7 @@ permissions between the permissions check and the actual operation.
 Just try the operation.)
 
 Don't assume the UNIX user and group semantics: especially, don't
-expect the C<$E<lt>> and C<$E<gt>> (or the E<$(> and E<$)>) to work
+expect the C<< $< >> and C<< $> >> (or the C<$(> and C<$)>) to work
 for switching identities (or memberships).
 
 Don't assume set-uid and set-gid semantics. (And even if you do,