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:
authormarkusbeth <markus.beth@web.de>2017-12-01 03:32:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-12-01 03:32:09 +0300
commit3635db23fc715024865390248c5f6ab4d59518f9 (patch)
tree8c29efd24b872321a493e4e8f10ce439f4033fa5 /man
parent9c2c689a612f433d7fb5d1cf3c116c7884d8d37f (diff)
Cleanup unused MONO_DISABLE_SHM env var (#6141)
The environment variable MONO_DISABLE_SHM seems to be unused now. Cleanup the leftovers.
Diffstat (limited to 'man')
-rw-r--r--man/mono-service.15
-rw-r--r--man/mono.112
2 files changed, 0 insertions, 17 deletions
diff --git a/man/mono-service.1 b/man/mono-service.1
index 8a1a99caf1c..84c37fdd019 100644
--- a/man/mono-service.1
+++ b/man/mono-service.1
@@ -26,11 +26,6 @@ and execution can be resumed by sending the SIGUSR2 signal. The
service can be cleanly shutdown by sending the SIGTERM signal to the
process.
.PP
-Mono programs started with mono-service run with the
-.B MONO_DISABLE_SHM
-variable set. This means that certain Mono features that depend on
-it are not available to services.
-.PP
The following options can be used to control the service:
.TP
.I "-d:DIRECTORY"
diff --git a/man/mono.1 b/man/mono.1
index b38acfd314d..7b8a2411d2a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1101,18 +1101,6 @@ internally disables managed collation functionality invoked via the
members of System.Globalization.CompareInfo class. Collation is
enabled by default.
.TP
-\fBMONO_DISABLE_SHM\fR
-Unix only: If set, disables the shared memory files used for
-cross-process handles: process have only private handles. This means
-that process and thread handles are not available to other processes,
-and named mutexes, named events and named semaphores are not visible
-between processes.
-.Sp
-This is can also be enabled by default by passing the
-"--disable-shared-handles" option to configure.
-.Sp
-This is the default from mono 2.8 onwards.
-.TP
\fBMONO_DISABLE_SHARED_AREA\fR
Unix only: If set, disable usage of shared memory for exposing
performance counters. This means it will not be possible to both