diff options
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 1.13 2004/12/19 09:36:25 kls Exp $ +.\" $Id: vdr.1 1.14 2005/07/31 10:49:35 kls Exp $ .\" .TH vdr 1 "19 Dec 2004" "1.3.18" "Video Disk Recorder" .SH NAME @@ -46,7 +46,7 @@ Read config files from directory \fIdir\fR (default is to read them from the video directory). .TP .B \-d, \-\-daemon -Run in daemon mode. +Run in daemon mode (implies \-\-no\-kbd). .TP .BI \-D\ num ,\ \-\-device= num Use only the given DVB device (\fInum\fR = 0, 1, 2...). @@ -75,9 +75,16 @@ Search for plugins in directory \fIdir\fR (default is ./PLUGINS/lib). There can be several \fB\-L\fR options with different \fIdir\fR values. Each of them will apply to the \fB\-P\fR options following it. .TP +.BI \-\-lirc[= path ] +Use a LIRC remote control device. +If \fIpath\fR is omitted, vdr uses \fI/dev/lircd\fR. +.TP .B \-m, \-\-mute Mute audio of the primary DVB device at startup. .TP +.B \-\-no\-kbd +Don't use the keyboard as an input device. +.TP .BI \-p\ port ,\ \-\-port= port Use \fIport\fR for SVDRP. A value of \fB0\fR turns off SVDRP. The default SVDRP port is \fB2001\fR. @@ -101,6 +108,10 @@ particular options) you can use (note the quotes around the asterisk to prevent wildcard expansion). .TP +.BI \-\-rcu[= path ] +Use a serial port remote control device. +If \fIpath\fR is omitted, vdr uses \fI/dev/ttyS1\fR. +.TP .BI \-r\ cmd ,\ \-\-record= cmd Call \fIcmd\fR before and after a recording. .TP |