X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frpntutorial.1;h=b58314f655b808f163337c7c1af86a684aae7929;hb=6e58e96d05b3300ff189d192d490da081d5fdffa;hp=de053bd6e65e92948e23b9b481c307bddc7da7fa;hpb=645054bac6187b0e83fd4125fd59e4feda216b64;p=pkg-rrdtool.git diff --git a/doc/rpntutorial.1 b/doc/rpntutorial.1 index de053bd..b58314f 100644 --- a/doc/rpntutorial.1 +++ b/doc/rpntutorial.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.08) +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "RPNTUTORIAL 1" -.TH RPNTUTORIAL 1 "2009-05-10" "1.3.999" "rrdtool" +.TH RPNTUTORIAL 1 "2013-05-23" "1.4.8" "rrdtool" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -218,9 +218,9 @@ multiplication operator: .PP .Vb 4 \& 1) 128,8,*,7000,GT,7000,128,8,*,IF eval 128,8,* result is 1024 -\& 2) 1024,7000,GT,7000,128,8,*,IF eval 1024,7000,GT result is 0 -\& 3) 0,128,8,*,IF eval 128,8,* result is 1024 -\& 4) 0,7000,1024,IF result is 1024 +\& 2) 1024 ,7000,GT,7000,128,8,*,IF eval 1024,7000,GT result is 0 +\& 3) 0, 7000,128,8,*,IF eval 128,8,* result is 1024 +\& 4) 0, 7000,1024, IF result is 1024 .Ve .PP Now let's go back to the first example of multiple logic operators, @@ -238,7 +238,7 @@ with \*(L"A\*(R": .Ve .PP read \*(L"if A then 10 else input\*(R". Now replace A with it's verbose -description again and\*(--voila!\-\-you have a easily readable description +description again and\*(--voila!\-\-you have an easily readable description of the expression: .PP .Vb 1 @@ -313,7 +313,7 @@ Answer 2: .PP .Vb 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 .Ve .PP Exercise 3: