From b29f09d68a44b839bd0f9bb02285de07a5076f54 Mon Sep 17 00:00:00 2001 From: Peter Stamfest Date: Thu, 27 Feb 2014 23:01:09 +0100 Subject: [PATCH] update documentation --- doc/rrdmodify.pod | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/rrdmodify.pod b/doc/rrdmodify.pod index 5f1c60d9..96e1648c 100644 --- a/doc/rrdmodify.pod +++ b/doc/rrdmodify.pod @@ -32,13 +32,27 @@ during the copy operation. The resulting RRD will miss both the definition and the data for that data source. Multiple DEL specifications are permitted. - =item BI For every such data source definition (for the exact syntax see the create command), a new data source will be added to the output RRD. Multiple DS specifications are permitted. +=item BI + +Removes the RRA with index I. + +=item BI + +For every such archive definition (for the exact syntax see the +create command), a new RRA will be added to the output +RRD. Multiple RRA specifications are permitted. + +=item BI:[+-=] + +Adds/removes or sets the given number of rows for the RRA with index +. + =item B<--daemon> I
If given, B will try to connect to the caching daemon -- 2.47.3