From: Peter Valdemar Mørch Date: Thu, 3 Jan 2019 22:42:14 +0000 (+0100) Subject: Improve links to AT-STYLE TIME SPECIFICATION section in rrdfetch X-Git-Tag: v1.7.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3061b551d81422453451e7ee3b5566c5cc48864;p=thirdparty%2Frrdtool-1.x.git Improve links to AT-STYLE TIME SPECIFICATION section in rrdfetch Use pod links like L, which creates e.g. HTML links like: "AT-STYLE TIME SPECIFICATION" in rrdfetch --- diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index 810b6dc0..70817a94 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -34,8 +34,8 @@ Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the B. B will not accept any data timed before or at the time specified. -See also AT-STYLE TIME SPECIFICATION section in the -I documentation for other ways to specify time. +See also L for other ways to specify +time. If one or more source files is used to pre-fill the new B, the B<--start> option may be omitted. In that case, the latest update diff --git a/doc/rrdfetch.pod b/doc/rrdfetch.pod index b8fb62df..48972634 100644 --- a/doc/rrdfetch.pod +++ b/doc/rrdfetch.pod @@ -44,14 +44,13 @@ data even if no absolute match is possible. See L. 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 (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> diff --git a/doc/rrdgraph-old.pod b/doc/rrdgraph-old.pod index 9058dcb0..055e464e 100644 --- a/doc/rrdgraph-old.pod +++ b/doc/rrdgraph-old.pod @@ -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 -documentation for a detailed explanation on how to specify time. +See also L for a detailed explanation +on how to specify time. =item B<-e>|B<--end> I (default now) The time when the graph should end. Time in seconds since epoch. -See also AT-STYLE TIME SPECIFICATION section in the I -documentation for a detailed explanation of ways to specify time. +See also L for a detailed explanation +of ways to specify time. =item B<-x>|B<--x-grid> I (default autoconfigure) diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 6dd9910b..360515ce 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -74,7 +74,7 @@ The start and end of the time series you would like to display, and which B the data should come from. Defaults are: 1 day ago until now, with the best possible resolution. B and B can be specified in several formats, see -L and L. +L and L. By default, B calculates the width of one pixel in the time domain and tries to get data from an B with that resolution. With the B option you can alter this behavior. diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index 95b9aaf2..86bf0ada 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -32,14 +32,14 @@ If no I 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 -documentation for a detailed explanation on how to specify time. +See also L for a detailed explanation +on how to specify time. =item B<-e>|B<--end> I (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 -documentation for a detailed explanation of ways to specify time. +See also L for a detailed explanation +on how to specify time. =item B<-m>|B<--maxrows> I (default 400 rows)