summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorBenjamin Goldberg <goldbb2@earthlink.net>2001-12-05 17:52:35 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-06 02:48:27 +0000
commit6fab322b2f113f8f5550387e4b37b9fb4d074f5e (patch)
treec52d0f15f647bd006a67ae175950812e887201bb /pod
parent0e9538e66cd297c993f940738cc742c71d176be3 (diff)
downloadperl-6fab322b2f113f8f5550387e4b37b9fb4d074f5e.tar.gz
Re: Silly stat() portability questions
Message-ID: <3C0EEB83.8CE93CA2@earthlink.net> p4raw-id: //depot/perl@13482
Diffstat (limited to 'pod')
-rw-r--r--pod/perlport.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index 34e9dabc16..43ee812475 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<$E<lt>> and C<$E<gt>> (or the E<$(> and E<$)>) to work
for switching identities (or memberships).
Don't assume set-uid and set-gid semantics. (And even if you do,