Possible Duplicate:
How can I add man page entries for my own power tools?
Most (if not all) Linux commands have their man pages that describe their usage options etc. Can I create similar man page for my own bash scripts?
Most (if not all) Linux commands have their man pages that describe their usage options etc. Can I create similar man page for my own bash scripts? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Man pages are roff (see
|
||||
|
|
|
Yes, you can. The man pages are written as nroff files. |
|||
|
|