summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2005-02-01 22:33:14 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-02-02 13:12:17 +0000
commitaaa270e5c2fde5136fc8cb50b57a6bb908ef1616 (patch)
tree5b6627c8404fbb28b1e3be6cbb7a4c69bc6940d7 /pod
parentf8952f9c0d30f65af1114a6384b97ad7770dce81 (diff)
downloadperl-aaa270e5c2fde5136fc8cb50b57a6bb908ef1616.tar.gz
POD nit @ sysseek
Message-ID: <20050201203314.GC335@abigail.nl> p4raw-id: //depot/perl@23920
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 08fc5c773c..833e891825 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -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>,