From 017aaf79e1867aa8d2fb98d79b7b4d5ebbcf2175 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Mon, 18 Oct 2004 10:02:04 +0000 Subject: Since sendfile(2) works on regular files only, which have no negative offsets, "negative" and "invalid" are equivalent WRT the offset argument. Suggested by: bde --- lib/libc/sys/sendfile.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 8c7dadbda7e15..751b471e255b5 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -219,7 +219,7 @@ is not a SOCK_STREAM type socket. The .Fa offset argument -is invalid, i.e. negative. +is negative. .It Bq Er ENOTCONN The .Fa s -- cgit v1.3