diff options
author | gahr <gahr@gahr.ch> | 2016-03-03 08:34:56 (GMT) |
---|---|---|
committer | gahr <gahr@gahr.ch> | 2016-03-03 08:34:56 (GMT) |
commit | 4b301d844892c52ec5fecce47f03c91a551639ca (patch) | |
tree | 7e5e124503a4afc925b79b149f6f07805d191b61 /doc/ExprLong.3 | |
parent | 46cb341dbc07abb1df54318ad9d55c41a5a68668 (diff) | |
parent | 8815f9f3c32c06e9f2d1d2b8ea69e1810988c5a4 (diff) | |
download | tcl-4b301d844892c52ec5fecce47f03c91a551639ca.zip tcl-4b301d844892c52ec5fecce47f03c91a551639ca.tar.gz tcl-4b301d844892c52ec5fecce47f03c91a551639ca.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/ExprLong.3')
-rw-r--r-- | doc/ExprLong.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ExprLong.3 b/doc/ExprLong.3 index 1615f88..0d369ce 100644 --- a/doc/ExprLong.3 +++ b/doc/ExprLong.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. -'\" +'\" .TH Tcl_ExprLong 3 7.0 Tcl "Tcl Library Procedures" .so man.macros .BS @@ -30,7 +30,7 @@ int .AP Tcl_Interp *interp in Interpreter in whose context to evaluate \fIexpr\fR. .AP "const char" *expr in -Expression to be evaluated. +Expression to be evaluated. .AP long *longPtr out Pointer to location in which to store the integer value of the expression. |