diff options
author | das <das@noemail.net> | 2005-05-23 17:40:40 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2005-05-23 17:40:40 (GMT) |
commit | 25f4a62cfd8656b628390f9ef3ffb553bd4f06fb (patch) | |
tree | 7211def4b040794a7b5890e27ae1418c80112b46 /doc/expr.n | |
parent | 36350b96bb0a62e3c27cefb8e8f86d24083da14a (diff) | |
download | tcl-25f4a62cfd8656b628390f9ef3ffb553bd4f06fb.zip tcl-25f4a62cfd8656b628390f9ef3ffb553bd4f06fb.tar.gz tcl-25f4a62cfd8656b628390f9ef3ffb553bd4f06fb.tar.bz2 |
* doc/expr.n:
* doc/string.n: fixed roff syntax complaints from 'make html'.
FossilOrigin-Name: 261e228a30df3e0bf42d9ba71d153478cc8fe100
Diffstat (limited to 'doc/expr.n')
-rw-r--r-- | doc/expr.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: expr.n,v 1.19 2005/05/10 18:33:59 kennykb Exp $ +'\" RCS: @(#) $Id: expr.n,v 1.20 2005/05/23 17:41:00 das Exp $ '\" .so man.macros .TH expr n 8.5 Tcl "Tcl Built-In Commands" @@ -221,7 +221,7 @@ of an expression such as: .CE is the same in every way as the processing of: .CS -\fBexpr {[tcl::mathfunc::sin [expr {$x+$y}]]} +\fBexpr {[tcl::mathfunc::sin [expr {$x+$y}]]}\fR .CE The executor will search for \fBtcl::mathfunc::sin\fR using the usual rules for resolving functions in namespaces. Either |