summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-05 15:44:38 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-05 15:44:38 -0700
commitfc87e65aecc12ce8986be79ac5fb1dd1ed87d825 (patch)
tree63d333bd3b082ac73555320beb0c4ee8159465de
parent8a3686287dfae5051434bbb69f61551254c0b13c (diff)
downloadnasm-fc87e65aecc12ce8986be79ac5fb1dd1ed87d825.tar.gz
doc: use the term "extensions" to mean of-specific anything
We seem to use the term "extensions" to mean anything that is specific to an object format, so continue to do so. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index ceb599eb..77d58abc 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -4572,7 +4572,7 @@ The \c{ith} file format produces Intel Hex-format files. Just as the
relocation or linking. It is usually used with ROM programmers and
similar utilities.
-All options supported by the \c{bin} file format is also supported by
+All extensions supported by the \c{bin} file format is also supported by
the \c{ith} file format.
\c{ith} provides a default output file-name extension of \c{.ith}.
@@ -4585,7 +4585,7 @@ The \c{srec} file format produces Intel Hex-format files. Just as the
relocation or linking. It is usually used with ROM programmers and
similar utilities.
-All options supported by the \c{bin} file format is also supported by
+All extensions supported by the \c{bin} file format is also supported by
the \c{srec} file format.
\c{srec} provides a default output file-name extension of \c{.srec}.