I'm collecting sources of offline documentation, because my internet
has been quite unstable lately due to the monsoon. I realized that when it
came to C, I would always man malloc, or apropos exit to recall
the calloc API, or to learn about atexit. I wanted to get offline docs
for all the languages I use, so I'm building a list:
- C: man pages
- C++: cppman
- C++: synth
- python: pydoc
- haskell: haddock