summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald J. Kimball <rjk@linguist.dartmouth.edu>2001-12-06 19:24:55 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-07 14:01:41 +0000
commit2edcc0d9244f31a2b7378da95791f37efa9301ef (patch)
tree7b7ac64a900d38fef5984bdcc84f89eef65e12a6
parent972e7321890d17fb9c105d15681c3146dfb7c1cc (diff)
downloadperl-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.pod2
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,