Where are the POSIX message functions (msgsnd, msgrcv, etc) man pages in Mac?

StackOverflow https://stackoverflow.com/questions/15828888

  •  01-04-2022
  •  | 
  •  

سؤال

I wanted to view the manual pages for the POSIX standard message functions: msgsnd, msgrcv, etc. All of them are defined in sys/msg.h and code using them works. But the manual pages are nowhere to be found, neither in my computer (Mac OS X Mountain Lion 10.8.3), in my friends' (OS X Lion) or in the developer pages of Apple in Internet.

Where can I download that manual so I can access it right from terminal?

هل كانت مفيدة؟

المحلول

Apple has not published man pages for that family of functions. I would suggest filing a bug report at http://bugreport.apple.com/ requesting that they be published. In the mean time you could use the FreeBSD man pages for reference as that's likely to be where the OS X implementation originated.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top