diff options
author | Ronald J. Kimball <rjk@linguist.dartmouth.edu> | 2001-12-06 19:24:55 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-07 14:01:41 +0000 |
commit | 2edcc0d9244f31a2b7378da95791f37efa9301ef (patch) | |
tree | 7b7ac64a900d38fef5984bdcc84f89eef65e12a6 | |
parent | 972e7321890d17fb9c105d15681c3146dfb7c1cc (diff) | |
download | perl-2edcc0d9244f31a2b7378da95791f37efa9301ef.tar.gz |
Re: [patch pod/perlport.pod] wrong escape
Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@13508
-rw-r--r-- | pod/perlport.pod | 2 |
1 files changed, 1 insertions, 1 deletions
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<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, |