Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-17 05:03:33 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-17 05:06:56 +0300
commitad9b3082792833742f66b12dd95b34238ba9a365 (patch)
tree8dba0345acb9436af72da91f6389c34884f30db0 /man/mkbundle.1
parent937968f14a64f06e0c044f9b0bee58dad2d6144d (diff)
Fix man page
Diffstat (limited to 'man/mkbundle.1')
-rw-r--r--man/mkbundle.14
1 files 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