summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-15 09:27:10 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-07-15 09:27:10 -0400
commit62f286386056e2bcc081417ffa9e13928c57da66 (patch)
tree42a40568580f0c48a0cf5162241d023a0c072411
parent9bd5e12f539523957928641df701f6a421e43e25 (diff)
downloadnasm-62f286386056e2bcc081417ffa9e13928c57da66.tar.gz
doc: use consistent title case
Section titles are in title case and don't end with a period. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index ce6d6207..6fb60d82 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{Multisection}\I{bin, multisection} support for the \c{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.
@@ -4578,7 +4578,7 @@ alignment has been specified.
\b NASM creates the \c{section.<secname>.start} for each section,
which may be used in your code.
-\S{map}\i{Map files}
+\S{map}\i{Map Files}
Map files can be generated in \c{-f bin} format by means of the \c{[map]}
option. Map types of \c{all} (default), \c{brief}, \c{sections}, \c{segments},
@@ -5724,7 +5724,7 @@ To avoid it, you should start module names with \I{$, prefix}\c{$}, like:
\c module $kernel.core
-\S{rdfglob} \c{rdf} Extensions to the \c{GLOBAL} directive\I{GLOBAL,
+\S{rdfglob} \c{rdf} Extensions to the \c{GLOBAL} Directive\I{GLOBAL,
rdf extensions to}
\c{RDOFF} global symbols can contain additional information needed by
@@ -5749,7 +5749,7 @@ or \i\c{object} to the directive:
\c global kernel_ticks:export data
-\S{rdfimpt} \c{rdf} Extensions to the \c{EXTERN} directive\I{EXTERN,
+\S{rdfimpt} \c{rdf} Extensions to the \c{EXTERN} Directive\I{EXTERN,
rdf extensions to}
By default the \c{EXTERN} directive in \c{RDOFF} declares a "pure external"