summaryrefslogtreecommitdiff
path: root/svdrp.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-10 15:08:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-10 15:08:51 +0200
commit8162e30e1b980040d8b638762349fa41025dd93e (patch)
treec95cb0695fabdc217d79d5b170e018bafeb5569b /svdrp.c
parent37f89dca4967856b0b780fdfa68b30296968be61 (diff)
downloadvdr-8162e30e1b980040d8b638762349fa41025dd93e.tar.gz
vdr-8162e30e1b980040d8b638762349fa41025dd93e.tar.bz2
Fixed leftover references to the file FORMATS
Diffstat (limited to 'svdrp.c')
-rw-r--r--svdrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svdrp.c b/svdrp.c
index 751a5c54..c3765424 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.35 2002/03/23 16:17:39 kls Exp $
+ * $Id: svdrp.c 1.36 2002/05/10 15:05:57 kls Exp $
*/
#include "svdrp.h"
@@ -240,7 +240,7 @@ const char *HelpPages[] = {
" of the timer.",
"PUTE\n"
" Put data into the EPG list. The data entered has to strictly follow the\n"
- " format defined in VDR/FORMATS for the 'epg.data' file. A '.' on a line\n"
+ " format defined in vdr(5) for the 'epg.data' file. A '.' on a line\n"
" by itself terminates the input and starts processing of the data (all\n"
" entered data is buffered until the terminating '.' is seen).",
"UPDT <settings>\n"