Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/driver_info b/doc/efun/driver_info
index f609e63..45e7485 100644
--- a/doc/efun/driver_info
+++ b/doc/efun/driver_info
@@ -376,9 +376,27 @@
         <what> == DI_NUM_REGEX_TABLE_SLOTS:
           Number of slots in the regexp cache table.
 
-        <what> == DI_NUM_LVALUES
+        <what> == DI_NUM_LVALUES:
           Number of lvalues (values referenced by &var).
 
+        <what> == DI_NUM_NAMED_OBJECT_TYPES:
+          Number of named object types.
+
+        <what> == DI_NUM_NAMED_OBJECT_TYPES_TABLE_SLOTS:
+          Number of table entries for named object types.
+
+        <what> == DI_NUM_COROUTINES:
+          Number of coroutines.
+
+        <what> == DI_NUM_LWOBJECTS:
+          Number of lightweight objects.
+
+        <what> == DI_NUM_LPC_PYTHON_REFS:
+          Number of references to Python objects from LPC.
+
+        <what> == DI_NUM_PYTHON_LPC_REFS:
+          Number of references to LPC values from Python.
+
         <what> == DI_SIZE_ACTIONS:
           Total size of allocated actions.
 
@@ -449,6 +467,17 @@
         <what> == DI_SIZE_BUFFER_SWAP:
           The size of the memory buffer for the swap file.
 
+        <what> == DI_SIZE_NAMED_OBJECT_TYPES_TABLE:
+          The size of the table for named object types.
+
+        <what> == DI_SIZE_LWOBJECTS:
+          The size of all lightweight objects (not counting the size
+          of the values of their variables).
+
+        <what> == DI_SIZE_COROUTINES
+          The size of all coroutines (not counting the size of any
+          values held by the coroutines).
+
 
 
         Memory swapper statistics:
@@ -659,7 +688,7 @@
 
 
 
-        Status texts:
+      Status texts:
 
         <what> == DI_STATUS_TEXT_MEMORY:
           A printable string containing information about
@@ -682,6 +711,13 @@
           (if the driver was compiled with them).
 
 
+      Misc Status:
+
+        <what> == DI_NUM_SIMUL_EFUNS_TABLED:
+          The number of known simul_efuns (active or not) in the simul_efun
+          table.
+
+
 HISTORY
         Introduced in LDMud 3.5.0.