diff options
author | yar <yar@FreeBSD.org> | 2004-10-18 10:02:04 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-10-18 10:02:04 +0000 |
commit | faf553262e367947e26773fab09072709250fa9d (patch) | |
tree | dd4d878203716ef9ff253add62e1b9854dcb8b69 /lib | |
parent | a1b79e2908bc1cab8a7e1a7a007cfbe5d32e587d (diff) | |
download | FreeBSD-src-faf553262e367947e26773fab09072709250fa9d.zip FreeBSD-src-faf553262e367947e26773fab09072709250fa9d.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/sendfile.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 8c7dadb..751b471 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 |