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
path: root/man
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-05-08 22:33:04 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-05-08 22:33:04 +0400
commite20beda8571c52276baa3fe6528619b3c3a3d552 (patch)
treee1cb79305ea57d9d3db6847ae233d14fb27e5f33 /man
parentfc4874fac3571c17f7bee81053bc8487fbf83e9d (diff)
Update MONO_CPU_ARCH description in man/mono.1.
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index 45659dafead..ac2808e25f3 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -937,11 +937,11 @@ Override the automatic cpu detection mechanism. Currently used only on arm.
The format of the value is as follows:
.nf
- "armvV [thumb]"
+ "armvV [thumb[2]]"
.fi
where V is the architecture number 4, 5, 6, 7 and the options can be currently be
-"thunb". Example:
+"thumb" or "thumb2". Example:
.nf
MONO_CPU_ARCH="armv4 thumb" mono ...