Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/restore_value b/doc/efun/restore_value
index 773613a..3a0319f 100644
--- a/doc/efun/restore_value
+++ b/doc/efun/restore_value
@@ -1,23 +1,21 @@
SYNOPSIS
mixed restore_value(string str)
-BESCHREIBUNG
- Wandelt die String-Entsprechung <str> eines Wertes zurueck in den Wert
- selbst und gibt diesen Wert zurueck. <str> ist ein String, wie er von
- save_value() erzeugt wird.
-
- Die Spezifikation des Speicherformates '#x:y' ist optional. Allerdings
- nimmt der Driver in diesem Fall das aelteste Format (Version 0) an.
- In neu gespeicherten Werten sollte die Formatspezifikation daher nicht
- als optional angesehen werden.
+DESCRIPTION
+ Decode the string representation <str> of a value back into the value
+ itself and return it. <str> is a string as generated by save_value().
-GESCHICHTE
- Eingefuehrt in LDMud 3.2.8.
- Mit LDMud 3.2.9 kam das Laden von Non-Lambda Closures, Symbolen und
- gequoteten Arrays hinzu, wozu ein neues Format fuer die Speicherdatei
- verwendet wird.
- LDMud 3.5.0 unterstuetzt das Einlesen von Formatversion 2 mit hoeherer
- Praezision der Gleitkommazahlen.
-
-SIEHE AUCH
+ The '#x:y' version specification of the saveformat is optional,
+ however the driver will assume the old format version 0 in this case.
+ It is strongly recommended to regard the version specification as
+ non-optional in newly saved values.
+
+HISTORY
+ Introduced in LDMud 3.2.8.
+ LDMud 3.2.9 added the restoring of non-lambda closures, symbols,
+ and quoted arrays, using a new savefile format version.
+ LDMud 3.5.0 added the possibility to restore version 2 with its higher
+ float precision.
+
+SEE ALSO
save_value(E), restore_object(E), save_object(E)