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)
Sat, Feb 28, 11:07 PM
Unknown Object (File)
Sat, Feb 28, 8:59 PM
Unknown Object (File)
Sat, Feb 28, 12:38 PM
Unknown Object (File)
Sun, Feb 22, 2:24 PM
Unknown Object (File)
Fri, Feb 20, 12:31 PM
Unknown Object (File)
Thu, Feb 19, 8:57 AM
Unknown Object (File)
Thu, Feb 19, 5:58 AM
Unknown Object (File)
Thu, Feb 19, 5:00 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 15345
Build 15400: 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.