this post was submitted on 25 Jul 2022
5 points (100.0% liked)
General Programming Discussion
7989 readers
4 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do note, however, that
troff
is generally used to output PostScript or PDF files, whilenroff
is used for the internal manpage formatting. The GNU version,groff
, combines them into one. If one makes a README meant to be read in a terminal, the following will present a formatted version to the viewer, eliminating the need to view the raw source:man ./README
There, no markdown pager, or reading of raw markdown necessary. Do not heed those others, who speak of "accepted standards." :P
What about servers where only required softwares are installed.
If one chooses to forgo the manual pages and the manual page viewer, that's one's own problem to solve.
Some linux distro doesn't come with man installed by default. This also includes windows and servers.