Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/creator b/doc/efun/creator
index 93bc69b..ab07b7f 100644
--- a/doc/efun/creator
+++ b/doc/efun/creator
@@ -1,13 +1,15 @@
 SYNOPSIS
         string creator(object|lwobject ob)
 
-BESCHREIBUNG
-        Diese Funktion ist nur im COMPAT-Modus verfuegbar.
+DESCRIPTION
+        This efun is for backward compatibility only. It is only
+        available in compat mode.
 
-        Resultat is der Name des Erzeugers des Objektes. Dies kann ein
-        Wizard sein, oder eine Domain.
+        Returns the creator (i.e. the name of the wizard or domain) of
+        the object. Default for ob is this_object().
 
-        Default fuer <ob> ist this_object().
+HISTORY
+        Since 3.2.1@47, this efun is an alias for getuid().
 
-SIEHE AUCH
+SEE ALSO
         getuid(E), native(C), uids(C)