Index: doc/forward.man.inc =================================================================== diff -u -rf56a1945eaff178af647150b053bf31bd2df8f77 -ra06be003dad4abbf1e0dfb86d7abd3aef1e54fec --- doc/forward.man.inc (.../forward.man.inc) (revision f56a1945eaff178af647150b053bf31bd2df8f77) +++ doc/forward.man.inc (.../forward.man.inc) (revision a06be003dad4abbf1e0dfb86d7abd3aef1e54fec) @@ -35,7 +35,7 @@ object variables. [para] -To express deprecation of the [term "forward method"] [arg methodName], set the [option "-deprecated"] flag. Deprecated methods remain usable from client code, but their usage will be signaled to the developer and/or can be tracked using [cmd ::nsf::deprecated]. To register [arg methodName] with the debugger, set the [option "-debug"] flag. Entering and exiting a method, which was flagged for debugging, is recorded by calling the redefinable callback procs [cmd ::nsf::debug::call] and [cmd ::nsf::debug::exit], respectively. By default, these callbacks forward to [cmd ::nsf:log], which can also be customized at the script level. +To express deprecation of the [term "forward method"] [arg methodName], set the [option "-deprecated"] flag. Deprecated methods remain usable from client code, but their usage will be signaled to the developer and/or can be tracked using [cmd ::nsf::deprecated]. To register [arg methodName] with the debugger, set the [option "-debug"] flag. Entering and exiting a method, which was flagged for debugging, is recorded by calling the redefinable callback procs [cmd ::nsf::debug::call] and [cmd ::nsf::debug::exit], respectively. By default, these callbacks forward to [cmd ::nsf::log], which can also be customized at the script level. [para]