문제

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