[Debian-iot-packaging] [openzwave-controlpanel] 05/06: Add ozwcp manpage
Dara Adib
daradib-guest at moszumanska.debian.org
Fri Dec 23 03:36:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit 2c1c972255a69826ee57691e021d5da067454926
Author: Dara Adib <daradib at ocf.berkeley.edu>
Date: Thu Dec 22 20:21:06 2016 -0500
Add ozwcp manpage
---
debian/TODO | 2 --
debian/manpages | 1 +
debian/ozwcp.1 | 25 +++++++++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/debian/TODO b/debian/TODO
index ceb1fdc..3818338 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,5 +1,3 @@
- - Add manpage for ozwcp binary
- (lintian binary-without-manpage).
- Change CFLAGS and LDFLAGS in Makefile
(lintian hardening-no-bindnow, hardening-no-fortify-functions).
- Consider patching webserver.cpp to use mkstemp instead of mktemp
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..d5ec22c
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/ozwcp.1
diff --git a/debian/ozwcp.1 b/debian/ozwcp.1
new file mode 100644
index 0000000..ad4302a
--- /dev/null
+++ b/debian/ozwcp.1
@@ -0,0 +1,25 @@
+.TH OZWCP 1 "December 22, 2016"
+.SH NAME
+ozwcp \- OpenZWave Control Panel
+.SH SYNOPSIS
+.B ozwcp
+.RB [ \-d ]
+.RB [ \-p
+.IR port ]
+.SH DESCRIPTION
+OpenZWave Control Panel (\fBozwcp\fP) permits users to query, manage and
+monitor Z-Wave nodes and networks. It provides a web-based user interface.
+.PP
+Once started, use a web browser to connect to the host:port that ozwcp
+is listening on. By default this is <\fIhttp://localhost:8090/\fP>.
+.SH OPTIONS
+.TP
+.B \-d
+Enable debugging.
+.TP
+.BI \-p\ port
+Listen on the specified
+.I port
+instead of 8090.
+.SH SEE ALSO
+.I /usr/share/doc/openzwave-controlpanel/README
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list