diff options
author | Victor van den Elzen <victor.vde@gmail.com> | 2010-07-24 22:24:15 +0200 |
---|---|---|
committer | Victor van den Elzen <victor.vde@gmail.com> | 2010-07-24 22:24:15 +0200 |
commit | b8e699fb3d5e61f3e64fceb8632aac64886ea1cf (patch) | |
tree | bcfbd1eafc7f694b8994a0b25081bc341c8d95e0 /doc/nasmdoc.src | |
parent | ac732cb6a599836bf4c988e59ac6de4498758c72 (diff) | |
download | nasm-b8e699fb3d5e61f3e64fceb8632aac64886ea1cf.tar.gz nasm-b8e699fb3d5e61f3e64fceb8632aac64886ea1cf.tar.bz2 nasm-b8e699fb3d5e61f3e64fceb8632aac64886ea1cf.zip |
Remove redundant sentence in docs
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index ffa06e6..25dcb99 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. |