From cfb25fcf36521fca6c1db6bd84b01f51344389d5 Mon Sep 17 00:00:00 2001 From: Krzysztof Kotlenga Date: Sun, 22 Nov 2015 15:23:18 +0100 Subject: [PATCH] doc: Fix NEWMONTH example Make it actually accumulate values over a period. --- doc/rrdgraph_rpn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 33433dcb..8a7b5bc0 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -353,7 +353,7 @@ B,B,B,B These three operators will return 1.0 whenever a step is the first of the given periode. The periodes are determined according to the local timezone AND the C settings. - CDEF:mtotal=rate,STEPWIDTH,*,NEWMONTH,PREV,0,IF,ADDNAN + CDEF:mtotal=rate,STEPWIDTH,*,NEWMONTH,0,PREV,IF,ADDNAN B