0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

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>
This commit is contained in:
H. Peter Anvin 2009-07-05 15:44:38 -07:00
parent 8a3686287d
commit fc87e65aec

View File

@ -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 relocation or linking. It is usually used with ROM programmers and
similar utilities. 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. the \c{ith} file format.
\c{ith} provides a default output file-name extension of \c{.ith}. \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 relocation or linking. It is usually used with ROM programmers and
similar utilities. 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. the \c{srec} file format.
\c{srec} provides a default output file-name extension of \c{.srec}. \c{srec} provides a default output file-name extension of \c{.srec}.