Files
jami-daemon/man
aviau c8578809b0 ring-client-gnome -> gnome-ring
Refer to the actual gnome-ring executable name
in the dring manpage.

Change-Id: I8a32c1c1124f10532fc824cafeb0a820cf01e571
2018-04-19 22:52:50 -04:00
..
2018-04-19 22:52:50 -04: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