Files
jami-daemon/man
Sébastien Blin 20b1f1f920 man: fix typo and update link
Change-Id: I5a4804bd4edb785aba489a08f0a910301fd3881c
2020-02-27 12:51:04 -05:00
..
2020-02-27 12:51:04 -05:00

CREATING MANPAGES

Procedure:

 - Creating the manual pages under POD format. A template is available in this directory.
 - Convert the pod file into a manpage file:
     pod2man --section=1 --release=$(VERSION) --center "" myapp.pod > myapp.1
 - You are done! You can read the manpage file with:
     groff -man -Tascii myapp.1


     Ref: https://wiki.ubuntu.com/PackagingGuide/Complete#Man%20Pages