From: nasm-bot f. C. G. <gor...@gm...> - 2014-12-20 11:30:36
|
Commit-ID: 85ec505d05dfb987f8e0f728b1a350d6188739b0 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=85ec505d05dfb987f8e0f728b1a350d6188739b0 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 20 Dec 2014 14:25:58 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 20 Dec 2014 14:25:58 +0300 doc: Add missing closing brace http://bugzilla.nasm.us/show_bug.cgi?id=3392284 Reported-by: Nick Rowan <nn...@gm...> Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index f1ca114..1b59e07 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 |