From: Krzysztof Kotlenga Date: Sun, 22 Nov 2015 14:23:18 +0000 (+0100) Subject: doc: Fix NEWMONTH example X-Git-Tag: v1.6.0~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F689%2Fhead;p=thirdparty%2Frrdtool-1.x.git doc: Fix NEWMONTH example Make it actually accumulate values over a period. --- 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