X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_graph.pod;h=cefc723458b350899617b42eab93ea2a6a217269;hb=35f5945e114df7324be00de01bcde77e096a2373;hp=bf92d454ac84c58000594b36dce362c478066e89;hpb=1ed31d581dfed23377a61d4df88bb9c2b9b2c94b;p=rrdtool.git diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index bf92d45..cefc723 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -1,3 +1,5 @@ +=pod + =head1 NAME rrdgraph_graph - rrdtool graph command reference @@ -38,7 +40,7 @@ BB<:>IB<#>I[B<:>I] (deprecated) These instructions allow you to generate your image or report. If you don't use any graph elements, no graph is generated. -Similarly no report is generated if you don't use print options. +Similarly, no report is generated if you don't use print options. =head1 PRINT @@ -69,24 +71,25 @@ B<%%> just prints a literal '%' character =item * -B<%#.#le> prints like 1.2346e+04. Optional numbers # are field width and -decimal precision +B<%#.#le> prints numbers like 1.2346e+04. The optional integers # denote field +width and decimal precision. =item * -B<%#.#lf> prints like 12345.6789, with optional field width and precision +B<%#.#lf> prints numbers like 12345.6789, with optional field width +and precision. =item * B<%s> place this after B<%le>, B<%lf> or B<%lg>. This will be replaced by the appropriate SI magnitude unit and the value will be scaled -accordingly (123456 -> 123.456 k) +accordingly (123456 -> 123.456 k). =item * -B<%S> is similar to B<%s>. It does however use a previously defined +B<%S> is similar to B<%s>. It does, however, use a previously defined magnitude unit. If there is no such unit yet, it tries to define -one (just like B<%s>). However, if the value is zero, the magnitude +one (just like B<%s>) unless the value is zero, in which case the magnitude unit stays undefined. Thus, formatter strings using B<%S> and no B<%s> will all use the same magnitude unit except for zero values. @@ -102,40 +105,41 @@ B<%%> just prints a literal '%' character =item * -B<%a, %A> prints abbreviated, full weekday name +B<%a, %A> print the abbreviated or full name of the day of the week. =item * -B<%b, %B> prints abbreviated, full month name +B<%b, %B> print the abbreviated or full name of the month. =item * -B<%d, %m, %y, %H, %M, %S> day,month,year,hour,minute,second all in two-digit format +B<%d, %m, %y, %H, %M, %S> print day, month, year, hour, minute, and +second in two-digit format. =item * -B<%Y> year in 4-digit format +B<%Y> prints the year in 4-digit format. =item * -B<%I, %p> hour (01..12), 'am' or 'pm' +B<%I, %p> print the hour (01..12), 'am' or 'pm'. =item * -B<%j, %w> day of the week (0..6), day of the year (1..366) +B<%j, %w> print day of the week (0..6), day of the year (1..366) =item * -B<%c, %x, %X> date+time, date, time +B<%c, %x, %X> print date+time, date only, time only. =item * -B<%U, %W> week number of the current year with either the first Sunday or -the first Monday determining the first week +B<%U, %W> number of the week of the current year, with either the +first Sunday (%U) or the first Monday (%W) determining the first week. =item * -B<%Z> time zone +B<%Z> prints the time zone. =back @@ -148,15 +152,15 @@ B<%Z> time zone =item BB<:>IB<:>IB<:>I I -This is the same as C but now it is printed inside the graph. +This is the same as C, but printed inside the graph. =item BB<:>IB<:>I -This is the same as C but now it is printed inside the graph. +This is the same as C, but printed inside the graph. =item BB<:>I -Text is printed literally in the legend section of the graph +Text is printed literally in the legend section of the graph. =item BB<:>IB<#>I [ :I ] @@ -165,19 +169,19 @@ I in new scripts.> =item BB<:>IB<#>I [B<:>I ] Draw a vertical line at I