lseek.2: Removed note about return type on ancient systems

Reported-by: der Mouse <mouse@rodents-montreal.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-11 06:13:23 +02:00
parent fa57b2089b
commit 3284fbc0ec
1 changed files with 3 additions and 2 deletions

View File

@ -147,8 +147,9 @@ L_SET SEEK_SET
L_INCR SEEK_CUR
L_XTND SEEK_END
.TE
.PP
SVr1-3 returns \fIlong\fP instead of \fIoff_t\fP, BSD returns \fIint\fP.
.\" .PP
.\" SVr1-3 returns \fIlong\fP instead of \fIoff_t\fP,
.\" (ancient) BSD returns \fIint\fP.
.PP
Note that file descriptors created by
.BR dup (2)