X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2Frpntutorial.pod;h=34b54ea0ea9337af688c1b32a0b8633f63226b6e;hp=0ab3131752669110447fa00765fd0d1fdba7be55;hb=d9822df7ed5e8122cf3a62e4e99678e94007f504;hpb=9f0813b4758a59be4d061e12efd7236bccfe7ac3 diff --git a/doc/rpntutorial.pod b/doc/rpntutorial.pod index 0ab3131..34b54ea 100644 --- a/doc/rpntutorial.pod +++ b/doc/rpntutorial.pod @@ -159,7 +159,7 @@ uses the LE and DIV operators. Answer 2: if (input <= 56000/8 ) { input*8 } else { 56000 } - input,56000,8,DIV,LT,input,8,*,56000,IF + input,56000,8,DIV,LE,input,8,*,56000,IF Exercise 3: