Skip to content

Zeyu-Li/man-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

man Template

A template for man files

To turn the groff file to one you would find in any normal packaged program (like python3) do

groff -man -Tascii programName.1 > programName.1.txt

install -D -m 644 programName.1.txt programName_$(VERSION)_all/usr/share/man/man1/programName.1.gz

and replace programName with whatever you program is

License

License: MIT

About

A template for your man file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages