Wanted to get some feedback. Have OTP installed on OpenBSD servers; don’t want to start installing from source just to have docs available (not really the OpenBSD way). But, I want offline OTP docs. Is there a script floating around – or something more canonical – to pull the online docs down locally?
I take it the `–enable-docs’ when source installing (again, not an option) since OTP 27 is for those great man pages I have come to love over the years. Ya?
I’d be fine with either the HTML or the MANDOCS (or whatever they are) locally, just can’t do this via `–enable-docs.’ THANKS!!!
In case anyone knows the quick answer, is there anything needing to be configured to get erl -man foo ticking along again after the manuals have been setup locally?
This is contrast to the HTML tgz, which has all the docs in there… it’s just the docs in that man tgz – for at least OTP 27.3.2 – that is limited to those mere sixteen-or-so manuals. I suppose I am interested in getting the UNIX-style mans locally at this point if anyone can show where these can be downloaded from…
I know how to call those manuals up from the shell/bash – but I can’t seem to source the full set of OTP manuals. The link you initially offered has tgz for the mans, but within, only 16 manuals are in there. Looking for all the manuals. This is the case for OTP 27.3 at least…
Man pages not a priority? They are a priority to me. I loved being able to stuff the man pages into an information retrieval system and find pages I didn’t even know existed and then view or typeset them in a variety of ways. This is like, oh, suddenly dropping ETS in favour of something sexier.
Case in point: I was watching `tsoding’ cobble together a socket server in Erlang (https://www.youtube.com/watch?v=ilH6qb1AP6s) and there were serveral times where he was genuinely stuck (rare!) because he had OTP 28 installed, and his Emacs environment pulled in the manuals locally for him (as he of course wanted the Unix man-pages).
It pulled down the manuals for OTP 22 (I suppoe b/c later manuals are no more?), and when he looked up routines for this and that, some routines were nowhere to be found. Now, the Emacs tooling that auto-magically brings in the manuals is to blame for bringing in OTP 22 manuals, BUT, people want the Unix manuals. A lot of us can navigate them at incredible speeds from years of practice.