Page MenuHomeFreeBSD

MFC r339343,r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 2:14 AM
Unknown Object (File)
Mon, Aug 10, 8:28 PM
Unknown Object (File)
Mon, Aug 10, 4:57 PM
Unknown Object (File)
Sat, Aug 8, 6:56 PM
Unknown Object (File)
Sat, Aug 8, 4:19 PM
Unknown Object (File)
Fri, Aug 7, 2:20 PM
Unknown Object (File)
Thu, Aug 6, 12:52 PM
Unknown Object (File)
Wed, Jul 22, 7:54 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.