Blame SOURCES/rrdtool-1.4.8-doc-fix.patch

687b7c
diff -up rrdtool-1.4.8/doc/rrdtool.html.orig4 rrdtool-1.4.8/doc/rrdtool.html
687b7c
--- rrdtool-1.4.8/doc/rrdtool.html.orig4	2013-05-23 09:55:51.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdtool.html	2013-07-01 10:51:11.150276130 +0200
687b7c
@@ -105,6 +105,12 @@ PHP, etc.

687b7c
 

Create a graph from data stored in one or several RRDs. Apart from

687b7c
 generating graphs, data can also be extracted to stdout. Check the rrdgraph manpage.

687b7c
 
687b7c
+
graphv
687b7c
+
687b7c
+
687b7c
+

Create a graph from data stored in one or several RRDs. Same as graph, but

687b7c
+metadata are printed before the graph. Check the rrdgraph manpage.

687b7c
+
687b7c
 
dump
687b7c
 
687b7c
 
687b7c
@@ -128,17 +134,28 @@ uses fetch to retrieve its data from an
687b7c
 
687b7c
 

Alter setup of an RRD. Check the rrdtune manpage.

687b7c
 
687b7c
+
first
687b7c
+
687b7c
+
687b7c
+

Find the first update time of an RRD. Check the rrdfirst manpage.

687b7c
+
687b7c
 
last
687b7c
 
687b7c
 
687b7c
 

Find the last update time of an RRD. Check the rrdlast manpage.

687b7c
 
687b7c
+
lastupdate
687b7c
+
687b7c
+
687b7c
+

Find the last update time of an RRD. It also returns the value stored for each

687b7c
+datum in the most recent update. Check the rrdlastupdate manpage.

687b7c
+
687b7c
 
info
687b7c
 
687b7c
 
687b7c
 

Get information about an RRD. Check the rrdinfo manpage.

687b7c
 
687b7c
-
rrdresize
687b7c
+
resize
687b7c
 
687b7c
 
687b7c
 

Change the size of individual RRAs. This is dangerous! Check the rrdresize manpage.

687b7c
@@ -153,12 +170,6 @@ uses fetch to retrieve its data from an
687b7c
 
687b7c
 

Flush the values for a specific RRD file from memory. Check the rrdflushcached manpage.

687b7c
 
687b7c
-
rrdcgi
687b7c
-
687b7c
-
687b7c
-

This is a standalone tool for producing RRD graphs on the fly. Check

687b7c
-the rrdcgi manpage.

687b7c
-
687b7c
 
687b7c
 

687b7c
 

687b7c
diff -up rrdtool-1.4.8/doc/rrdtool.pod.orig4 rrdtool-1.4.8/doc/rrdtool.pod
687b7c
--- rrdtool-1.4.8/doc/rrdtool.pod.orig4	2013-05-23 09:55:07.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdtool.pod	2013-07-01 10:53:44.366207403 +0200
687b7c
@@ -58,6 +58,11 @@ Operationally equivalent to B<update> ex
687b7c
 Create a graph from data stored in one or several RRDs. Apart from
687b7c
 generating graphs, data can also be extracted to stdout. Check L<rrdgraph>.
687b7c
 
687b7c
+=item B<graphv>
687b7c
+
687b7c
+Create a graph from data stored in one or several RRDs. Same as graph, but
687b7c
+metadata are printed before the graph. Check L<rrdgraph>.
687b7c
+
687b7c
 =item B<dump>
687b7c
 
687b7c
 Dump the contents of an RRD in plain ASCII. In connection with restore
687b7c
@@ -77,15 +82,24 @@ uses fetch to retrieve its data from an
687b7c
 
687b7c
 Alter setup of an RRD. Check L<rrdtune>.
687b7c
 
687b7c
+=item B<first>
687b7c
+
687b7c
+Find the first update time of an RRD. Check L<rrdfirst>.
687b7c
+
687b7c
 =item B<last>
687b7c
 
687b7c
 Find the last update time of an RRD. Check L<rrdlast>.
687b7c
 
687b7c
+=item B<lastupdate>
687b7c
+
687b7c
+Find the last update time of an RRD. It also returns the value stored
687b7c
+for each datum in the most recent update. Check L<rrdlastupdate>.
687b7c
+
687b7c
 =item B<info>
687b7c
 
687b7c
 Get information about an RRD. Check L<rrdinfo>.
687b7c
 
687b7c
-=item B<rrdresize>
687b7c
+=item B<resize>
687b7c
 
687b7c
 Change the size of individual RRAs. This is dangerous! Check L<rrdresize>.
687b7c
 
687b7c
@@ -97,11 +111,6 @@ Export data retrieved from one or severa
687b7c
 
687b7c
 Flush the values for a specific RRD file from memory. Check L<rrdflushcached>.
687b7c
 
687b7c
-=item B<rrdcgi>
687b7c
-
687b7c
-This is a standalone tool for producing RRD graphs on the fly. Check
687b7c
-L<rrdcgi>.
687b7c
-
687b7c
 =back
687b7c
 
687b7c
 =head2 HOW DOES RRDTOOL WORK?
687b7c
diff -up rrdtool-1.4.8/doc/rrdtool.txt.orig4 rrdtool-1.4.8/doc/rrdtool.txt
687b7c
--- rrdtool-1.4.8/doc/rrdtool.txt.orig4	2013-05-23 09:55:56.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdtool.txt	2013-07-01 10:59:33.167060537 +0200
687b7c
@@ -48,6 +48,10 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
687b7c
                from generating graphs, data can also be extracted to stdout.
687b7c
                Check rrdgraph.
687b7c
 
687b7c
+       g?gr?ra?ap?ph?hv?v   Create a graph from data stored in one or several RRDs. Same as graph, but
687b7c
+               metadata are printed before the graph..
687b7c
+               Check rrdgraph.
687b7c
+
687b7c
        d?du?um?mp?p    Dump the contents of an RRD in plain ASCII. In connection with
687b7c
                restore you can use this to move an RRD from one computer
687b7c
                architecture to another.  Check rrddump.
687b7c
@@ -60,11 +64,17 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
687b7c
 
687b7c
        t?tu?un?ne?e    Alter setup of an RRD. Check rrdtune.
687b7c
 
687b7c
+       f?fi?ir?rs?st?t    Find the first update time of an RRD. Check rrdfirst.
687b7c
+
687b7c
        l?la?as?st?t    Find the last update time of an RRD. Check rrdlast.
687b7c
 
687b7c
+       l?la?as?st?tu?up?pd?da?at?te?e    Find the last update time of an RRD.
687b7c
+               It also returns the value stored for each datum in the most recent update.
687b7c
+               Check rrdlastupdate.
687b7c
+
687b7c
        i?in?nf?fo?o    Get information about an RRD. Check rrdinfo.
687b7c
 
687b7c
-       r?rr?rd?dr?re?es?si?iz?ze?e
687b7c
+       r?re?es?si?iz?ze?e
687b7c
                Change the size of individual RRAs. This is dangerous! Check
687b7c
                rrdresize.
687b7c
 
687b7c
@@ -74,9 +84,6 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
687b7c
                Flush the values for a specific RRD file from memory. Check
687b7c
                rrdflushcached.
687b7c
 
687b7c
-       r?rr?rd?dc?cg?gi?i  This is a standalone tool for producing RRD graphs on the fly.
687b7c
-               Check rrdcgi.
687b7c
-
687b7c
    H?HO?OW?W D?DO?OE?ES?S R?RR?RD?DT?TO?OO?OL?L W?WO?OR?RK?K???
687b7c
        Data Acquisition
687b7c
                When monitoring the state of a system, it is convenient to have
687b7c
diff -up rrdtool-1.4.8/doc/rrdtool.1.orig4 rrdtool-1.4.8/doc/rrdtool.1
687b7c
--- rrdtool-1.4.8/doc/rrdtool.1.orig4	2013-05-23 09:55:53.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdtool.1	2013-07-01 10:51:26.645269268 +0200
687b7c
@@ -178,6 +178,10 @@ Operationally equivalent to \fBupdate\fR
687b7c
 .IX Item "graph"
687b7c
 Create a graph from data stored in one or several RRDs. Apart from
687b7c
 generating graphs, data can also be extracted to stdout. Check rrdgraph.
687b7c
+.IP "\fBgraphv\fR" 8
687b7c
+.IX Item "graphv"
687b7c
+Create a graph from data stored in one or several RRDs. Same as graph, but
687b7c
+metadata are printed before the graph. Check rrdgraph.
687b7c
 .IP "\fBdump\fR" 8
687b7c
 .IX Item "dump"
687b7c
 Dump the contents of an \s-1RRD\s0 in plain \s-1ASCII\s0. In connection with restore
687b7c
@@ -193,13 +197,20 @@ uses fetch to retrieve its data from an
687b7c
 .IP "\fBtune\fR" 8
687b7c
 .IX Item "tune"
687b7c
 Alter setup of an \s-1RRD\s0. Check rrdtune.
687b7c
+.IP "\fBfirst\fR" 8
687b7c
+.IX Item "first"
687b7c
+Find the first update time of an \s-1RRD\s0. Check rrdfirst.
687b7c
 .IP "\fBlast\fR" 8
687b7c
 .IX Item "last"
687b7c
 Find the last update time of an \s-1RRD\s0. Check rrdlast.
687b7c
+.IP "\fBlastupdate\fR" 8
687b7c
+.IX Item "lastupdate"
687b7c
+Find the last update time of an \s-1RRD\s0. It also returns the value stored for each
687b7c
+datum in the most recent update. Check rrdlastupdate.
687b7c
 .IP "\fBinfo\fR" 8
687b7c
 .IX Item "info"
687b7c
 Get information about an \s-1RRD\s0. Check rrdinfo.
687b7c
-.IP "\fBrrdresize\fR" 8
687b7c
+.IP "\fBresize\fR" 8
687b7c
 .IX Item "rrdresize"
687b7c
 Change the size of individual RRAs. This is dangerous! Check rrdresize.
687b7c
 .IP "\fBxport\fR" 8
687b7c
@@ -208,10 +219,6 @@ Export data retrieved from one or severa
687b7c
 .IP "\fBflushcached\fR" 8
687b7c
 .IX Item "flushcached"
687b7c
 Flush the values for a specific \s-1RRD\s0 file from memory. Check rrdflushcached.
687b7c
-.IP "\fBrrdcgi\fR" 8
687b7c
-.IX Item "rrdcgi"
687b7c
-This is a standalone tool for producing \s-1RRD\s0 graphs on the fly. Check
687b7c
-rrdcgi.
687b7c
 .SS "\s-1HOW\s0 \s-1DOES\s0 \s-1RRDTOOL\s0 \s-1WORK\s0?"
687b7c
 .IX Subsection "HOW DOES RRDTOOL WORK?"
687b7c
 .IP "Data Acquisition" 8
687b7c
diff -up rrdtool-1.4.8/doc/rrdupdate.html.orig4 rrdtool-1.4.8/doc/rrdupdate.html
687b7c
--- rrdtool-1.4.8/doc/rrdupdate.html.orig4	2013-05-23 09:55:50.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdupdate.html	2013-07-01 11:01:44.550003526 +0200
687b7c
@@ -41,7 +41,7 @@
687b7c
 

SYNOPSIS

687b7c
 

rrdtool {update | updatev} filename

687b7c
 [--template|-t ds-name[:ds-name]...]
687b7c
-[--daemon address] [--]
687b7c
+[--daemon|-d address] [--]
687b7c
 N|timestamp:value[:value...]
687b7c
 at-timestamp@value[:value...]
687b7c
 [timestamp:value[:value...] ...]

687b7c
@@ -93,7 +93,7 @@ function. If this is done accidentally (
687b7c
 using the template switch), RRDtool will ignore the value specified
687b7c
 for the COMPUTE DST.

687b7c
 
687b7c
-
--daemon address
687b7c
+
--daemon|-d address
687b7c
 
687b7c
 
687b7c
 

If given, RRDTool will try to connect to the caching daemon the rrdcached manpage

687b7c
diff -up rrdtool-1.4.8/doc/rrdupdate.pod.orig4 rrdtool-1.4.8/doc/rrdupdate.pod
687b7c
--- rrdtool-1.4.8/doc/rrdupdate.pod.orig4	2013-05-23 09:55:07.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdupdate.pod	2013-07-01 11:03:03.399968652 +0200
687b7c
@@ -6,7 +6,7 @@ rrdupdate - Store a new set of values in
687b7c
 
687b7c
 B<rrdtool> {B<update> | B<updatev>} I<filename>
687b7c
 S<[B<--template>|B<-t> I<ds-name>[B<:>I<ds-name>]...]>
687b7c
-S<[B<--daemon> I<address>]> [B<-->]
687b7c
+S<[B<--daemon>|B<-d> I<address>]> [B<-->]
687b7c
 S<B<N>|I<timestamp>B<:>I<value>[B<:>I<value>...]>
687b7c
 S<I<at-timestamp>B<@>I<value>[B<:>I<value>...]>
687b7c
 S<[I<timestamp>B<:>I<value>[B<:>I<value>...] ...]>
687b7c
@@ -60,7 +60,7 @@ function. If this is done accidentally (
687b7c
 using the template switch), B<RRDtool> will ignore the value specified
687b7c
 for the COMPUTE B<DST>.
687b7c
 
687b7c
-=item B<--daemon> I<address>
687b7c
+=item B<--daemon>|B<-d> I<address>
687b7c
 
687b7c
 If given, B<RRDTool> will try to connect to the caching daemon L<rrdcached>
687b7c
 at I<address> and will fail if the connection cannot be established. If the
687b7c
diff -up rrdtool-1.4.8/doc/rrdupdate.txt.orig4 rrdtool-1.4.8/doc/rrdupdate.txt
687b7c
--- rrdtool-1.4.8/doc/rrdupdate.txt.orig4	2013-05-23 09:55:55.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdupdate.txt	2013-07-01 11:05:34.620978121 +0200
687b7c
@@ -7,7 +7,7 @@ N?NA?AM?ME?E
687b7c
 
687b7c
 S?SY?YN?NO?OP?PS?SI?IS?S
687b7c
        r?rr?rd?dt?to?oo?ol?l {u?up?pd?da?at?te?e | u?up?pd?da?at?te?ev?v} _?f_?i_?l_?e_?n_?a_?m_?e [-?--?-t?te?em?mp?pl?la?at?te?e|-?-t?t _?d_?s_?-_?n_?a_?m_?e[:?:_?d_?s_?-
687b7c
-       _?n_?a_?m_?e]...]  [-?--?-d?da?ae?em?mo?on?n _?a_?d_?d_?r_?e_?s_?s] [-?--?-] N?N|_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  _?a_?t_?-
687b7c
+       _?n_?a_?m_?e]...]  [-?--?-d?da?ae?em?mo?on?n|-?-d?d _?a_?d_?d_?r_?e_?s_?s] [-?--?-] N?N|_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  _?a_?t_?-
687b7c
        _?t_?i_?m_?e_?s_?t_?a_?m_?p@?@_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  [_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...] ...]
687b7c
 
687b7c
 D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
687b7c
@@ -54,7 +54,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
687b7c
                done using the template switch), R?RR?RD?Dt?to?oo?ol?l will ignore the value
687b7c
                specified for the COMPUTE D?DS?ST?T.
687b7c
 
687b7c
-       -?--?-d?da?ae?em?mo?on?n _?a_?d_?d_?r_?e_?s_?s
687b7c
+       -?--?-d?da?ae?em?mo?on?n|-?-d?d _?a_?d_?d_?r_?e_?s_?s
687b7c
                If given, R?RR?RD?DT?To?oo?ol?l will try to connect to the caching daemon
687b7c
                rrdcached at _?a_?d_?d_?r_?e_?s_?s and will fail if the connection cannot be
687b7c
                established. If the connection is successfully established the
687b7c
diff -up rrdtool-1.4.8/doc/rrdupdate.1.orig4 rrdtool-1.4.8/doc/rrdupdate.1
687b7c
--- rrdtool-1.4.8/doc/rrdupdate.1.orig4	2013-05-23 09:55:52.000000000 +0200
687b7c
+++ rrdtool-1.4.8/doc/rrdupdate.1	2013-07-01 10:43:39.179478104 +0200
687b7c
@@ -135,7 +135,7 @@ rrdupdate \- Store a new set of values i
687b7c
 .IX Header "SYNOPSIS"
687b7c
 \&\fBrrdtool\fR {\fBupdate\fR | \fBupdatev\fR} \fIfilename\fR
687b7c
 [\fB\-\-template\fR|\fB\-t\fR\ \fIds-name\fR[\fB:\fR\fIds-name\fR]...]
687b7c
-[\fB\-\-daemon\fR\ \fIaddress\fR] [\fB\-\-\fR]
687b7c
+[\fB\-\-daemon\fR|\fB\-d\fR\ \fIaddress\fR] [\fB\-\-\fR]
687b7c
 \&\fBN\fR|\fItimestamp\fR\fB:\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]
687b7c
 \&\fIat-timestamp\fR\fB@\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]
687b7c
 [\fItimestamp\fR\fB:\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]\ ...]
687b7c
@@ -182,7 +182,7 @@ Do not specify a value for a \s-1COMPUTE
687b7c
 function. If this is done accidentally (and this can only be done
687b7c
 using the template switch), \fBRRDtool\fR will ignore the value specified
687b7c
 for the \s-1COMPUTE\s0 \fB\s-1DST\s0\fR.
687b7c
-.IP "\fB\-\-daemon\fR \fIaddress\fR" 8
687b7c
+.IP "\fB\-\-daemon\fR|\fB\-d\fR \fIaddress\fR" 8
687b7c
 .IX Item "--daemon address"
687b7c
 If given, \fBRRDTool\fR will try to connect to the caching daemon rrdcached
687b7c
 at \fIaddress\fR and will fail if the connection cannot be established. If the