Manpage locality pack for gangstaz
You can see a HTML versions here: http://gangsta.poorcoding.com/
git clone https://github.com/obosob/mangpages.git
cd mangpages
make && sudo make install
man -L en_GX ....
Put this in your shell's rc file:
mang () { local IFS=/; man <(curl -s "http://gangsta.poorcoding.com/raw/$*"); }