this post was submitted on 27 Mar 2025
1006 points (90.8% liked)
linuxmemes
24335 readers
694 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah I'm okay with the basic navigation options. The primary point is that man pages do look like they had written by someone who does not do technical writing. Whether that's someone coming from a law background, programming, or whatever.
It's not written for an end user who wants to know how to use the tools they have available. It will tell you what a command "does", sometimes, but it doesn't explain itself. It presumes a certain amount of pre-existing knowledge, or familiarity with the syntax of man writers.
For another example, the man for ls repeatedly lists options referencing "implied" entries without ever explaining what "implied" means in this context. It presupposes that the reader knows what that term means. I know what an implication is in an English class, and the antonym for "implied" is "explicit", but in a man page? No clue. Not like there's reference to or examples of "explicit" entries to contrast with "implied" entries. You just have to know what it means in context, or figure it out some other way.