| Line 53 was replaced by line 53 | 
| - | 
| + {{{ | 
| Line 55 was replaced by lines 55-56 | 
| - | 
| +    graph <start time> <end time> text <variable> <variable> ... | 
| + }}} | 
| At line 61 added 3 lines. | 
| + The second form with the keyword {{text}} does not compress, and is mainly used for text | 
| + variables. | 
| + | 
| Lines 66-71 were replaced by lines 70-79 | 
| - **variable header: *<variable name> exact <exact flag> | 
| - **first datapoint: <unix time> <value> | 
| - **further datapoints: <seconds since last datapoint> <value> (this line may appear many times, up to the number of points specified). | 
| - *end mark: *<compressed> <overflow> | 
| - | 
| - lines (2)(3)(4) are repaeat | 
| + **variable header:\\ | 
| +   {{*<variable name> exact <exact flag>}} | 
| + **first datapoint:\\ | 
| +   {{<unix time> <value>}} | 
| + **further datapoints (may appear many times, up to the number of points specified):\\ | 
| +   {{<seconds since last datapoint> <value>}} | 
| + *end mark:\\ | 
| +   {{*<compressed> <overflow>}} | 
| + <compressed> is 0, if no compression appeared, 1 else\\ | 
| + <overflow> should be 0, else an internal error occur (might be removed later) |