From 3284fbc0ec45a309f7254da7461c266c6e27736d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 11 Sep 2010 06:13:23 +0200 Subject: [PATCH] lseek.2: Removed note about return type on ancient systems Reported-by: der Mouse Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index 07b374db1..4954728e3 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -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)