diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 15:46:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 15:46:42 -0700 |
commit | 224c9ac0635891896d99c8c0fa1a839ac1b5efae (patch) | |
tree | 2cf9505b27662d3d43bffec6abc15ec522ee6bb0 /doc | |
parent | d78fc550b816eb3c57a81df6132d1e56bd651e24 (diff) | |
download | nasm-224c9ac0635891896d99c8c0fa1a839ac1b5efae.tar.gz nasm-224c9ac0635891896d99c8c0fa1a839ac1b5efae.tar.bz2 nasm-224c9ac0635891896d99c8c0fa1a839ac1b5efae.zip |
doc: S-records seems to usually be pluralized
Call it "S-records" not "S-record".
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 4a3e165..0c4f8ea 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -4567,7 +4567,7 @@ brackets must be used. \H{ithfmt} \i\c{ith}: \i{Intel Hex} Output -The \c{ith} file format produces Intel Hex-format files. Just as the +The \c{ith} file format produces Intel hex-format files. Just as the \c{bin} format, this is a flat memory image format with no support for relocation or linking. It is usually used with ROM programmers and similar utilities. @@ -4578,9 +4578,9 @@ the \c{ith} file format. \c{ith} provides a default output file-name extension of \c{.ith}. -\H{srecfmt} \i\c{srec}: \i{Motorola S-Record} Output +\H{srecfmt} \i\c{srec}: \i{Motorola S-Records} Output -The \c{srec} file format produces Motorola S-record files. Just as the +The \c{srec} file format produces Motorola S-records files. Just as the \c{bin} format, this is a flat memory image format with no support for relocation or linking. It is usually used with ROM programmers and similar utilities. |