Re: Silly stat() portability questions
Benjamin Goldberg [Wed, 5 Dec 2001 22:52:35 +0000 (17:52 -0500)]
Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>

p4raw-id: //depot/perl@13482

pod/perlport.pod

index 34e9dab..43ee812 100644 (file)
@@ -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,