summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor van den Elzen <victor.vde@gmail.com>2010-07-24 22:24:15 +0200
committerVictor van den Elzen <victor.vde@gmail.com>2010-07-24 22:24:15 +0200
commitb8e699fb3d5e61f3e64fceb8632aac64886ea1cf (patch)
treebcfbd1eafc7f694b8994a0b25081bc341c8d95e0
parentac732cb6a599836bf4c988e59ac6de4498758c72 (diff)
downloadnasm-b8e699fb3d5e61f3e64fceb8632aac64886ea1cf.tar.gz
Remove redundant sentence in docs
-rw-r--r--doc/nasmdoc.src3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index ffa06e61..25dcb99c 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -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.