summaryrefslogtreecommitdiff
path: root/doc/nasmdoc.src
diff options
context:
space:
mode:
authorChang S. Bae <chang.seok.bae@intel.com>2018-08-23 14:13:46 -0700
committerCyrill Gorcunov <gorcunov@gmail.com>2018-08-24 11:21:53 +0300
commit1fd4c45c96994896995c9654aa24d114777d6df5 (patch)
tree3a12aadd1f512ce50553febd675e0e7f5c1ed682 /doc/nasmdoc.src
parent55d09bbf6f7087339277b1e3b17c134b2afb2510 (diff)
downloadnasm-1fd4c45c96994896995c9654aa24d114777d6df5.tar.gz
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: <zenith432@users.sourceforge.net> Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index c2e80a8f..fb140e99 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