Just to see how this looks like
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 08:59:44 +0000 (08:59 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 08:59:44 +0000 (08:59 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2236 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/sdccman.lyx

index b188fa7ab74bfe25e030c41bfdeb512294fc8b7c..77d9b5fd99db01e5a031facaf1148f9c4995e570 100644 (file)
@@ -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