Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/map_objects b/doc/efun/map_objects
index 75952c1..fc3149c 100644
--- a/doc/efun/map_objects
+++ b/doc/efun/map_objects
@@ -3,15 +3,14 @@
mixed * map_objects(lwobject *arr, string fun, mixed extra, ...)
mixed * map_objects(string *arr, string fun, mixed extra, ...)
-BESCHREIBUNG
- map_objects() verhaelt sich aehnlich wie map(), ruft jedoch
- arr[n]->fun(extra, ...) auf. Der Rueckgabewert ersetzt das Objekt bzw.
- den Objektnamen in <arr>.
+DESCRIPTION
+ Similar to map(), but calls arr[n]->fun(extra,...). The returned value
+ replaces the object/string in returned array.
+ <arr> may contain a mixture of regular and lightweight objects and
+ object names as well.
- <arr> kann auch eine Mischung aus normalen und leichtgewichtigen
- Objekten und Objektnamen enthalten. Es ist eine beliebige Anzahl
- <extra> Argumente erlaubt, welche alle an die Funktion <fun>
- uebergeben werden. 0-Eintraege in <arr> werden ignoriert.
+ Any number of extra arguments is allowed, which are all
+ passed. 0-entries in arr are ignored.
-SIEHE AUCH
+SEE ALSO
map(E), filter(E), filter_objects(E)