Manpages aus dem Driver aktualisiert.

Change-Id: I8d654a4cf448d839b5214a8ad31486ffb067a5a2
diff --git a/doc/efun/configure_object b/doc/efun/configure_object
index 9a54789..d3d7c0f 100644
--- a/doc/efun/configure_object
+++ b/doc/efun/configure_object
@@ -30,6 +30,14 @@
           via configuer_driver(DC_ENABLE_HEART_BEATS), which is the
           default.
 
+        <what> == OC_EUID
+          Set effective uid to <data>. <data> must be a string or 0.
+          This call will always trigger a privilege violation check,
+          even if <ob> is this_object().
+
+          If strict euid usage is enforced, objects with euid 0 cannot
+          load or clone other objects or do any file operations.
+
 
         The current values for these options can be queried using
         object_info().
diff --git a/doc/efun/driver_info b/doc/efun/driver_info
index f1eaa66..1b958ea 100644
--- a/doc/efun/driver_info
+++ b/doc/efun/driver_info
@@ -374,6 +374,9 @@
         <what> == DI_NUM_REGEX_TABLE_SLOTS:
           Number of slots in the regexp cache table.
 
+        <what> == DI_NUM_LVALUES
+          Number of lvalues (values referenced by &var).
+
         <what> == DI_SIZE_ACTIONS:
           Total size of allocated actions.