summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-10 12:32:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-10 12:32:51 (GMT)
commite5f9a89a4439e3c40622d9c0e575fc2e7158334d (patch)
treec58d3b1be7c9ffdf24b434b99d7eda53ef252af1 /doc/NRE.3
parent630e0a34e65e147a58266f129ff336945b9fbc5e (diff)
downloadtcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.zip
tcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.tar.gz
tcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.tar.bz2
Added documentation for argument.
Diffstat (limited to 'doc/NRE.3')
-rw-r--r--doc/NRE.34
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/NRE.3 b/doc/NRE.3
index 2763d5f..465a8e7 100644
--- a/doc/NRE.3
+++ b/doc/NRE.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: NRE.3,v 1.7 2009/11/27 14:35:10 dkf Exp $
+'\" RCS: @(#) $Id: NRE.3,v 1.8 2010/01/10 12:32:51 dkf Exp $
'\"
.so man.macros
.TH NRE 3 8.6 Tcl "Tcl Library Procedures"
@@ -69,6 +69,8 @@ ORed combination of flag bits that specify additional options.
.\" TODO: This is a lie. But kbk didn't grasp TCL_EVAL_INVOKE and
.\" TCL_EVAL_NOERR well enough to document them.
.AP Tcl_Command cmd in
+Token for a command that is to be used instead of the currently
+executing command.
.AP Tcl_Obj *resultPtr out
Pointer to an unshared Tcl_Obj where the result of expression
evaluation is written.