On Mon, Sep 4, 2017 at 3:57 PM, Justin Hibbits <jhibb...@freebsd.org> wrote:
> 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

PR:  215999

>
> 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
>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to