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)
Sun, Jan 5, 8:04 PM
Unknown Object (File)
Sun, Dec 15, 6:05 AM
Unknown Object (File)
Dec 5 2024, 10:19 AM
Unknown Object (File)
Nov 24 2024, 8:43 AM
Unknown Object (File)
Nov 22 2024, 5:40 AM
Unknown Object (File)
Sep 20 2024, 3:45 PM
Unknown Object (File)
Sep 17 2024, 4:45 PM
Unknown Object (File)
Sep 13 2024, 6:39 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.