you are viewing a single comment's thread
view the rest of the comments
[–] 13 points 1 year ago (3 children)

as a professional sociotechnical problem solver I will join you on this fatal hill

like take the 4 types of documentation in diátaxis

man pages usually fulfill the reference need, and sometimes kind of that of how-to guides if you're lucky and your local man has examples

but that leaves more than 50% of documentation needs lacking

and discoverability is atrocious -- you have to already know that the command (or commands) you need exists and what it's called

one of the most useful things I learned in a linux sysadmin course was apropos / man -k, which lets you search installed man pages by keyword. but hardly anyone else seems to know about it -- I only learned of it because a teaching assistant mentioned it off hand! -- and even then it only helps if you guess the right keyword for your problem

I am vexed by this situation

  • source
  • parent
  • hideshow 3 child comments