Page MenuHomeFreeBSD

MFC r339343,r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 12:49 PM
Unknown Object (File)
Fri, Mar 20, 3:30 AM
Unknown Object (File)
Fri, Mar 20, 1:39 AM
Unknown Object (File)
Thu, Mar 19, 6:40 AM
Unknown Object (File)
Wed, Mar 18, 11:05 AM
Unknown Object (File)
Wed, Mar 11, 6:12 AM
Unknown Object (File)
Wed, Mar 11, 12:08 AM
Unknown Object (File)
Sun, Mar 1, 12:18 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.