Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/call_out_info b/doc/efun/call_out_info
index df357bc..8038bdd 100644
--- a/doc/efun/call_out_info
+++ b/doc/efun/call_out_info
@@ -1,19 +1,18 @@
 SYNOPSIS
-        mixed * call_out_info()
+        mixed * call_out_info(void)
 
-BESCHREIBUNG
-        Liefert Informationen ueber alle laufenden call_out()s. Das Resultat
-        ist ein Array, bei dem jedes Element wiederum aus einem Array besteht,
-        das einen call_out() beschreibt. Jedes dieser Unter-Arrays enthaelt 3
-        oder mehr Elemente:
+DESCRIPTION
+        Get information about all pending call outs. The result is an
+        array in which every entry is itself an array describing one
+        call_out. Each of these arrays consists of 3 or more elements:
 
-        1. Das Objekt, in dem die Funktion oder die Closure aufgerufen wird.
-        2. Die Funktion oder Closure.
-        3. Der verbleibende Delay bis zum Aufruf.
-        4ff. Die (optionalen) Argumente.
+        1. The object the function/closure is called in.
+        2. The function or closure.
+        3. The delay to go
+        4ff. The optional argument(s)
 
-        call_out()s fuer zerstoerte Objekte werden nicht in der Liste
-        aufgefuehrt.
+        Callouts for destructed objects will not be contained in the
+        list.
 
-SIEHE AUCH
+SEE ALSO
         call_out(E), remove_call_out(E), find_call_out(E)