I am packaging a program for ubuntu, And I am getting a lintian warning saying my binary needs a manpage.
How does one go about creating a manpage for a program?
|
I am packaging a program for ubuntu, And I am getting a lintian warning saying my binary needs a manpage. How does one go about creating a manpage for a program? |
||||
|
|
|
With the help of Gmanedit
According to the Debian FHS user program manpages are stored in After changing manpages it may be wise to update the manpage database by running Details on the manpage syntax are summarized in the manpage for man. |
||||
|
You can write manpages in docbook/refentry, an XML documentation format,
and then convert the results to man format using
to html with
and so on. This is not the easiest way to write a manpage, but if you have written XML before then you know the syntax already, it is just a matter of learning the tags to use. |
|||
|
|