daemon: move up daemon into top directory

Refs #68986

Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
This commit is contained in:
Guillaume Roguez
2015-03-20 15:43:28 -04:00
parent ce6cb28d74
commit 8507024c70
520 changed files with 311 additions and 1114 deletions

13
man/README.manpages Normal file
View File

@ -0,0 +1,13 @@
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