From 2edcc0d9244f31a2b7378da95791f37efa9301ef Mon Sep 17 00:00:00 2001 From: "Ronald J. Kimball" Date: Thu, 6 Dec 2001 19:24:55 -0500 Subject: Re: [patch pod/perlport.pod] wrong escape Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@13508 --- pod/perlport.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod') diff --git a/pod/perlport.pod b/pod/perlport.pod index 43ee812475..c89e288755 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, -- cgit v1.2.1