mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue