Files
jami-daemon/man
Guillaume Roguez 5236ab05a8 update Copyright header
- remove OpenSSL exception
- fix Savoir-faire Linux naming
- fix common Author: representation

Issue: #80663
Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
2015-09-21 13:45:51 -04:00
..
2015-09-21 13:45:51 -04:00

CREATING MANPAGES

Procedure:

 - Creating the manual pages under POD format. A template is available in this directory.
 - Convert the pdo file in 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