mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fe7936ab9c
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
358 B
358 B
scdoc
Generate
manmanual 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}}