]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Improve links to AT-STYLE TIME SPECIFICATION section in rrdfetch
authorPeter Valdemar Mørch <peter@morch.com>
Thu, 3 Jan 2019 22:42:14 +0000 (23:42 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 4 Jan 2019 10:18:30 +0000 (11:18 +0100)
Use pod links like L<rrdfetch/"AT-STYLE TIME SPECIFICATION">, which
creates e.g. HTML links like:

    <a href="./rrdfetch.html#AT-STYLE-TIME-SPECIFICATION">
        "AT-STYLE TIME SPECIFICATION" in rrdfetch
    </a>

doc/rrdcreate.pod
doc/rrdfetch.pod
doc/rrdgraph-old.pod
doc/rrdgraph.pod
doc/rrdxport.pod

index 810b6dc07fd758925f186e315bc3bcb032295a23..70817a94c958cc4dacd0acb3a4039caacddb1fc1 100644 (file)
@@ -34,8 +34,8 @@ Specifies the time in seconds since 1970-01-01 UTC when the first
 value should be added to the B<RRD>. B<RRDtool> will not accept
 any data timed before or at the time specified.
 
-See also AT-STYLE TIME SPECIFICATION section in the
-I<rrdfetch> documentation for other ways to specify time.
+See also L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> for other ways to specify
+time.
 
 If one or more source files is used to pre-fill the new B<RRD>,
 the B<--start> option may be omitted. In that case, the latest update
index b8fb62dfc44155712c44c32c0a1dcbfb096e70cb..4897263493bae62b6bb19258cb2e41cd656572d5 100644 (file)
@@ -44,14 +44,13 @@ data even if no absolute match is possible. See L<RESOLUTION INTERVAL>.
 
 start of the time series. A time in seconds since epoch (1970-01-01)
 is required. Negative numbers are relative to the current time. By default,
-one day worth of data will be fetched. See also AT-STYLE TIME SPECIFICATION
-section for a detailed explanation on  ways to specify the start time.
+one day worth of data will be fetched. See also L<"AT-STYLE TIME SPECIFICATION">
+for a detailed explanation on  ways to specify the start time.
 
 =item B<--end>|B<-e> I<end> (default now)
 
-the end of the time series in seconds since epoch. See also AT-STYLE
-TIME SPECIFICATION section for a detailed explanation of how to
-specify the end time.
+the end of the time series in seconds since epoch. See also L<"AT-STYLE TIME
+SPECIFICATION"> for a detailed explanation of how to specify the end time.
 
 =item B<--align-start>|B<-a>
 
index 9058dcb02a1bc81231cbcdfa9d33adf0a0a5f5af..055e464eb70e3cdb9fc4fac6e6e84a20afc2c1fb 100644 (file)
@@ -66,14 +66,14 @@ If no graph functions are called, the graph will not be created.
 The time when the graph should begin. Time in seconds since
 epoch (1970-01-01) is required. Negative numbers are relative to the
 current time. By default one day worth of data will be graphed.
-See also AT-STYLE TIME SPECIFICATION section in the I<rrdfetch>
-documentation for a detailed explanation on how to specify time.
+See also L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> for a detailed explanation
+on how to specify time.
 
 =item B<-e>|B<--end> I<seconds> (default now)
 
 The time when the graph should end. Time in seconds since epoch.
-See also AT-STYLE TIME SPECIFICATION section in the I<rrdfetch>
-documentation for a detailed explanation of ways to specify time.
+See also L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> for a detailed explanation
+of ways to specify time.
 
 =item B<-x>|B<--x-grid> I<x-axis grid and label> (default autoconfigure)
 
index 6dd9910bfc20923e796ef6cf6494bb6c3f144454..360515cee42269c2ae8bd4cba0295a9d83c36af3 100644 (file)
@@ -74,7 +74,7 @@ The start and end of the time series you would like to display, and which
 B<RRA> the data should come from.  Defaults are: 1 day ago until
 now, with the best possible resolution. B<Start> and B<end> can
 be specified in several formats, see
-L<AT-STYLE TIME SPECIFICATION|rrdfetch> and L<rrdgraph_examples>.
+L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> and L<rrdgraph_examples>.
 By default, B<rrdtool graph> calculates the width of one pixel in
 the time domain and tries to get data from an B<RRA> with that
 resolution.  With the B<step> option you can alter this behavior.
index 95b9aaf237eceec5251325b2108562871131fde8..86bf0ada0ddd54bb71db0c863daaca092f863853 100644 (file)
@@ -32,14 +32,14 @@ If no I<XPORT> statements are found, there will be no output.
 The time when the exported range should begin. Time in seconds since
 epoch (1970-01-01) is required. Negative numbers are relative to the
 current time. By default one day worth of data will be printed.
-See also AT-STYLE TIME SPECIFICATION section in the I<rrdfetch>
-documentation for a detailed explanation on how to specify time.
+See also L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> for a detailed explanation
+on how to specify time.
 
 =item B<-e>|B<--end> I<seconds> (default now)
 
 The time when the exported range should end. Time in seconds since epoch.
-See also AT-STYLE TIME SPECIFICATION section in the I<rrdfetch>
-documentation for a detailed explanation of ways to specify time.
+See also L<rrdfetch/"AT-STYLE TIME SPECIFICATION"> for a detailed explanation
+on how to specify time.
 
 =item B<-m>|B<--maxrows> I<rows> (default 400 rows)