From 3b2776265b4e021fdd236db0e411117147949b27 Mon Sep 17 00:00:00 2001 From: moli Date: Mon, 19 May 2014 10:12:01 +0200 Subject: [PATCH] mods of #477 cleared up DS and RRA syntax added some brackets as it wasnt clear for me as a newbie --- doc/rrdcreate.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index dc3367a8..7c03aba5 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -66,7 +66,7 @@ I defines the Data Source Type. The remaining arguments of a data source entry depend on the data source type. For GAUGE, COUNTER, DERIVE, and ABSOLUTE the format for a data source entry is: -BIB<:>IB<:>IB<:>IB<:>I +BIB<:>{I}B<:>IB<:>IB<:>I For COMPUTE data sources, the format is: @@ -212,7 +212,7 @@ process. The format of B line for these consolidation functions is: -BIB<:>IB<:>IB<:>I +B{I}B<:>IB<:>IB<:>I I The xfiles factor defines what part of a consolidation interval may be made up from I<*UNKNOWN*> data while the consolidated value is still -- 2.47.2