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
F150962873: D14461.id.diff
Sun, Apr 5, 5:36 AM
F150959730: D14461.id39945.diff
Sun, Apr 5, 5:09 AM
Unknown Object (File)
Sat, Apr 4, 7:06 AM
Unknown Object (File)
Sat, Apr 4, 1:42 AM
Unknown Object (File)
Fri, Apr 3, 6:19 AM
Unknown Object (File)
Sun, Mar 29, 6:29 AM
Unknown Object (File)
Sat, Mar 28, 6:35 AM
Unknown Object (File)
Thu, Mar 26, 4:08 AM
Subscribers

Details

Summary

POSIX defines no macros for permissions.

Also remove unneeded headers from synopsis.

PR: 225905

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wblock added inline comments.
lib/libc/sys/msgget.2
86 ↗(On Diff #39579)

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 ↗(On Diff #39579)

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.