From: nasm-bot f. C. S. B. <cha...@in...> - 2018-08-24 08:24:23
|
Commit-ID: 1fd4c45c96994896995c9654aa24d114777d6df5 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=1fd4c45c96994896995c9654aa24d114777d6df5 Author: Chang S. Bae <cha...@in...> AuthorDate: Thu, 23 Aug 2018 14:13:46 -0700 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Fri, 24 Aug 2018 11:21:53 +0300 doc: Fix macho section name for code While today's manual lists "text" as the code section name, "code" has been effectively named from d1da074. Reported-by: <zen...@us...> Signed-off-by: Chang S. Bae <cha...@in...> --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index c2e80a8..fb140e9 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -5778,7 +5778,7 @@ comma. The following flags can also be specified: \b \c{data} - this section contains initialized data items -\b \c{text} - this section contains code exclusively +\b \c{code} - this section contains code exclusively \b \c{mixed} - this section contains both code and data |