From ad9b3082792833742f66b12dd95b34238ba9a365 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 16 May 2016 22:03:33 -0400 Subject: [PATCH] Fix man page --- man/mkbundle.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/mkbundle.1 b/man/mkbundle.1 index 246bcfc2abd..d61fc1757b1 100644 --- a/man/mkbundle.1 +++ b/man/mkbundle.1 @@ -43,11 +43,11 @@ targets, and the "--cross" argument to specify the target, like this: default - Current System Mono 4.4.0-macosx-x86 4.4.0-debian-8-arm64 - $ mkbundle --cross 4.4.0-debian-8-x86 hello.exe -o hello-debian + $ mkbundle --cross 4.4.0-debian-8-powerpc hello.exe -o hello-debian .fi .PP The above will bundle your native library into hello-debian for -PowerPC running on ARM64. +a Debian 8 system running on a PowerPC machine. .SH OLD EMBEDDING .PP For example, to create a bundle for hello world, use the following -- 2.25.1