diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 09:21:01 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 09:21:01 -0400 |
commit | 9bd5e12f539523957928641df701f6a421e43e25 (patch) | |
tree | 2459b61b8b70948b8540d9ee87b1f453189dea42 /doc | |
parent | a758c48c618dcdaf64e1e6d11a3c4d8c7d84c2f7 (diff) | |
download | nasm-9bd5e12f539523957928641df701f6a421e43e25.tar.gz nasm-9bd5e12f539523957928641df701f6a421e43e25.tar.bz2 nasm-9bd5e12f539523957928641df701f6a421e43e25.zip |
doc: fix formatting of the bin multisection header
"Multisection" is not a keyword...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 8ce3e3f..ce6d620 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -4535,7 +4535,7 @@ given may be any power of two.\I{section alignment, in bin}\I{segment alignment, in bin}\I{alignment, in bin sections} -\S{multisec} \i\c{Multisection}\I{bin, multisection} support for the BIN format. +\S{multisec} \i{Multisection}\I{bin, multisection} support for the \c{bin} format. The \c{bin} format allows the use of multiple sections, of arbitrary names, besides the "known" \c{.text}, \c{.data}, and \c{.bss} names. |