Escaped the '-' and '' characters in the man pages

This commit is contained in:
Klaus Schmidinger
2004-12-18 12:42:41 +01:00
parent c77989ee70
commit 49b822a14d
4 changed files with 54 additions and 48 deletions

View File

@@ -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<68><6C>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 '<27>' characters in the man pages (thanks to Darren Salt for
pointing this out).