is there any CHM/html reference for unix/linux C functions (like in man)? [closed]
We don’t allow questions seeking recommendations 开发者_高级运维for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questioni need such reference preferable in CHM format or any other fast-access format. I need all *nix functions + pthread + all sockets (network) functions. Searching the internet i did not find any, so working from my home on my unix projects is too slow.. i need to man() all the funcs i need in my remote shell.
Thank you
I don`t know if such exist. You can build one by yourself - man2html ( available on Unix and Linux ) will produce a html version which can be later converted to chm with HTML Help.
Rather than reading Linux-specific man pages I would simply read the documentation in the standard:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/contents.html
Yes, there is one since at least 2011. ;-)
(http://onnerby.se/~daniel/chm/)
精彩评论