Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/db_exec b/doc/efun/db_exec
index 274c983..2c48faa 100644
--- a/doc/efun/db_exec
+++ b/doc/efun/db_exec
@@ -2,21 +2,21 @@
SYNOPSIS
int db_exec(int handle, string statement)
-BESCHREIBUNG
- Fuehre den SQL-Befehl <statement> fuer die Verbindung <handle> aus.
- Resultat ist das Handle bei Erfolg, oder 0 bei einem Fehler.
+DESCRIPTION
+ Execute the SQL-statement <statement> for the connection <handle> to
+ the SQL-server. The result is the handle if all went okay. If there
+ was an error in the statement, 0 is returned.
- Die Funktion ist nur verfuegbar wenn der Driver mit
- mySQL-Unterstuetzung compiliert wurde. In diesem Fall ist das Makro
- __MYSQL__ definiert.
+ The function is available only if the driver is compiled with
+ mySQL support. In that case, __MYSQL__ is defined.
- Die Efun ist privilegiert als ("mysql", "db_exec").
+ The efun triggers a privilege violation ("mysql", "db_exec").
-GESCHICHTE
- Eingefuehrt in LDMud 3.2.9.
- LDMud 3.2.11 machte die Efun privilegiert.
+HISTORY
+ Added in 3.2.9 .
+ LDMud 3.2.11 added the privilege violation.
-SIEHE AUCH
+SEE ALSO
db_affected_rows(E), db_conv_string(E), db_close(E), db_coldefs(E),
db_connect(E), db_error(E), db_fetch(E), db_handles(E),
db_insert_id(E), mysql(C), privilege_violation(M)