This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POD nit @ sysseek
authorAbigail <abigail@abigail.be>
Tue, 1 Feb 2005 21:33:14 +0000 (22:33 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 2 Feb 2005 13:12:17 +0000 (13:12 +0000)
Message-ID: <20050201203314.GC335@abigail.nl>

p4raw-id: //depot/perl@23920

pod/perlfunc.pod

index 08fc5c7..833e891 100644 (file)
@@ -5849,7 +5849,7 @@ will return byte offsets, not character offsets (because implementing
 that would render sysseek() very slow).
 
 sysseek() bypasses normal buffered IO, so mixing this with reads (other
-than C<sysread>, for example &gt;&lt or read()) C<print>, C<write>,
+than C<sysread>, for example C<< <> >> or read()) C<print>, C<write>,
 C<seek>, C<tell>, or C<eof> may cause confusion.
 
 For WHENCE, you may also use the constants C<SEEK_SET>, C<SEEK_CUR>,