Skip to content

Instantly share code, notes, and snippets.

@rfht
Created June 7, 2019 00:54
Show Gist options
  • Save rfht/9c65f7afc8f3ff1a44a8057809dbf1f7 to your computer and use it in GitHub Desktop.
Save rfht/9c65f7afc8f3ff1a44a8057809dbf1f7 to your computer and use it in GitHub Desktop.
Add MONO_IGNORE_BAD_COMPARER to man page
diff --git a/man/mono.1 b/man/mono.1
index 37f786073c5..3aaaf145e35 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1532,6 +1532,10 @@ unix). MONO_GAC_PREFIX should point to the top directory of a prefixed
install. Or to the directory provided in the gacutil /gacdir command. Example:
.B /home/username/.mono:/usr/local/mono/
.TP
+\fBMONO_IGNORE_BAD_COMPARER\fR
+When set, ignores bad IComparer implementation instead of throwing an error.
+Allows compatibility with some legacy assemblies that otherwise throw an error.
+.TP
\fBMONO_IOMAP\fR
Enables some filename rewriting support to assist badly-written
applications that hard-code Windows paths. Set to a colon-separated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment