1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Man page ======== To read the man page, run ``` man tuc.1 ``` To regenerate the man page from the .md file, run ``` # generated using pandoc 2.5 pandoc --standalone --to man tuc.1.md -o tuc.1 ```