Index: doc/current.man =================================================================== diff -u -r79fbeda2dd283936b2ec9ca6636037867c1c1f4d -r7944f1c82b2b3f6379fcfa4cf3914df136b6cec9 --- doc/current.man (.../current.man) (revision 79fbeda2dd283936b2ec9ca6636037867c1c1f4d) +++ doc/current.man (.../current.man) (revision 7944f1c82b2b3f6379fcfa4cf3914df136b6cec9) @@ -1,8 +1,8 @@ [comment {-*- tcl -*- nx::current manpage}] -[manpage_begin nx::current n 2.0b6] +[manpage_begin nx::current 3 2.0b6] -[copyright { 2014 Stefan Sobernig , Gustaf Neumann }] +[copyright { 2014 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] [titledesc {Return information about the method callstack}] @@ -15,7 +15,7 @@ This introspection command provides information about various details, to be identified using [arg option], on the callstack. The command is invoked from a method body. If [arg option] is not provided, [cmd nx::current] will -default to option [option "object"]. [cmd nx::current] operates on the +default to option [option "object"] (see below). [cmd nx::current] operates on the Tcl callstack and is aware of NX-specific callstack and stackframe details. [arg option] can be any of the following: @@ -27,7 +27,7 @@ calls into the currently executing method directly. This [option "activelevel"] might correspond the [option "callinglevel"], but this is not necessarily the case. The [option "activelevel"] also includes -intermediate calls, such [cmd nx::next] invocations. The level is +intermediate calls, such as [cmd nx::next] invocations. The level is reported as an absolute level number (# followed by a digit) to be directly used as the first argument to [cmd uplevel] or [cmd upvar]. @@ -46,11 +46,11 @@ provides the method implementation calling into the currently executing method. See also [option "callingobject"]. -[item] [option "callinglevel"] resolves the callstack level of the the +[item] [option "callinglevel"] resolves the callstack level of the originating invocation of the currently executing method implementation. Callstack levels introduced by method interception (e.g., filters) and by method combination ([cmd nx::next]) are -ignored. The level is reported as an absolute level number (# followed +ignored. The level is reported as an absolute level number ([const #] followed by a digit) to be directly used as the first argument to [cmd uplevel] or [cmd upvar]. See also [option "activelevel"].