]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
mods of #477 update-timestamps syntax 488/head
authormoli <phpmoli@users.noreply.github.com>
Tue, 20 May 2014 20:01:17 +0000 (22:01 +0200)
committermoli <phpmoli@users.noreply.github.com>
Tue, 20 May 2014 20:01:17 +0000 (22:01 +0200)
copromise? it still doesnt show they are 1) not all 3 needed 2) could be written in any order

doc/rrdupdate.pod

index a7308eaf8f6eed71b77938cc92d8703e03f0e753..46eb80a786d14f74354b5b3e58c502c961e522c6 100644 (file)
@@ -7,7 +7,9 @@ rrdupdate - Store a new set of values into the RRD
 B<rrdtool> {B<update> | B<updatev>} I<filename>
 S<[B<--template>|B<-t> I<ds-name>[B<:>I<ds-name>]...]>
 S<[B<--daemon>|B<-d> I<address>]> [B<-->]
-S<{{B<N> | I<timestamp>}B<:> | I<at-timestamp>B<@>}I<value>[B<:>I<value>]... ...> 
+S<B<N>B<:>I<value>[B<:>I<value>]...>
+S<I<timestamp>B<:>I<value>[B<:>I<value>]...>
+S<I<at-timestamp>B<@>I<value>[B<:>I<value>]...>
 
 =head1 DESCRIPTION