mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Small cleanup of the ring-daemon introductory material
* CODING: Update wiki URLs and refresh content. * ChangeLog: Fix typo. * README: Likewise, and use HTTPS for URLs. * doc/README: Rephrase. * man/README.manpages: Fix typo. Change-Id: I9d320ae2e5bdfacc84293001f08abb442da35fb5 Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
This commit is contained in:

committed by
Guillaume Roguez

parent
e6c7666a65
commit
bf105816ca
@ -3,11 +3,10 @@ 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:
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user