diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 12:42:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 12:42:41 +0100 |
commit | 49b822a14dbc9f8c05060f419f2d672fe2fce730 (patch) | |
tree | d777430cd9775fc2070f01e61cc1c67e034febaf /HISTORY | |
parent | c77989ee70085be02dca4dc1be362801baa15ff3 (diff) | |
download | vdr-49b822a14dbc9f8c05060f419f2d672fe2fce730.tar.gz vdr-49b822a14dbc9f8c05060f419f2d672fe2fce730.tar.bz2 |
Escaped the '-' and 'ö' characters in the man pages
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3160,7 +3160,7 @@ Video Disk Recorder Revision History right day of week for timers in the future. - Some improvements to cPoller (thanks to Marco Schlüßler). -2004-12-17: Version 1.3.18 +2004-12-18: Version 1.3.18 - Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer for reporting this one). @@ -3193,3 +3193,5 @@ Video Disk Recorder Revision History have their own idea about this. + cChannel::[AD]pid[12]() have been replaced with cChannel::[AD]pid(int i) to allow access to all available PIDs. +- Escaped the '-' and 'ö' characters in the man pages (thanks to Darren Salt for + pointing this out). |