this post was submitted on 18 Oct 2025
355 points (99.4% liked)

Tech

2160 readers
134 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HereIAm@lemmy.world 12 points 2 weeks ago (2 children)

The only issue with man pages is that it often doesn't cover common use cases. I know info pages often have that kind of information, but it's hit or miss it they exist.

[–] Damage@feddit.it 3 points 2 weeks ago (1 children)

Try tldr pages, they're in most repositories nowadays

[–] HereIAm@lemmy.world 1 points 2 weeks ago

Hadn't heard of those before. I'll give them a looksie

[–] hraegsvelmir@ani.social 2 points 2 weeks ago

Would be nice if more man pages were like the OpenBSD ones, since they actually do that pretty consistently, in my experience. Probably what I would go with if I needed to install something on a computer I would be locked up with somehow, without internet access.

Unfortunately, as I recall, there are occasional differences in how their version of commands work, versus the same command in Linux. For one example, look at the difference in the man pages for ifconfig between Arch Linux and OpenBSD.