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>
This commit is contained in:
Chang S. Bae 2018-08-23 14:13:46 -07:00 committed by Cyrill Gorcunov
parent 55d09bbf6f
commit 1fd4c45c96

View File

@ -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