mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the binmiscctl(8) man page for powerpc64
Magic for powerpc64 erroneously specified ELFCLASS32 instead of ELFCLASS64. Submitted by: luca.pizzamiglio _AT_ gmail DOT com MFC after: 3 days
This commit is contained in:
parent
5e73a8528d
commit
9cede44051
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ Add QEMU bsd-user program as an image activator for PowerPC64 binaries:
|
|||
.Bd -literal -offset indent
|
||||
# binmiscctl add powerpc64 \e
|
||||
--interpreter "/usr/local/bin/qemu-ppc64-static" \e
|
||||
--magic "\ex7f\ex45\ex4c\ex46\ex01\ex02\ex01\ex00\ex00\ex00\e
|
||||
--magic "\ex7f\ex45\ex4c\ex46\ex02\ex02\ex01\ex00\ex00\ex00\e
|
||||
\ex00\ex00\ex00\ex00\ex00\ex00\ex00\ex02\ex00\ex15" \e
|
||||
--mask "\exff\exff\exff\exff\exff\exff\exff\ex00\exff\exff\e
|
||||
\exff\exff\exff\exff\exff\exff\exff\exfe\exff\exff" \e
|
||||
|
|
|
|||
Loading…
Reference in a new issue