summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-08-24 14:20:40 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-08-24 14:20:40 -0700
commit96e8d96045469f57ce6024c16e632aa2fedef231 (patch)
tree94f0d54d1584a2690899da850d402977d1e0874a /doc
parentd68466a33d44dd744823cb0691dda2434c93cbdf (diff)
downloadnasm-96e8d96045469f57ce6024c16e632aa2fedef231.tar.gz
nasm-96e8d96045469f57ce6024c16e632aa2fedef231.tar.bz2
nasm-96e8d96045469f57ce6024c16e632aa2fedef231.zip
doc: untabify
Fix tab-related problems Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 05a2a55..f589583 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -12,9 +12,9 @@ since 2007.
\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
shortest form possible between:
-\c mov r32,imm32 ; 5 bytes
-\c mov r64,imm32 ; 7 bytes
-\c mov r64,imm64 ; 10 bytes
+\c mov r32,imm32 ; 5 bytes
+\c mov r64,imm32 ; 7 bytes
+\c mov r64,imm64 ; 10 bytes
To force a specific form, use the \c{STRICT} keyword, see \k{strict}.