Skip to content

Commit

Permalink
Update MONO_CPU_ARCH description in man/mono.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rønne Petersen committed May 8, 2014
1 parent fc4874f commit e20beda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/mono.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand Down

0 comments on commit e20beda

Please sign in to comment.