From 7df913256831f5a9ac25270796afd838d96f58b2 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 23 May 2005 17:40:40 +0000 Subject: * doc/expr.n: * doc/string.n: fixed roff syntax complaints from 'make html'. --- ChangeLog | 5 +++++ doc/expr.n | 4 ++-- doc/string.n | 14 +++++++------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fb7b13..6a4ec62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-24 Daniel Steffen + + * doc/expr.n: + * doc/string.n: fixed roff syntax complaints from 'make html'. + 2005-05-20 Don Porter * generic/tclParseExpr.c: Corrected parser to recognize all diff --git a/doc/expr.n b/doc/expr.n index 55184b3..3fd05b9 100644 --- a/doc/expr.n +++ b/doc/expr.n @@ -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 diff --git a/doc/string.n b/doc/string.n index 8d2296d..1a1c187 100644 --- a/doc/string.n +++ b/doc/string.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: string.n,v 1.28 2005/05/10 18:34:03 kennykb Exp $ +'\" RCS: @(#) $Id: string.n,v 1.29 2005/05/23 17:41:00 das Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -81,16 +81,16 @@ the char specified at this integral index .IP \fBend\fR 10 The last char of the string (e.g. \fBend\fR would refer to the "d" in "abcd"). -.IP \fBend\-\fIN\fR 10 +.IP \fBend\fR\-\fIN\fR 10 The last char of the string minus the specified integer offset \fIN\fR -(e.g. \fBend\-1\fR would refer to the "c" in "abcd"). -.IP \fBend\+\fIN\fR 10 +(e.g. \fBend\fR\-1 would refer to the "c" in "abcd"). +.IP \fBend\fR+\fIN\fR 10 The last char of the string plus the specified integer offset \fIN\fR -(e.g. \fBend\+\-1\fR would refer to the "c" in "abcd"). -.IP \fIM\fR\+\fIN\fR 10 +(e.g. \fBend\fR+\-1 would refer to the "c" in "abcd"). +.IP \fIM\fR+\fIN\fR 10 The char specified at the integral index that is the sum of integer values \fIM\fR and \fIN\fR -(e.g. \fB1\+1\fR would refer to the "c" in "abcd"). +(e.g. \fB1+1\fR would refer to the "c" in "abcd"). .IP \fIM\fR\-\fIN\fR 10 The char specified at the integral index that is the difference of integer values \fIM\fR and \fIN\fR -- cgit v0.12