From: Georg Lutz Date: Sat, 5 Jan 2013 11:35:04 +0000 (+0100) Subject: LT -> LE X-Git-Tag: 1.4.8~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea42140ecd4b2cc501ebc424dec1da2898befa6d;p=thirdparty%2Frrdtool-1.x.git LT -> LE --- diff --git a/doc/rpntutorial.pod b/doc/rpntutorial.pod index 0ab31317..34b54ea0 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: