Files
jami-daemon/man
philippegorley 8b9940eb26 rename Ring to Jami
Removes refrences to project name in logs and comments where it doesn't
matter whether or not the name is specified.

Change-Id: I17f99390226929ee620bc479b203825389bb3d4d
2019-01-04 16:26:12 -05:00
..
2019-01-04 16:26:12 -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