On Sat, May 7, 2016 at 1:12 PM, David Lou <david....@outlook.com> wrote: > I wasn't able to find such a thing but perhaps I just missed it. I > am wondering if anyone in the community knows whether such manuals > exist for OpenBSD. Manpages are nice but they're not what I'm looking > for.
Uhm...one thing I've learn during my short developer experience is to respect each project philosophy and culture, and learn them (or at least know about their existence) before jumping on board. OpenBSD is famous for the high quality of its documentation. If the documentation they are providing is not what you are looking for, maybe this is not the OS you are looking for. Now the reason why you cannot get from zero to hero via manpages is that you are kindly asked to know baby steps in Unix systems. If you don't know what a shebang is, or what a log file is, or what a daemon is you are better getting a unix book, that's a job for a book or a course, not for the operating system man pages. This is what I think. Luca