From: Ronald J. Kimball Date: Fri, 7 Dec 2001 00:24:55 +0000 (-0500) Subject: Re: [patch pod/perlport.pod] wrong escape X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2edcc0d9244f31a2b7378da95791f37efa9301ef;p=p5sagit%2Fp5-mst-13.2.git Re: [patch pod/perlport.pod] wrong escape Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@13508 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index 43ee812..c89e288 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -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> and C<$E> (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,