[win32] merge changes#906,907,909,910 from maintbranch
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pod
index fba225f..c781765 100644 (file)
@@ -606,7 +606,7 @@ longjmp() is C-specific: use die instead.
 
 =item lseek
 
-Move the read/write file pointer.  This uses file descriptors such as
+Move the file's read/write position.  This uses file descriptors such as
 those obtained by calling C<POSIX::open>.
 
        $fd = POSIX::open( "foo", &POSIX::O_RDONLY );