From: Georg Lutz Date: Sat, 5 Jan 2013 11:36:56 +0000 (+0100) Subject: LT -> LE X-Git-Tag: v1.5.0-rc1~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2a8d4a71c5da3fd6be11eb55337e7304c04c815;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: