summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-03-25 17:01:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-03-25 17:01:03 +0100
commit95962e8fe78c674fbf7c19423499c543519f6a0b (patch)
treea38a2977d11bb31a3f92ca730704411b359e884b
parent4671c10030635d65a44d9de170152e0b0cdcd5e7 (diff)
downloadvdr-95962e8fe78c674fbf7c19423499c543519f6a0b.tar.gz
vdr-95962e8fe78c674fbf7c19423499c543519f6a0b.tar.bz2
Fixed the help for LSTE and LSTR
-rw-r--r--HISTORY3
-rw-r--r--svdrp.c6
2 files changed, 5 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 0b209c78..5e7a0b04 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2746,8 +2746,9 @@ Video Disk Recorder Revision History
- Now explicitly turning on the LNB power at startup, because newer drivers don't
do this any more (thanks to Oliver Endriss for pointing this out).
-2004-03-20: Version 1.3.7
+2004-03-25: Version 1.3.7
- Fixed a memory leak in thread handling when using NPTL (thanks to Jon Burgess).
- Fixed handling Setup.RecordDolbyDigital, which was broken since version 1.1.6.
- Fixed handling text lengths for itemized EPG texts (thanks to Marcel Wiesweg).
+- Fixed the help for LSTE and LSTR (was broken in 1.3.6).
diff --git a/svdrp.c b/svdrp.c
index 5d35eae7..63126f51 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection.
*
- * $Id: svdrp.c 1.61 2004/02/24 12:24:43 kls Exp $
+ * $Id: svdrp.c 1.62 2004/03/25 17:00:23 kls Exp $
*/
#include "svdrp.h"
@@ -207,10 +207,10 @@ const char *HelpPages[] = {
" containing the given string as part of their name are listed.",
"LSTE [ <channel> ] [ now | next | at <time> ]\n"
" List EPG data. Without any parameters all data of all channels is\n"
- " listed. If a channel is given (either by number of by channel ID),\n",
+ " listed. If a channel is given (either by number of by channel ID),\n"
" only data for that channel is listed. 'now', 'next', or 'at <time>'\n"
" restricts the returned data to present events, following events, or\n"
- " events at the given time (which must be in time_t form)."
+ " events at the given time (which must be in time_t form).",
"LSTR [ <number> ]\n"
" List recordings. Without option, all recordings are listed. Otherwise\n"
" the summary for the given recording is listed.",