summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2014-12-20 14:25:58 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2014-12-20 14:25:58 +0300
commit85ec505d05dfb987f8e0f728b1a350d6188739b0 (patch)
tree2d58fd30decb32c78b103b9c4011286f209a2d80
parent1006a47fe82acd82db9f52617060b373223ebcf3 (diff)
downloadnasm-85ec505d05dfb987f8e0f728b1a350d6188739b0.tar.gz
doc: Add missing closing brace
http://bugzilla.nasm.us/show_bug.cgi?id=3392284 Reported-by: Nick Rowan <nnrowan@gmail.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index f1ca114a..1b59e07b 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -4490,7 +4490,7 @@ define a new section, if you try to switch to a section that does
not (yet) exist.
The Unix object formats, and the \c{bin} object format (but see
-\k{multisec}, all support
+\k{multisec}), all support
the \i{standardized section names} \c{.text}, \c{.data} and \c{.bss}
for the code, data and uninitialized-data sections. The \c{obj}
format, by contrast, does not recognize these section names as being