Correct syntax for branding an ELF executable as using the Linux ABI.
Submitted by: Roy Nicholson nicholson.roy at gmail
This commit is contained in:
parent
fdca9fbf29
commit
52598bce15
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35373
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ the system know about it. After your program is assembled and
|
|||
linked, you need to brand the executable:
|
||||
</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>brandelf -f Linux <replaceable>filename</replaceable></userinput></screen>
|
||||
<screen>&prompt.user; <userinput>brandelf -t Linux <replaceable>filename</replaceable></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue