From: oetiker Date: Mon, 20 Feb 2006 06:20:37 +0000 (+0000) Subject: YYYYMMDDhhmm is not supported ... only YYYYMMDD X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=4f33cbe329901e1d4d70a46011bab0a1b0b06e2c YYYYMMDDhhmm is not supported ... only YYYYMMDD git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@764 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph_examples.pod b/doc/rrdgraph_examples.pod index 9f0233b..e743c9f 100644 --- a/doc/rrdgraph_examples.pod +++ b/doc/rrdgraph_examples.pod @@ -104,8 +104,8 @@ Note: the second line gets stacked on top of the first one =head2 Time ranges Last four weeks: --start end-4w --end 00:00 - January 2001: --start 200101010000 --end start+31d - January 2001: --start 200101010000 --end 200102010000 + January 2001: --start 20010101 --end start+31d + January 2001: --start 20010101 --end 20010201 Last hour: --start end-1h Last 24 hours: Yesterday: --end 00:00 diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index 2364f54..bf683ed 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -201,10 +201,11 @@ be filled. =item BB<:>IB<#>I[I][B<:>I[B<:>I]] Plot a tick mark (a vertical line) for each value of I that is -non-zero and not *UNKNOWN*. The I argument specifies the -length of the tick mark as a fraction of the y-axis; the default value -is 0.1 (10% of the axis). Note that the color specification is not -optional. +non-zero and not *UNKNOWN*. The I argument specifies the length of +the tick mark as a fraction of the y-axis; the default value is 0.1 (10% of +the axis). Note that the color specification is not optional. The TICK marks +start at y==0 if it is inside the graph. Else they start at the border that +is closer to 0. =item BB<:>IB<:>I