Index: doc/forward.man.inc =================================================================== diff -u -r8c16e18f186d305671e9543bf3c5d23fa65dc684 -ra49636e3ad85800404038174f377b061489312e9 --- doc/forward.man.inc (.../forward.man.inc) (revision 8c16e18f186d305671e9543bf3c5d23fa65dc684) +++ doc/forward.man.inc (.../forward.man.inc) (revision a49636e3ad85800404038174f377b061489312e9) @@ -4,7 +4,7 @@ [keywords "forward method"] [keywords "debugging level"] -[call [arg [vset CMD]] [opt "public | protected | private"] [const [vset SCOPE]] [method forward] [arg methodName] [opt [option "-methodprefix [arg prefixName]"]] [opt [option "-frame object"]] [opt [option "-returns [arg valueChecker]"]] [opt [option "-verbose"]] [arg target] [opt "[arg arg] ..."]] +[call [arg [vset CMD]] [opt "public | protected | private"] [const [vset SCOPE]] [method forward] [arg methodName] [opt [option "-prefix [arg prefixName]"]] [opt [option "-frame object"]] [opt [option "-returns [arg valueChecker]"]] [opt [option "-verbose"]] [arg target] [opt "[arg arg] ..."]] Define a [term "forward method"] for the given [vset SCOPE]. The definition of a [term "forward method"] registers a predefined, but @@ -85,11 +85,11 @@ [para] To disambiguate the names of subcommands or methods, which potentially -become called by a [term "forward method"], a prefix can be set using -[option "-methodprefix"]. This prefix is prepended automatically to -the argument following [arg target] (i.e., a second argument), if -present. If missing, [option "-methodprefix"] has no effect on the -[term "forward method"] call. +become called by a [term "forward method"], a prefix [arg prefixName] +can be set using [option "-prefix"]. This prefix is prepended +automatically to the argument following [arg target] (i.e., a second +argument), if present. If missing, [option "-prefix"] has no +effect on the [term "forward method"] call. [para] To inspect and to debug the conversions performed by the above