4

I know how to make commands(scripts) in Linux.

I would like to know if I could make man pages for the commands?

Lucio
  • 19,191
  • 32
  • 112
  • 191

1 Answers1

-3

Google is your friend

http://www.cyberciti.biz/faq/linux-unix-creating-a-manpage/

This lays out in detail what is required. You will need to use sudo to create the pages. Use the built in editor like vim

Meer Borg
  • 5,003