Hacker News new | ask | show | jobs
by vegai 5344 days ago
Linux (the kernel) actually has manpages? Are you sure? I've never seen any.

Case in point: check the output of lsmod. How many of those modules have a corresponding manpage? My guess: zero.

Same question for a BSD system (with lsmod changed to kldstat or whatever): all of them.

1 comments

On linux try 'man select' (defaults to section 2) or 'man kmem' (section 4). Linux man project.