Page MenuHomeFreeBSD

MFC r339343,r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 29 2024, 7:45 PM
Unknown Object (File)
Oct 28 2024, 9:29 AM
Unknown Object (File)
Oct 6 2024, 8:28 AM
Unknown Object (File)
Oct 5 2024, 10:00 PM
Unknown Object (File)
Oct 4 2024, 11:41 PM
Unknown Object (File)
Oct 3 2024, 12:11 PM
Unknown Object (File)
Oct 3 2024, 1:50 AM
Unknown Object (File)
Oct 3 2024, 12:19 AM
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.