Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/idna_to_ascii b/doc/efun/idna_to_ascii
index 3d6236e..e0c05e4 100644
--- a/doc/efun/idna_to_ascii
+++ b/doc/efun/idna_to_ascii
@@ -4,17 +4,16 @@
 
         string idna_to_ascii(string name)
 
-BESCHREIBUNG
-        Wandelt den String <name> von UTF-8 to IDNA Darstellung
-        (8z punycode).
+DESCRIPTION
+        Convert string <name> from UTF-8 to idna representation (8z punycode).
 
-        Sollte ein Fehler auftreten, wird eine Exception geworfen.
+        If an error occurs, an exception is thrown.
 
-        Diese Efun is nur auf Systemen mit installierter 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
-        idna_to_unicode(E), idna_stringprep(E)
+SEE ALSO
+        idna_to_ascii(E), idna_stringprep(E)