Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/all_environment b/doc/efun/all_environment
index 3da7cb6..ca10bea 100644
--- a/doc/efun/all_environment
+++ b/doc/efun/all_environment
@@ -1,22 +1,20 @@
 SYNOPSIS
         object * all_environment()
-        object * all_environment(object ob)
+        object * all_environment(object o)
 
-BESCHREIBUNG
-        Gibt ein Array mit allen Umgebungen des Objekts <ob> zurueck.
-        Wenn <ob> nicht angegeben wird, wird standardmaessig this_object()
-        verwendet.
+DESCRIPTION
+        Returns an array with all environments object <o> is in. If <o> is
+        omitted, the environments of the current object is returned.
 
-        Wenn <o> keine Umgebung hat oder zerstoert wurde, wird 0 zurueck
-        gegeben.
+        If <o> has no environment, or if <o> is destructed, 0 is returned.
 
-BEISPIELE
-        Wenn <ob> ein Zuendholz in einer Schachtel in einer Truhe in einem
-        Raum ist, so liefert all_environment(ob) das Array
-        ({ Schachtel, Truhe, Raum }) zurueck.
+EXAMPLES
+        If o is a match in a matchbox which is in a box in a chest,
+        in a room, all_environment(o) will return
+        ({ matchbox, box, chest, room }).
 
-GESCHICHTE
-        Eingefuehrt in LDMud 3.2.6. Ein Vorschlag von Tubmud.
+HISTORY
+        Introduced in LDMud 3.2.6, suggested by Tubmud.
 
-SIEHE AUCH
+SEE ALSO
         environment(E), all_inventory(E)