Page MenuHomeFreeBSD

Refer to SysV IPC permissions as numeric constants.
ClosedPublic

Authored by brooks on Feb 21 2018, 7:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 8:12 PM
Unknown Object (File)
Mon, Nov 24, 1:07 PM
Unknown Object (File)
Mon, Nov 24, 3:53 AM
Unknown Object (File)
Fri, Nov 21, 1:07 AM
Unknown Object (File)
Fri, Nov 21, 1:07 AM
Unknown Object (File)
Fri, Nov 21, 1:06 AM
Unknown Object (File)
Fri, Nov 21, 1:06 AM
Unknown Object (File)
Fri, Nov 21, 1:03 AM
Subscribers

Details

Summary

POSIX defines no macros for permissions.

Also remove unneeded headers from synopsis.

PR: 225905

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15190
Build 15265: arc lint + arc unit

Event Timeline

wblock added inline comments.
lib/libc/sys/msgget.2
86

Ew. Should not need emphasis or the apostrophe, just say "ORing". If we really want the function to stand out, a dash will work:

which are set by OR-ing
87

s/the following/these/

  • Improvements suggested by @wblock.
  • Bump doc dates
This revision is now accepted and ready to land.Mar 3 2018, 3:49 AM
This revision was automatically updated to reflect the committed changes.