summaryrefslogtreecommitdiff
path: root/svdrpsend.1
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-24 10:41:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-24 10:41:12 +0100
commit24e46b3604053cbd5b33648942e06e6b290112ab (patch)
treee5493f2dbaadd8bd5ed8cab0379df5c28f0fede9 /svdrpsend.1
parentce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7 (diff)
downloadvdr-24e46b3604053cbd5b33648942e06e6b290112ab.tar.gz
vdr-24e46b3604053cbd5b33648942e06e6b290112ab.tar.bz2
Added a manual page for 'svdrpsend'
Diffstat (limited to 'svdrpsend.1')
-rw-r--r--svdrpsend.137
1 files changed, 37 insertions, 0 deletions
diff --git a/svdrpsend.1 b/svdrpsend.1
new file mode 100644
index 00000000..3743739f
--- /dev/null
+++ b/svdrpsend.1
@@ -0,0 +1,37 @@
+.TH "svdrpsend" "1" "23 Feb 2013" "1.7" "Video Disk Recorder"
+.SH NAME
+.LP
+svdrpsend \- sends commands to VDR
+.SH SYNOPSIS
+.LP
+svdrpsend [\fIoptions\fP] \fIcommand\fP
+.SH DESCRIPTION
+.LP
+This program sends commands to VDR (the Video Disk Recorder) and displays the
+result. A list of available commands can be shown by sending the HELP command.
+.SH OPTIONS
+.LP
+.TP
+\fB\-d\fR \fIhostname\fP
+Accesses the VDR at the specified \fIhostname\fP (default is localhost).
+.TP
+\fB\-p\fR \fIport\fP
+Uses the SVDRP port number \fIport\fP (default is 6419).
+.SH EXAMPLES
+.LP
+To request the available commands from the VDR running on the local host:
+.LP
+svdrpsend HELP
+.SH AUTHORS
+.LP
+Written by Tobias Grimm <tg@e\-tobi.net>
+.PP
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common\-licenses/GPL.
+.SH SEE ALSO
+.LP
+vdr(1), vdr(5)