diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-06 14:31:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-06 14:31:57 +0100 |
commit | 72e93b614bac42cd4a142b10d47e5b1673f19800 (patch) | |
tree | 985000a2d5572c83903247fec904df04fb8c64c3 /vdr.5 | |
parent | 16f037e3c23efadcc846fd7dc780b42036fabf01 (diff) | |
download | vdr-72e93b614bac42cd4a142b10d47e5b1673f19800.tar.gz vdr-72e93b614bac42cd4a142b10d47e5b1673f19800.tar.bz2 |
The "flags" of a timer are now handled as an unsigned integer value
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.40 2005/12/25 11:08:40 kls Exp $ +.\" $Id: vdr.5 1.41 2006/01/06 14:21:49 kls Exp $ .\" .TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files" .SH NAME @@ -207,7 +207,7 @@ separated by ':' characters. Example: The fields in a timer definition have the following meaning (from left to right): .TP -.B Status +.B Flags The individual bits in this field have the following meaning: .TS tab (@); @@ -219,7 +219,7 @@ l l. .TE Bits other than these can be used by external programs to mark active timers and recognize if the user has modified them. When a user modifies an active -timer, the upper 16 bits of this 32 bit parameter will be explicitly set to 0. +timer, the upper 16 bits of this unsigned 32 bit parameter will be explicitly set to 0. Note: in order to allow future extensibility, external programs using the \fBstatus\fR parameter should only use the upper 16 bit of this 32 bit parameter |