svn commit: r323161 - head/usr.sbin/binmiscctl
Justin Hibbits
jhibbits at FreeBSD.org
Mon Sep 4 20:57:39 UTC 2017
Author: jhibbits
Date: Mon Sep 4 20:57:38 2017
New Revision: 323161
URL: https://svnweb.freebsd.org/changeset/base/323161
Log:
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
Modified:
head/usr.sbin/binmiscctl/binmiscctl.8
Modified: head/usr.sbin/binmiscctl/binmiscctl.8
==============================================================================
--- head/usr.sbin/binmiscctl/binmiscctl.8 Mon Sep 4 20:41:34 2017 (r323160)
+++ head/usr.sbin/binmiscctl/binmiscctl.8 Mon Sep 4 20:57:38 2017 (r323161)
@@ -250,7 +250,7 @@ Add QEMU bsd-user program as an image activator for Po
.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
More information about the svn-src-head
mailing list