Hacker News new | ask | show | jobs
by temprature 2982 days ago
Indeed, surely Mac OS includes its own man pages? man 2 mprotect, man 2 unlink
1 comments

It does, but they generally match those in Linux pretty closely due to POSIX.
on the higher level yes, but anything dealing with lower level things like kernel interfaces, devices, etc no

(similar situation for other unices and posix-likes)

Yes, but mprotect and unlink are both high level API calls.