Remove redundant sentence in docs
authorVictor van den Elzen <victor.vde@gmail.com>
Sat, 24 Jul 2010 20:24:15 +0000 (22:24 +0200)
committerVictor van den Elzen <victor.vde@gmail.com>
Sat, 24 Jul 2010 20:24:15 +0000 (22:24 +0200)
doc/nasmdoc.src

index ffa06e6..25dcb99 100644 (file)
@@ -843,8 +843,7 @@ with a \i{stub preprocessor} which does nothing.
 \S{opt-O} The \i\c{-O} Option: Specifying \i{Code Size Optimization}
 
 Using the \c{-O} option, you can tell NASM to carry out different
-levels of optimization. NASM defaults to full optimization.
-The syntax is:
+levels of optimization. The syntax is:
 
 \b \c{-O0}: No optimization. All operands take their long forms,
         if a short form is not specified, except conditional jumps.