| 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 2 lines. | 
| + The second form with the keyword {{text}} does not compress, and is mainly used for text | 
| + variables. | 
| Lines 67-70 were replaced by lines 70-79 | 
| - **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>}} | 
| + **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) |