From fc967e64edcb646984e2d938ea61bb747dc1790c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 24 Jun 2008 21:17:49 +0200 Subject: [PATCH] rrdupdate(1): Updated the manpage to reflect the current option handling. I. e. the section about `--[no]cache' has been removed and the section about `--daemon' has been updated. --- doc/rrdupdate.pod | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/doc/rrdupdate.pod b/doc/rrdupdate.pod index 11082aa..c0705d4 100644 --- a/doc/rrdupdate.pod +++ b/doc/rrdupdate.pod @@ -6,7 +6,6 @@ rrdupdate - Store a new set of values into the RRD B {B | B} I S<[B<--template>|B<-t> I[B<:>I]...]> -S<[B<-->[B]B]> S<[B<--daemon> I
]> S|IB<:>I[B<:>I...]> SB<@>I[B<:>I...]> @@ -31,8 +30,8 @@ RRA (consolidation function and PDPs per CDP), and data source (name). Note that depending on the arguments of the current and previous call to update, the list may have no entries or a large number of entries. -Since B requires direct disk access, the options B<--[no]cache> and -B<--daemon> cannot be used with this command. +Since B requires direct disk access, the B<--daemon> option cannot be +used with this command. =item I @@ -61,24 +60,16 @@ function. If this is done accidentally (and this can only be done using the template switch), B will ignore the value specified for the COMPUTE B. -=item B<--cache> | B<--nocache> - -Force the use of the caching daemon or force direct file access. If B<--cache> -is given, B will try to contact the caching daemon B and will -fail if it cannot connect to the daemon. If the connection is successfully -established the values will be sent to the daemon instead of accessing the -files directly. If B<--nocache> is given no connection attempt is made. If -neither option is specified B will try to contact the daemon and, if -no connection may be established, will fall back to direct file access. -This option is available for the B command only. - =item B<--daemon> I
-Specifies the address of the caching daemon. If I
begins with C +If given, B will try to connect to the caching daemon L +at I
and will fail if the connection cannot be established. If the +connection is successfully established the values will be sent to the daemon +instead of accessing the files directly. If I
begins with C then everything after this prefix will be considered to be a UNIX domain -socket. Otherwise the address is interpreted as network address or node name -as understood by L. One practical consequence is that both, -IPv4 and IPv6, may be used if the system supports it. +socket, see L below. Otherwise the address is interpreted as network +address or node name as understood by L. One practical +consequence is that both, IPv4 and IPv6, may be used if the system supports it. This option is available for the B command only. =item B|IB<:>I[B<:>I...] -- 2.11.0