Hacker News new | ask | show | jobs
by BossingAround 1478 days ago
My biggest pet peeve! I have a feeling that in the past, man pages used to be much more detailed when it comes to actual examples.
3 comments

The feeling that a single actual example would make the whole thing a million times clearer.

Sometimes there's also an `info` file with more detail.

And one of my pet peeves. Do a search "How to briwyw the gomleqq" and the first one you look at has screen after screen of how to install Linux and everything and then finally at the very bottom it is finally revealed

    gomleqq --briwyw 40 --eiei-dddd 9
and that's the little bit of knowledge that I needed all along, along with that fact that 40 needs to be at least 4 times bigger than 9 or you'll get dropped packets.
Have you ever needed to briwyw the gomleqq on Linux? We at Digital Ocean sure have. But how do you do it? Read on to find out.
I think you won the Internet for the day.
going back and forth from a search tab, the results, and this comment, I'm over here trying to remember FAST in case Im having a stroke or what. Is this tool written in Klingon or something?
No, it is Linear A.

Remember the Klingon saying.

> A programmer who releases open source lacking a man page and info file has no honor.

To paraphrase: Eh, you were lucky to have a page! We used to have to skip forwards and backwards through a video!
As a Unix user since around 1980 I can reassure you that man pages these days are far more extensive than they used to be.
The extensivisity is part of the problem - you don't want paragraphs upon paragraphs, you often just want a short reminder as to which option is which.

But so many programs have decent built in "help" now it's not as big a deal - I remember when ls --help would just return every possible valid option on one big line ... which now Google does for us: https://www.google.com/search?q=ls+options

ls -1AacCdeFilnpLRrSsTtuvwxXhk FILE... indeed

My impression is that people stopped filling their man pages because the information got into info pages when there was an ongoing campaign to create those (because the format was much more expressible).

And then, the users simply didn't learn how to use info, so developers dropped those and kept only the very short man pages.

The Info command kind of sucks to use though. It's way more complex than you would expect for a manual viewer. The help screen itself is 300 lines long and full of stuff like:

LFD (select-reference-this-line) Select reference or menu item appearing on this line

The help page talks a ton about xrefs and nodes and references and echo areas and tree searches without ever explaining what any of those things are. The h key as always does nothing.

info was emacs trying to be a web-browser and it can go die in a fire.

I hated the days of "the man page is blank, see the GNU info documentation" - almost drove me to BSD.

They're both suited to their individual purposes.

Info pages are like big old clunky manuals with diagrams and schematics and "theory of operation" chapters. Great when you're on the ground doing maintenance.

Man pages are like quick reference handbooks. Great when you're already at 30,000' and just need to keep the plane flying.