Documentation update from driver sources
Change-Id: I9d04016c45064ae9d085baa16781acf73f891ee3
diff --git a/doc/hook/reset b/doc/hook/reset
index dcb1c9d..5021991 100644
--- a/doc/hook/reset
+++ b/doc/hook/reset
@@ -6,7 +6,7 @@
<value> being:
void|int <closure> ( void )
- void <name>(1)
+ void <name>( void )
DESCRIPTION
Optional hook to reset an object. Hook setting can be unbound
@@ -23,7 +23,7 @@
be reset again, unless directed otherwise by set_next_reset().
If the hook is defined as the name of an lfun in the object,
- it is called in the object with 1 as argument, and any result
+ it is called in the object with no argument, and any result
is ignored. In this call the previous_object() is the object
initiating the reset. If the function does not exist, the
object won't be reset again.
@@ -33,6 +33,7 @@
HISTORY
LDMud 3.2.10 allowed static functions to be given by name.
+ LDMud 3.6.5 removed the argument given for the lfun call.
SEE ALSO
hooks(C)