[perluniintro.pod] pod markup fix
Stas Bekman [Thu, 21 Aug 2003 11:41:01 +0000 (04:41 -0700)]
Message-ID: <3F45123D.8020805@stason.org>

p4raw-id: //depot/perl@20806

pod/perluniintro.pod

index c20e05c..8aebbf2 100644 (file)
@@ -549,7 +549,7 @@ C<LATIN CAPITAL LETTER A WITH GRAVE>?)
 The short answer is that by default, Perl compares strings (C<lt>,
 C<le>, C<cmp>, C<ge>, C<gt>) based only on the code points of the
 characters.  In the above case, the answer is "after", since
-C<0x00C1> > C<0x00C0>.
+C<0x00C1> E<gt> C<0x00C0>.
 
 The long answer is that "it depends", and a good answer cannot be
 given without knowing (at the very least) the language context.
@@ -886,6 +886,6 @@ mailing lists for their valuable feedback.
 
 =head1 AUTHOR, COPYRIGHT, AND LICENSE
 
-Copyright 2001-2002 Jarkko Hietaniemi <jhi@iki.fi>
+Copyright 2001-2002 Jarkko Hietaniemi E<lt>jhi@iki.fiE<gt>
 
 This document may be distributed under the same terms as Perl itself.