summaryrefslogtreecommitdiffstats
path: root/man/viewman
AgeCommit message (Collapse)AuthorLines
2026-01-22doc: use TERM=dumb rather than HELP_NO_MARKUP to disable markupPádraig Brady-1/+0
This is a more standard mechanism to disable markup. * src/system.h (oputs_): Logic change to honor TERM=dumb, rather than HELP_NO_MARKUP=something. * doc/coreutils.texi: Adjust the description for --help. * man/local.mk: Ensure TERM is set to something, so that man pages have links included. * man/viewman: Just honor users $TERM. * tests/misc/getopt_vs_usage.sh: Remove env var complication, as TERM is unset automatically. * tests/misc/usage_vs_refs.sh: Likewise. * NEWS: Adjust the change in behavior note.
2026-01-21doc: viewman: a new helper to quickly view formatted man pagesPádraig Brady-0/+33
Use like: man/viewman ls * man/viewman: Generate man page on the fly, and view.