Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/caller_stack_depth b/doc/efun/caller_stack_depth
index 41b4e79..230827e 100644
--- a/doc/efun/caller_stack_depth
+++ b/doc/efun/caller_stack_depth
@@ -1,9 +1,9 @@
 SYNOPSIS
-        int caller_stack_depth()
+        int caller_stack_depth(void)
 
-BESCHREIBUNG
-        Liefert die Anzahl previous_object()s im Caller Stack. Dies kann fuer
-        Sicherheitschecks genutzt werden.
+DESCRIPTION
+        Returns the number of previous objects on the stack. This
+        can be used for security checks.
 
-SIEHE AUCH
+SEE ALSO
         caller_stack(E), previous_object(E), call_other(E), call_resolved(E)