From: johanknol Date: Mon, 10 Feb 2003 08:59:44 +0000 (+0000) Subject: Just to see how this looks like X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6146168b5ce4888eda686024644255da1e0a5852;p=fw%2Fsdcc Just to see how this looks like git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2236 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index b188fa7a..77d9b5fd 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -128,7 +128,7 @@ inline assembler code \newline \newline -SDCC also provides an option (--cyclomatic) to report the relative complexity +SDCC also provides an option (\-\-cyclomatic) to report the relative complexity of a function. These functions can then be further optimized, or hand coded in assembly if needed. @@ -1064,7 +1064,7 @@ A thing to try is starting from scratch by unpacking the .tgz source package \newline \family typewriter -./configure 2&>1 | tee configure.log +./configure 2>&1 | tee configure.log \family default \newline @@ -1076,7 +1076,7 @@ and build it like: \newline \family typewriter -make 2&>1 | tee make.log +make 2>&1 | tee make.log \family default \newline