Files
tldr/pages/common/scdoc.md
T
Nguyễn Huỳnh Anh Khoa fe7936ab9c scdoc: add page (#19604)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
2025-11-27 20:55:15 +00:00

358 B

scdoc

Generate man manual pages. More information: https://git.sr.ht/~sircmpwn/scdoc/tree/master/item/scdoc.1.scd.

  • Generate man pages from a scdoc (.scd) file:

scdoc < {{path/to/file.scd}} > {{path/to/file.1}}

  • Generate man pages from a scdoc file and display the generated troff (man) source:

scdoc < {{path/to/file.scd}} | {{less}}