Page MenuHomeFreeBSD

MFC r339343,r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:44 PM.
Tags
None
Referenced Files
F132226492: D19150.id.diff
Tue, Oct 14, 11:41 PM
F132226491: D19150.id53806.diff
Tue, Oct 14, 11:41 PM
F132226490: D19150.id53822.diff
Tue, Oct 14, 11:41 PM
Unknown Object (File)
Tue, Oct 14, 2:54 PM
Unknown Object (File)
Wed, Oct 1, 1:49 PM
Unknown Object (File)
Wed, Oct 1, 10:44 AM
Unknown Object (File)
Tue, Sep 30, 6:21 PM
Unknown Object (File)
Tue, Sep 30, 3:25 PM
Subscribers

Details

Reviewers
emaste
jtl
Group Reviewers
manpages
Commits
rS344038: MFC r339343,r343444:
Summary

r339343 (by allanjude):

Document that sendfile(2) can return ENOTCAPABLE

PR: 232207

r343444:

Document that sendfile will return an invalid value for sbytes if provided an invalid address

This is meant to clarify the fact that the system call will not fail
with -1/EFAULT, as one might expect, when reading the sendfile(2)
manpage today.

While here, pet the mandoc linter, when dealing with the section that
describes valid values for flags.

PR: 232210

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Feel free to commit with "Approved by: jtl"

This revision is now accepted and ready to land.Feb 12 2019, 2:50 AM
This revision was automatically updated to reflect the committed changes.