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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-08 22:39:31 +0300
committerGitHub <noreply@github.com>2019-10-08 22:39:31 +0300
commit4ca42a933f15ef9797a3c7e03a730a84eac65316 (patch)
treee4f4ebf381eadb19debd1b5ccd0dd526af30a588 /man
parent209c4bae3ec1827d1b0e4799b12a51e88012554c (diff)
[man] Update MONO_IOMAP docs as it no longer works with corefx System.IO (#17231)
Fixes https://github.com/mono/mono/issues/15845
Diffstat (limited to 'man')
-rw-r--r--man/mono.127
1 files changed, 2 insertions, 25 deletions
diff --git a/man/mono.1 b/man/mono.1
index eea8a3b36d2..5dce6772d6f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1546,31 +1546,8 @@ install. Or to the directory provided in the gacutil /gacdir command. Example:
.B /home/username/.mono:/usr/local/mono/
.TP
\fBMONO_IOMAP\fR
-Enables some filename rewriting support to assist badly-written
-applications that hard-code Windows paths. Set to a colon-separated
-list of "drive" to strip drive letters, or "case" to do
-case-insensitive file matching in every directory in a path. "all"
-enables all rewriting methods. (Backslashes are always mapped to
-slashes if this variable is set to a valid option).
-.fi
-.Sp
-For example, this would work from the shell:
-.nf
-
- MONO_IOMAP=drive:case
- export MONO_IOMAP
-
-.fi
-If you are using mod_mono to host your web applications, you can use
-the
-.B MonoIOMAP
-directive instead, like this:
-.nf
-
- MonoIOMAP <appalias> all
-
-.fi
-See mod_mono(8) for more details.
+(deprecated) Enabled some filename rewriting support to assist badly-written
+applications that hard-code Windows paths. It no longer works as of Mono 6.0.
.TP
\fBMONO_LLVM\fR
When Mono is using the LLVM code generation backend you can use this