diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:43:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:43:13 +0100 |
commit | 7584780dbf4e7bc8446be29e17d8850f6ca82d02 (patch) | |
tree | e8e1e99957d3a3b092f203edee5beee8c783119c /vdr.1 | |
parent | a6138160501bf5c1bf42c5f16c6d0333d7b31e9d (diff) | |
download | vdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.gz vdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.bz2 |
Changed the default location for the LIRC socket to /var/run/lirc/lircd
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 2.6 2011/08/15 12:28:54 kls Exp $ +.\" $Id: vdr.1 2.7 2011/12/04 14:41:00 kls Exp $ .\" .TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder" .SH NAME @@ -120,7 +120,7 @@ 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. +If \fIpath\fR is omitted, vdr uses \fI/var/run/lirc/lircd\fR. .TP .BI \-\-localedir= dir Search for locale files in \fIdir\fR (default is ./locale). |