From dbe71bcd8b2e23ce0becaf5e51e22fdd40ae4fad Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 21 Jan 2007 22:22:30 +0000 Subject: [PATCH] removed mentiones of \n ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@966 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdgraph_examples.pod | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/rrdgraph_examples.pod b/doc/rrdgraph_examples.pod index fbe2f16..64e3840 100644 --- a/doc/rrdgraph_examples.pod +++ b/doc/rrdgraph_examples.pod @@ -4,7 +4,7 @@ rrdgraph_examples - Examples for rrdtool graph =head1 SYNOPSIS -B +B followed by any of the examples below @@ -22,9 +22,9 @@ ready because comments are intermixed with the examples. DEF:ds0a=/home/rrdtool/data/router1.rrd:ds0:AVERAGE DEF:ds0b=/home/rrdtool/data/router1.rrd:ds0:AVERAGE:step=1800 DEF:ds0c=/home/rrdtool/data/router1.rrd:ds0:AVERAGE:step=7200 - LINE1:ds0a#0000FF:"default resolution\n" - LINE1:ds0b#00CCFF:"resolution 1800 seconds per interval\n" - LINE1:ds0c#FF00FF:"resolution 7200 seconds per interval\n" + LINE1:ds0a#0000FF:"default resolution\l" + LINE1:ds0b#00CCFF:"resolution 1800 seconds per interval\l" + LINE1:ds0c#FF00FF:"resolution 7200 seconds per interval\l" =head2 Nicely formatted legend section @@ -54,19 +54,17 @@ Note: the column titles have to be as wide as the columns COMMENT:"Average " COMMENT:"Minimum " -Note: some lines contains the new-line character "\n" - - COMMENT:"95th percentile\n" + COMMENT:"95th percentile\l" AREA:ds0bits#00C000:"Inbound " GPRINT:ds0max:"%6.2lf %Sbps" GPRINT:ds0avg:"%6.2lf %Sbps" GPRINT:ds0min:"%6.2lf %Sbps" - GPRINT:ds0pct:"%6.2lf %Sbps\n" + GPRINT:ds0pct:"%6.2lf %Sbps\l" LINE1:ds1bits#0000FF:"Outbound" GPRINT:ds1max:"%6.2lf %Sbps" GPRINT:ds1avg:"%6.2lf %Sbps" GPRINT:ds1min:"%6.2lf %Sbps" - GPRINT:ds1pct:"%6.2lf %Sbps\n" + GPRINT:ds1pct:"%6.2lf %Sbps\l" =head2 Offsetting a line on the y-axis @@ -127,7 +125,7 @@ Shift the data forward by one week (604800 seconds) L gives an overview of how B works. L describes B,B and B in detail. -L describes the B language used in the B statements. +L describes the B language used in the B statements. L page describes all the graph and print functions. Make sure to read L for tipsEtricks. -- 2.11.0