Update Doku aus Driversourcen
Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/master/get_simul_efun b/doc/master/get_simul_efun
index 88adba0..ac6f582 100644
--- a/doc/master/get_simul_efun
+++ b/doc/master/get_simul_efun
@@ -1,24 +1,20 @@
SYNOPSIS
- mixed get_ simul_efun(void) // 3.2
- string|string* get_simul_efun(void) // 3.2.1
+ string|string* get_simul_efun(void)
DESCRIPTION
- Load the simul_efun object(s) and return one or more paths of it.
-// Note that the object(s) must be loaded by this function!
-//
-// When you return an array of strings, the first string is taken as path
-// to the simul_efun object, and all other paths are used for backup
-// simul_efun objects to call simul_efuns that are not present in the
-// main simul_efun object. This allows to remove simul_efuns at runtime
-// without getting errors from old compiled programs that still use the
-// obsolete simul_efuns. A side use of this mechanism is to provide
-// a 'spare' simul_efun object in case the normal one fails to load.
-//
- Should return either the object_name of the simul_efun object as
- a string, or an array containing as first element a string
- with the file name of the simul_efun object and the following
- elements strings with file names of alternate simul_efun
- objects that will be used if the first one cannot be loaded.
+ Load the simul_efun object(s) and return one or more paths of it.
+
+ Note that the object(s) must be loaded by this function!
+
+ When you return an array of strings, the first string is taken as path
+ to the simul_efun object, and all other paths are used for backup
+ simul_efun objects to call simul_efuns that are not present in the
+ main simul_efun object. This allows the removal of simul_efuns at
+ runtime without getting errors from old compiled programs that still
+ use the obsolete simul_efuns.
+
+ The additional simul-efun objects can not serve as backups for
+ the primary one!
SEE ALSO
- simul_efun(C)
+ simul_efun(C)