Page MenuHomeFreeBSD

Document EACCES in ioctl(2).
Needs ReviewPublic

Authored by felix.the.red_gmail.com on Feb 20 2025, 6:55 AM.
Tags
None
Referenced Files
F133137531: D49072.diff
Thu, Oct 23, 7:12 AM
Unknown Object (File)
Sat, Oct 18, 10:38 AM
Unknown Object (File)
Fri, Oct 17, 1:04 AM
Unknown Object (File)
Tue, Oct 14, 3:19 PM
Unknown Object (File)
Fri, Sep 26, 1:39 AM
Unknown Object (File)
Sep 18 2025, 10:22 AM
Unknown Object (File)
Sep 17 2025, 6:57 AM
Unknown Object (File)
Sep 15 2025, 9:50 PM
Subscribers

Details

Reviewers
ziaee
Group Reviewers
manpages
Summary

Add documentation for error code EACCES when calling
ioctl(2).

Test Plan

PR:239504

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Looks great! Tip, you want the PR in the summary with a colon in the middle. The test plan field is something different, more like "git-arc.sh patch -c D49072; grep ioctl.c eaccess; mandoc -Tlint" etc.

lib/libsys/ioctl.2
114

I'd remove this line, the second line is already perfect. It even has the search keyword "permission"

lib/libsys/ioctl.2
115

If ever writing the title of the page, use the name macro instead.

felix.the.red_gmail.com edited the test plan for this revision. (Show Details)

Removed Permission denied sentence.