From 24e46b3604053cbd5b33648942e06e6b290112ab Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 24 Feb 2013 10:41:12 +0100 Subject: [PATCH] Added a manual page for 'svdrpsend' --- CONTRIBUTORS | 1 + HISTORY | 3 ++- Makefile | 3 ++- svdrpsend.1 | 37 +++++++++++++++++++++++++++++++++++++ vdr.1 | 4 ++-- 5 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 svdrpsend.1 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d3eca769..c3433ff3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2398,6 +2398,7 @@ Tobias Grimm for suggesting to move setting LC_NUMERIC further up to make sure any floating point numbers use a decimal point for adding dependency on 'i18n' to 'install-i18n' in the VDR Makefile + for adding a manual page for 'svdrpsend' Helge Lenz for reporting a bug in setting the 'Delta' parameter when calling the shutdown diff --git a/HISTORY b/HISTORY index ef4cf106..e6fd5d3c 100644 --- a/HISTORY +++ b/HISTORY @@ -7645,7 +7645,7 @@ Video Disk Recorder Revision History - Expanded tabs in PLUGINS/src/dvbhddevice/setup.c. - Some formatting fixes. -2013-02-20: Version 1.7.39 +2013-02-24: Version 1.7.39 - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Updated the Polish OSD texts (thanks to Marek Nazarko). @@ -7666,3 +7666,4 @@ Video Disk Recorder Revision History while subtitles are being displayed. - Fixed stuttering or asynchronous audio after changing the audio track. This is done by doing a "jump" to the current position, which clears all buffers. +- Added a manual page for 'svdrpsend' (thanks to Tobias Grimm). diff --git a/Makefile b/Makefile index db597543..913173b8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 2.52 2013/02/17 11:08:04 kls Exp $ +# $Id: Makefile 2.53 2013/02/24 10:40:23 kls Exp $ .DELETE_ON_ERROR: @@ -273,6 +273,7 @@ install-doc: @mkdir -p $(DESTDIR)$(MANDIR)/man5 @gzip -c vdr.1 > $(DESTDIR)$(MANDIR)/man1/vdr.1.gz @gzip -c vdr.5 > $(DESTDIR)$(MANDIR)/man5/vdr.5.gz + @gzip -c svdrpsend.1 > $(DESTDIR)$(MANDIR)/man1/svdrpsend.1.gz # Plugins: 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 +.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) diff --git a/vdr.1 b/vdr.1 index 155c05df..1046ca77 100644 --- a/vdr.1 +++ b/vdr.1 @@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 2.11 2013/02/08 10:40:00 kls Exp $ +.\" $Id: vdr.1 2.12 2013/02/24 10:41:12 kls Exp $ .\" .TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder" .SH NAME @@ -275,7 +275,7 @@ also be read at program startup to have the full EPG data available immediately. If this file is present in the video directory, its last modification time will be used to trigger an update of the list of recordings in the "Recordings" menu. .SH SEE ALSO -.BR vdr (5) +.BR vdr (5), svdrp(1) .SH AUTHOR Written by Klaus Schmidinger, with contributions from many others. See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.