Update von efun-Manpages aus Driversourcen.

Aktualisiert manpages, welche wenig oder nicht vom
MG modifizier wurden.

Change-Id: If70b4fc27cfd38cb9e98cb48328a48731969a76f
diff --git a/doc/efun/remove_interactive b/doc/efun/remove_interactive
index 0d6d200..269bac3 100644
--- a/doc/efun/remove_interactive
+++ b/doc/efun/remove_interactive
@@ -1,13 +1,14 @@
 SYNOPSIS
-        void remove_interactive(object ob)
+        void remove_interactive(object obj)
 
-DESCRIPTION
-        Close the connection to the interactive object ob.
+BESCHREIBUNG
+        Schliesst die Verbindung zum interaktiven Objekt <obj>.
 
-        For the time of the LPC execution, the object is only marked
-        internally as 'about to be closed', meaning that while all
-        output will be redirected to stdout, the actual network connection
-        will continue to exist until the LPC execution ends.
+        Waehrend der Ausfuehrung der LPC Anweisung ist das Objekt intern als
+        'about to be closed' ('wird geschlossen') markiert. Das heisst, dass
+        der Output an stdout umgeleitet wird, waehrend die eigentliche
+        Netzwerkverbindung bestehen bleibt, bis die LPC-Anweisung vollstaendig
+        abgearbeitet wurde.
 
-SEE ALSO
+SIEHE AUCH
         connect(M), logon(A), disconnect(M)