diff --git a/FORMATS b/FORMATS index 3c5d36d4..9142fd70 100644 --- a/FORMATS +++ b/FORMATS @@ -102,7 +102,7 @@ Video Disk Recorder File Formats Examples: 1 Check for new mail: /usr/local/bin/checkmail 2>&1 - 2 CPU status : /usr/loval/bin/cpustatus 2>&1 + 2 CPU status : /usr/local/bin/cpustatus 2>&1 3 Disk space : df -h | grep '/video' | awk '{ print 100 - $5 "% free"; }' If the first non-blank character of the 'title' is a digit in the range diff --git a/INSTALL b/INSTALL index 56200e86..e745d7e7 100644 --- a/INSTALL +++ b/INSTALL @@ -112,7 +112,7 @@ for programming some sort of hardware device that makes sure the computer will be restarted in time before the next timer event. Your program must also initiate the actual shutdown procedure of the computer. After this your program should return to VDR. VDR will not automatically exit after -calling the shutdown program, but will rather continue normally untit it +calling the shutdown program, but will rather continue normally until it receives a SIGTERM when the computer is actually shut down. So in case the shutdown fails, or the shutdown program for some reason decides not to perform a shutdown, VDR will stay up and running.