mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
1b1a6c692c
commit
56c8dd4d81
2
FORMATS
2
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
|
||||
|
2
INSTALL
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user