mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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
This commit is contained in:
parent
4325be53b0
commit
017aaf79e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136660
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user