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, May 19, 10:16 AM
Unknown Object (File)
Wed, May 14, 5:13 AM
Unknown Object (File)
Apr 18 2025, 10:13 AM
Unknown Object (File)
Apr 17 2025, 6:09 PM
Unknown Object (File)
Apr 6 2025, 1:27 AM
Unknown Object (File)
Mar 11 2025, 10:32 PM
Unknown Object (File)
Feb 22 2025, 10:13 AM
Unknown Object (File)
Jan 14 2025, 9:33 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.