add manpages

these are not stored in debian/ because they could also
be used to build a rpm
This commit is contained in:
Alexandre Detiste
2015-03-02 03:49:15 +01:00
parent 2f367cee66
commit f00d362076
4 changed files with 42 additions and 0 deletions

1
debian/qcma-cli.manpages vendored Normal file
View File

@@ -0,0 +1 @@
qcma_cli.6

1
debian/qcma.manpages vendored Normal file
View File

@@ -0,0 +1 @@
qcma.6

14
qcma.6 Normal file
View File

@@ -0,0 +1,14 @@
.TH QCMA 6 "MARCH 2015"
.SH NAME
qcma \- Content manager for the PlayStation Vita
.SH SYNOPSIS
.B qcma
.SH DESCRIPTION
\fBqcma\fR is a cross-platform application to provide an Open Source implementation
of the original Content Manager Assistant that comes with the PS Vita.
.TP
QCMA will let you backup your games, songs, photos & videos via USB or wireless.
.SH "SEE ALSO"
.I /usr/share/doc/qcma/README.md

26
qcma_cli.6 Normal file
View File

@@ -0,0 +1,26 @@
.TH QCMA-CLI 6 "MARCH 2015"
.SH NAME
qcma-cli \- Content manager for the PlayStation Vita
.SH SYNOPSIS
.B qcma_cli
.SH DESCRIPTION
\fBqcma_cli\fR is a cross-platform application to provide an Open Source implementation
of the original Content Manager Assistant that comes with the PS Vita.
.TP
QCMA will let you backup your games, songs, photos & videos via USB or wireless.
.SH COMMANDS
You can control qcma_cli over DBus:
.TP
Send a signal to refresh the database:
.BR
dbus-send --session --type=method_call --dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.refreshDatabase
.TP
Send a signal to stop the daemon:
.BR
dbus-send --session --type=method_call --dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.stop
.SH "SEE ALSO"
.I /usr/share/doc/qcma/README.md