Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/idna_stringprep b/doc/efun/idna_stringprep
index 5ec1a44..70ddfbd 100644
--- a/doc/efun/idna_stringprep
+++ b/doc/efun/idna_stringprep
@@ -4,19 +4,19 @@
 
         string idna_stringprep(string str, int profile, int flags)
 
-BESCHREIBUNG
-        Prepariere den UTF-8-String <str> passend zum Profil <profile>
-        (siehe auch libidn stringprep(3)).
+DESCRIPTION
+        Prepare the UTF-8 string <str> according to the stringprep
+        <profile> (see also libidn stringprep(3)).
 
-        <profile> und <flags> sind definiert in <idn.h>.
+        <profile> and <flags> are one of the values defined in <idn.h>.
 
-        Sollte ein Fehler auftreten, wird eine Exception geworfen.
+        If an error occurs, an exception is thrown.
 
-        Diese Efun is nur auf Systemen mit einer installierten libidn 
-        verfuegbar -- in diesem Fall ist das Makro __IDNA__ definiert.
+        The efun is available only if the system supports libidn - in
+        that case __IDNA__ is defined.
 
-GESCHICHTE
+HISTORY
         Introduced in LDMud 3.3.713.
 
-SIEHE AUCH
+SEE ALSO
         idna_to_ascii(E), idna_to_unicode(E)