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:
John Baldwin 2010-02-17 18:20:32 +00:00
parent fdca9fbf29
commit 52598bce15
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35373

View file

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