-
Download skeleton.x
-
Open skeleton.x with your favourite text-editor and replace the content in lines: 1, 4, 5, 7, 8, 11, 13, 14, 16, 18, 20.
-
Compress the man page (See Example)
-
Copy the compressed man page into the man page directory of your choice (See Example)
cp human.1.gz /usr/share/man/man1
To improve or suggest something simply open an issue or submit a Pull.
- Fork it (https://github.com/AlexanderBodin/man-page-skeleton/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request