cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Parameters/types with same name as a system call/library function get highlighted and linked to man page #98

Open neelabhg opened 9 years ago

neelabhg commented 9 years ago

Here, the signal parameter is highlighted and linked to the signal(2) man page. image

Update: sigaction struct type is highlighted and linked to the sigaction(2) man page. image