Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/remove_interactive b/doc/efun/remove_interactive
index 269bac3..0d6d200 100644
--- a/doc/efun/remove_interactive
+++ b/doc/efun/remove_interactive
@@ -1,14 +1,13 @@
SYNOPSIS
- void remove_interactive(object obj)
+ void remove_interactive(object ob)
-BESCHREIBUNG
- Schliesst die Verbindung zum interaktiven Objekt <obj>.
+DESCRIPTION
+ Close the connection to the interactive object ob.
- 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.
+ 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.
-SIEHE AUCH
+SEE ALSO
connect(M), logon(A), disconnect(M)